.op-mail-ed {
	border: 1px solid var(--op-line, #d8deea);
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
}

.op-mail-ed__bar {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	padding: 0.45rem 0.55rem;
	border-bottom: 1px solid var(--op-line, #d8deea);
	background: rgba(26, 39, 68, 0.03);
}

.op-mail-ed__bar button {
	appearance: none;
	border: 1px solid #d8deea;
	background: #fff;
	color: #172033;
	border-radius: 7px;
	padding: 0.28rem 0.55rem;
	font-size: 12px;
	line-height: 1.2;
	cursor: pointer;
}

.op-mail-ed__bar button:hover {
	border-color: #9aa6bd;
}

.op-mail-ed__area {
	min-height: 280px;
	max-height: 520px;
	overflow: auto;
	padding: 0.85rem 0.95rem;
	font-size: 14px;
	line-height: 1.65;
	color: #172033;
	outline: none;
}

.op-mail-ed__area a {
	color: #0f766e;
}

.op-mail-ed__area ul,
.op-mail-ed__area ol {
	margin: 0.4rem 0 0.4rem 1.2rem;
	padding: 0;
}

.op-mail-ed__source {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
}

.aio-em-field .op-mail-ed,
.aio-ib-field .op-mail-ed {
	border-color: #d0d7e4;
	border-radius: 4px;
}

html.op-theme-dark .op-mail-ed {
	background: #151b27;
	border-color: #2b3548;
}

html.op-theme-dark .op-mail-ed__bar {
	background: #10151f;
	border-bottom-color: #2b3548;
}

html.op-theme-dark .op-mail-ed__bar button {
	background: #1b2332;
	border-color: #2b3548;
	color: #e8edf6;
}

html.op-theme-dark .op-mail-ed__area {
	color: #e8edf6;
}
