.etr-shell,
.etst-shell,
.etpd-shell {
	--et-ui-radius: 8px;
}

.et-extension-workspace {
	display: grid;
	gap: 18px;
	padding: 18px;
	box-sizing: border-box;
	border: 1px solid #e2e8f0;
	border-radius: var(--et-ui-radius, 8px);
	background: #ffffff;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.et-extension-header {
	display: grid;
	gap: 14px;
	padding: 2px 0 16px;
	border-bottom: 1px solid #e8edf4;
}

.et-extension-brand {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
	letter-spacing: 0.2px;
}

.et-extension-brand__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: var(--et-ui-radius, 8px);
	background: rgba(241, 181, 0, 0.12);
}

.et-extension-header__main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.et-extension-header__copy h1,
.et-extension-header__copy p {
	margin: 0;
}

.et-extension-header__copy h1 {
	padding: 0;
	font-size: 22px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #0f172a;
}

.et-extension-header__copy p {
	max-width: 76ch;
	margin-top: 4px;
	color: #475569;
	font-size: 13px;
	line-height: 1.5;
}

.et-extension-section {
	border: 1px solid #f1f1f5;
	border-radius: var(--et-ui-radius, 8px);
	background: #ffffff;
}

.et-shared-license-expiry {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 16px 20px 4px 2px;
	padding: 12px 14px;
	box-sizing: border-box;
	border: 1px solid #f1e4ae;
	border-radius: var(--et-ui-radius, 8px);
	background: #fffdf5;
	color: #334155;
	box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}

.et-shared-license-expiry__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(241, 181, 0, 0.14);
	color: #806300;
	font-size: 14px;
	font-weight: 700;
}

.et-shared-license-expiry__content {
	min-width: 0;
	flex: 1 1 auto;
}

.et-shared-license-expiry__content strong,
.et-shared-license-expiry__content p {
	margin: 0;
}

.et-shared-license-expiry__content strong {
	display: block;
	margin-bottom: 2px;
	color: #1e293b;
	font-size: 13px;
}

.et-shared-license-expiry__content p {
	color: #64748b;
	font-size: 13px;
	line-height: 1.45;
}

.et-shared-license-expiry__action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-height: 34px;
	padding: 0 12px;
	border: 1px solid #ead68b;
	border-radius: var(--et-ui-radius, 8px);
	background: #ffffff;
	color: #725900;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
}

.et-shared-license-expiry__action:hover,
.et-shared-license-expiry__action:focus-visible {
	border-color: #d9bd54;
	background: #fff9df;
	color: #5f4a00;
}

.et-shared-license-expiry__action:focus-visible {
	box-shadow: 0 0 0 3px rgba(241, 181, 0, 0.16);
	outline: none;
}

.et-shared-license-expiry__links {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 8px;
}

.et-shared-license-expiry__links a {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 9px;
	border: 1px solid #eadfae;
	border-radius: 999px;
	background: #ffffff;
	color: #725900;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
}

.et-shared-license-expiry__links a:hover,
.et-shared-license-expiry__links a:focus-visible {
	border-color: #d9bd54;
	background: #fff9df;
	color: #5f4a00;
}

.et-shared-license-expiry__links a:focus-visible {
	box-shadow: 0 0 0 3px rgba(241, 181, 0, 0.16);
	outline: none;
}

@media (max-width: 782px) {
	.et-shared-license-expiry {
		align-items: flex-start;
		flex-wrap: wrap;
		margin-right: 12px;
	}

	.et-shared-license-expiry__content {
		flex-basis: calc(100% - 40px);
	}

	.et-shared-license-expiry__action {
		margin-left: 40px;
	}
}

.et-shared-license-screen #wpbody-content > .notice,
.et-shared-license-screen #wpbody-content > .error,
.et-shared-license-screen #wpbody-content > .updated,
.et-shared-license-screen #wpbody-content > .update-nag,
.et-shared-activation-wrap .notice,
.et-shared-activation-wrap .error,
.et-shared-activation-wrap .updated,
.et-shared-activation-wrap .update-nag {
	display: none !important;
}

.et-shared-activation-wrap {
	--et-ui-radius: 8px;
	width: auto;
	max-width: 980px;
	margin-top: 20px;
}

.et-shared-activation-section {
	padding: 20px;
}

.et-shared-activation-section__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.et-shared-activation-title {
	margin: 0;
	color: #0f172a;
	font-size: 16px;
	line-height: 1.4;
}

.et-shared-activation-help {
	margin: 4px 0 16px;
	color: #64748b;
	font-size: 13px;
	line-height: 1.5;
}

.et-shared-activation-status {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	white-space: nowrap;
}

.et-shared-activation-status.pending {
	background: #fff7d6;
	color: #8a6b00;
}

.et-shared-activation-status.success {
	background: #ecfdf5;
	color: #166534;
}

.et-shared-activation-status.error {
	background: #fef2f2;
	color: #991b1b;
}

.et-shared-activation-grid {
	display: grid;
	grid-template-columns: minmax(140px, 220px) minmax(0, 1fr);
	gap: 10px 16px;
	margin: 16px 0 0;
	font-size: 13px;
	line-height: 1.45;
}

.et-shared-activation-grid dt {
	color: #64748b;
	font-weight: 600;
}

.et-shared-activation-grid dd {
	min-width: 0;
	margin: 0;
	color: #0f172a;
	font-weight: 600;
	word-break: break-word;
}

.et-shared-activation-grid code {
	font-size: 12px;
}

.et-shared-activation-form label {
	display: block;
	margin: 0 0 10px;
	color: #0f172a;
	font-weight: 600;
}

.et-shared-activation-form input[type="password"] {
	width: 100%;
	max-width: 560px;
	min-height: 44px;
	padding: 8px 12px;
	border: 1px solid #dbe3ee;
	border-radius: var(--et-ui-radius, 8px);
	background: #ffffff;
	color: #0f172a;
	font-size: 14px;
	box-shadow: 0 1px 1px rgba(15, 23, 42, 0.02);
}

.et-shared-activation-form input[type="password"]:focus {
	border-color: #f1b500;
	box-shadow: 0 0 0 3px rgba(241, 181, 0, 0.14);
	outline: none;
}

.et-shared-activation-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 14px;
	flex-wrap: wrap;
}

.et-shared-activation-actions .submit {
	margin: 0;
	padding: 0;
}

.et-shared-activation-actions .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 15px;
	border-radius: var(--et-ui-radius, 8px);
	font-weight: 600;
	line-height: 1;
	transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}

.et-shared-activation-actions .et-shared-btn-primary {
	border-color: #f4e6a9;
	background: #fffdf0;
	color: #8a6b00;
	box-shadow: 0 6px 14px rgba(15, 23, 42, 0.04);
}

.et-shared-activation-actions .et-shared-btn-primary:hover,
.et-shared-activation-actions .et-shared-btn-primary:focus-visible {
	border-color: #e7d27a;
	background: #fff7d6;
	color: #6f5400;
}

.et-shared-activation-actions .button:focus-visible {
	border-color: #f1b500;
	box-shadow: 0 0 0 3px rgba(241, 181, 0, 0.14);
	outline: none;
}

.et-shared-activation-section--danger {
	border-color: #fee2e2;
}

.et-shared-activation-section--danger .button.delete {
	border-color: #fecaca;
	background: #fff7f7;
	color: #b91c1c;
}

.et-shared-activation-section--danger .button.delete:hover,
.et-shared-activation-section--danger .button.delete:focus-visible {
	border-color: #fca5a5;
	background: #fef2f2;
	color: #991b1b;
}

.et-shared-inline-note {
	margin: 8px 0 0;
	color: #64748b;
	font-size: 12px;
	line-height: 1.5;
}

.et-shared-activation-flash {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 12px 14px;
	border-radius: var(--et-ui-radius, 8px);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.45;
}

.et-shared-activation-flash strong {
	display: block;
	margin-bottom: 2px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.et-shared-activation-flash--success {
	border: 1px solid #a7f3d0;
	background: #ecfdf5;
	color: #166534;
}

.et-shared-activation-flash--error {
	border: 1px solid #fecaca;
	background: #fef2f2;
	color: #991b1b;
}

.et-shared-activation-debug {
	max-height: 280px;
	margin-top: 14px;
	padding: 12px;
	overflow: auto;
	border: 1px solid #e2e8f0;
	border-radius: var(--et-ui-radius, 8px);
	background: #0f172a;
	color: #dbeafe;
	font: 12px/1.45 Menlo, Monaco, Consolas, monospace;
	white-space: pre-wrap;
}

.et-shared-modal {
	position: fixed;
	inset: 0;
	z-index: 10020;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.et-shared-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.48);
	backdrop-filter: blur(4px);
}

.et-shared-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(520px, 100%);
	max-height: calc(100vh - 48px);
	overflow: auto;
	padding: 28px;
	border: 1px solid #e2e8f0;
	border-radius: var(--et-ui-radius, 8px);
	background: #ffffff;
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.3);
}

.et-shared-modal__dialog--wide {
	width: min(720px, 100%);
}

.et-shared-modal__body {
	display: grid;
	gap: 16px;
	margin-top: 20px;
}

.et-shared-modal__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.et-shared-modal__source {
	margin: 0;
	padding: 12px 14px;
	border: 1px solid #e2e8f0;
	border-radius: var(--et-ui-radius, 8px);
	background: #f8fafc;
	color: #334155;
	font-size: 14px;
	font-weight: 600;
}

.et-shared-modal__dialog h2 {
	margin: 0 0 10px;
	color: #0f172a;
	font-size: 22px;
	line-height: 1.3;
}

.et-shared-modal__dialog p {
	margin: 0;
	color: #64748b;
	font-size: 15px;
	line-height: 1.65;
}

.et-shared-modal__actions {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	margin-top: 24px;
}

.et-shared-modal__actions .components-button {
	min-height: 42px;
	padding: 0 18px;
}

@media (max-width: 600px) {
	.et-shared-modal {
		padding: 14px;
	}

	.et-shared-modal__dialog {
		padding: 22px;
	}

	.et-shared-modal__grid {
		grid-template-columns: 1fr;
	}

	.et-shared-modal__actions {
		flex-direction: column-reverse;
	}

	.et-shared-modal__actions .components-button {
		justify-content: center;
		width: 100%;
	}
}

@media (max-width: 782px) {
	.et-extension-workspace {
		padding: 14px;
	}

	.et-extension-header__main {
		align-items: stretch;
		flex-direction: column;
	}

	.et-shared-activation-wrap {
		margin-top: 10px;
	}

	.et-shared-activation-section {
		padding: 16px;
	}

	.et-shared-activation-section__header {
		align-items: flex-start;
		flex-direction: column;
	}

	.et-shared-activation-grid {
		grid-template-columns: 1fr;
		gap: 4px;
	}
}

.et-component-select,
.et-shared-select,
.etfb-premium-select {
	position: relative;
	display: inline-flex;
	align-items: stretch;
	min-width: 220px;
	max-width: 100%;
}

.et-component-select--inline,
.et-shared-select--inline,
.etfb-premium-select--inline {
	width: 100%;
}

.et-component-select--inline .et-component-select__trigger,
.et-shared-select--inline .et-shared-select__trigger,
.etfb-premium-select--inline .etfb-premium-select__trigger {
	min-width: 0;
	width: 100%;
	max-width: 100%;
}

.et-component-select select,
.et-shared-select select,
.etfb-premium-select select {
	position: absolute;
	inset: 0;
	opacity: 0;
	pointer-events: none;
}

.et-component-select.is-disabled,
.et-shared-select.is-disabled,
.etfb-premium-select.is-disabled {
	opacity: 0.62;
}

.et-component-select__trigger,
.et-shared-select__trigger,
.etfb-premium-select__trigger {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	height: 48px;
	min-height: 48px;
	padding: 0 12px;
	box-sizing: border-box;
	border: 1px solid #dbe3ee;
	border-radius: var(--et-ui-radius, 8px);
	background: #fff;
	color: #0f172a;
	font: inherit;
	font-size: 14px;
	line-height: 1.2;
	cursor: pointer;
	box-shadow: 0 1px 1px rgba(15, 23, 42, 0.02);
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, background-color 0.18s ease;
}

.et-component-select__trigger:hover,
.et-shared-select__trigger:hover,
.etfb-premium-select__trigger:hover {
	border-color: #cbd5e1;
	background: #f8fafc;
}

.et-component-select__trigger.is-open,
.et-component-select__trigger:focus-visible,
.et-shared-select__trigger.is-open,
.et-shared-select__trigger:focus-visible,
.etfb-premium-select__trigger.is-open,
.etfb-premium-select__trigger:focus-visible {
	border-color: var(--etfb-accent, #f1b500);
	box-shadow: 0 0 0 3px rgba(var(--etfb-accent-rgb, 241, 181, 0), 0.14);
	outline: none;
}

.et-shared-chevron {
	display: inline-flex;
	flex: 0 0 20px;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	color: inherit;
	line-height: 1;
	transform: rotate(0deg);
	transform-origin: 50% 50%;
	transition: transform 0.18s ease;
}

.et-shared-chevron svg {
	display: block;
	flex: 0 0 12px;
	width: 12px;
	height: 12px;
}

[aria-expanded="true"] .et-shared-chevron {
	transform: rotate(180deg);
}

.et-component-select__label,
.et-shared-select__label,
.etfb-premium-select__label {
	flex: 1 1 auto;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.et-component-select__arrow,
.et-shared-select__arrow,
.etfb-premium-select__arrow {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #64748b;
	transition: transform 0.18s ease;
	transform-origin: center;
}

.et-component-select.is-open .et-component-select__arrow,
.et-component-select__trigger.is-open .et-component-select__arrow,
.et-shared-select.is-open .et-shared-select__arrow,
.et-shared-select__trigger.is-open .et-shared-select__arrow,
.etfb-premium-select.is-open .etfb-premium-select__arrow,
.etfb-premium-select__trigger.is-open .etfb-premium-select__arrow {
	transform: rotate(180deg);
}

.et-component-select__menu,
.et-shared-select__menu,
.etfb-premium-select__menu {
	min-width: 220px;
	width: 100%;
	max-height: 320px;
	overflow: auto;
	padding: 6px;
	border: 1px solid #dbe3ee;
	border-radius: var(--et-ui-radius, 8px);
	background: #fff;
	box-shadow: 0 20px 40px rgba(15, 23, 42, 0.16);
	box-sizing: border-box;
}

.et-component-select__menu.is-dropup,
.et-shared-select__menu.is-dropup,
.etfb-premium-select__menu.is-dropup {
	transform-origin: bottom left;
}

.et-component-select__option,
.et-shared-select__option,
.etfb-premium-select__option {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 12px;
	border: 0;
	border-radius: var(--et-ui-radius, 8px);
	background: transparent;
	color: #0f172a;
	font: inherit;
	font-size: 14px;
	line-height: 1.35;
	text-align: left;
	cursor: pointer;
	transition: background-color 0.16s ease, color 0.16s ease;
}

.et-component-select__option:hover,
.et-shared-select__option:hover,
.etfb-premium-select__option:hover {
	background: #f8fafc;
}

.et-component-select__option.is-selected,
.et-shared-select__option.is-selected,
.etfb-premium-select__option.is-selected {
	background: rgba(var(--etfb-accent-rgb, 241, 181, 0), 0.12);
	color: var(--etfb-accent, #f1b500);
}

.et-component-select .components-input-control__suffix,
.et-shared-has-select .components-input-control__suffix,
.etfb-has-premium-select .components-input-control__suffix {
	display: none !important;
}

.et-component-select,
.et-shared-has-select,
.etfb-has-premium-select {
	position: relative;
	z-index: 20;
	border: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
	padding: 0 !important;
	min-height: 0 !important;
}

.et-component-select:focus-within,
.et-shared-has-select:focus-within,
.etfb-has-premium-select:focus-within {
	border: 0 !important;
	box-shadow: none !important;
}

.et-component-select .components-input-control__backdrop,
.et-shared-has-select .components-input-control__backdrop,
.etfb-has-premium-select .components-input-control__backdrop {
	border: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
}

.etfb-email-builder-wrap .et-component-select,
.etfb-email-builder-wrap .et-shared-has-select,
.etfb-email-builder-wrap .etfb-has-premium-select,
.etfb-email-builder-wrap .et-component-select .components-input-control__container,
.etfb-email-builder-wrap .et-shared-has-select .components-input-control__container,
.etfb-email-builder-wrap .etfb-has-premium-select .components-input-control__container,
.etfb-email-builder-wrap .et-component-select .components-input-control__backdrop,
.etfb-email-builder-wrap .et-shared-has-select .components-input-control__backdrop,
.etfb-email-builder-wrap .etfb-has-premium-select .components-input-control__backdrop {
	overflow: visible !important;
}

.etfb-email-builder-wrap .et-component-select.is-open,
.etfb-email-builder-wrap .et-shared-has-select.is-open,
.etfb-email-builder-wrap .etfb-has-premium-select.is-open {
	z-index: 1000;
}

.components-base-control {
	margin-bottom: 20px;
}

.components-text-control .components-base-control__field,
.components-textarea-control .components-base-control__field,
.components-input-control .components-base-control__field,
.components-base-control .components-base-control__field {
	display: grid;
	gap: 8px;
	margin-bottom: 0;
}

.components-text-control .components-base-control__label,
.components-textarea-control .components-base-control__label,
.components-input-control .components-base-control__label,
.components-input-control .components-input-control__label,
.components-base-control .components-base-control__label {
	display: block;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: #1e1e1e;
	margin-bottom: 0;
}

.etr-boolean-control {
	display: grid;
	gap: 8px;
}

.etr-boolean-control .components-base-control__field {
	margin-bottom: 0;
}

.etr-boolean-control .components-flex.components-h-stack {
	min-height: 18px;
}

.components-checkbox-control__input[type="checkbox"],
input[type="checkbox"] {
	accent-color: #f1b500 !important;
}

#wpbody-content table.widefat,
#wpbody-content table.widefat.striped,
.et-plugin-shell table.widefat,
.et-plugin-shell table.widefat.striped {
	border: 0 !important;
	box-shadow: none !important;
}

.components-checkbox-control__input[type="checkbox"]:checked,
input[type="checkbox"]:checked {
	background-color: #f1b500 !important;
	border-color: #f1b500 !important;
}

.components-checkbox-control__input[type="checkbox"]:focus,
input[type="checkbox"]:focus,
.components-checkbox-control__input[type="checkbox"]:focus-visible,
input[type="checkbox"]:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px rgba(241, 181, 0, 0.16);
}

.components-checkbox-control__input-container {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
}

.components-checkbox-control__checked {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 18px;
	transform: translate(-50%, -50%);
	pointer-events: none;
	color: #ffffff;
}

.components-checkbox-control__checked path {
	fill: currentColor;
}

.components-base-control {
	margin-bottom: 20px;
}

.components-text-control .components-base-control__field,
.components-textarea-control .components-base-control__field,
.components-input-control .components-base-control__field,
.components-base-control .components-base-control__field {
	display: grid;
	gap: 8px;
	margin-bottom: 0;
}

.components-text-control .components-base-control__label,
.components-textarea-control .components-base-control__label,
.components-input-control .components-base-control__label,
.components-input-control .components-input-control__label,
.components-base-control .components-base-control__label {
	display: block;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: #1e1e1e;
	margin-bottom: 0;
}

.etr-boolean-control {
	display: grid;
	gap: 8px;
}

.etr-boolean-control .components-base-control__field {
	margin-bottom: 0;
}

.etr-boolean-control .components-flex.components-h-stack {
	min-height: 18px;
}

.etr-options-textarea {
	display: grid;
	gap: 8px;
	margin-top: var(--etr-space-1);
	margin-bottom: var(--etr-space-2);
}

.etr-options-textarea .components-base-control__help {
	margin-top: 0;
}

.etr-options-textarea__input {
	min-height: 100px;
	resize: vertical;
}

.components-checkbox-control {
	margin-bottom: 20px;
}

.components-checkbox-control__input[type="checkbox"],
input[type="checkbox"] {
	accent-color: #f1b500 !important;
}

.components-checkbox-control__input[type="checkbox"]:checked,
input[type="checkbox"]:checked {
	background-color: #f1b500 !important;
	border-color: #f1b500 !important;
}

.components-checkbox-control__input[type="checkbox"]:focus,
input[type="checkbox"]:focus,
.components-checkbox-control__input[type="checkbox"]:focus-visible,
input[type="checkbox"]:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px rgba(241, 181, 0, 0.16);
}

.et-plugin-shell .components-text-control__input,
.et-plugin-shell .components-input-control__input,
.et-plugin-shell .components-textarea-control__input,
.et-plugin-shell .et-component-input,
.et-plugin-shell .etr-input,
.et-plugin-shell .et-component-filter-search {
	width: 100%;
	min-height: 48px;
	padding: 0 12px;
	border: 1px solid #dbe3ee !important;
	border-radius: var(--et-ui-radius, 8px) !important;
	background: #ffffff !important;
	color: #1f2937 !important;
	box-sizing: border-box !important;
	font: inherit;
	font-size: 14px;
	line-height: 1.35;
	appearance: none;
	box-shadow: none !important;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.et-plugin-shell .components-textarea-control__input,
.et-plugin-shell .et-component-input--textarea,
.et-plugin-shell textarea.etr-input {
	min-height: 88px;
	padding: 10px 12px;
	resize: vertical;
}

.et-plugin-shell .components-text-control__input:hover,
.et-plugin-shell .components-input-control__input:hover,
.et-plugin-shell .components-textarea-control__input:hover,
.et-plugin-shell .et-component-input:hover,
.et-plugin-shell .et-component-input--textarea:hover,
.et-plugin-shell .et-component-filter-search:hover,
.et-plugin-shell .etr-input:hover,
.et-plugin-shell .components-input-control__backdrop:hover {
	border-color: #cbd5e1 !important;
}

.et-plugin-shell .components-text-control__input:focus,
.et-plugin-shell .components-input-control__input:focus,
.et-plugin-shell .components-textarea-control__input:focus,
.et-plugin-shell .et-component-input:focus,
.et-plugin-shell .et-component-input--textarea:focus,
.et-plugin-shell .et-component-input:focus-visible,
.et-plugin-shell .et-component-input--textarea:focus-visible,
.et-plugin-shell .et-component-filter-search:focus,
.et-plugin-shell .et-component-filter-search:focus-visible,
.et-plugin-shell .etr-input:focus,
.et-plugin-shell .etr-input:focus-visible {
	border-color: rgba(241, 181, 0, 0.45) !important;
	box-shadow: 0 0 0 3px rgba(241, 181, 0, 0.14) !important;
	outline: none !important;
}

.et-plugin-shell .components-input-control__backdrop {
	border: 0 !important;
	border-radius: var(--et-ui-radius, 8px) !important;
	background: transparent !important;
	box-sizing: border-box !important;
	padding: 0 !important;
	box-shadow: none !important;
}

.et-plugin-shell .components-input-control__container {
	border-radius: var(--et-ui-radius, 8px);
	overflow: hidden;
}

.et-component-filter-select,
.et-component-filter-search {
	min-height: 40px;
	border: 1px solid #dbe3ee;
	border-radius: var(--et-ui-radius, 8px);
	background: #fff;
	color: #1f2937;
	padding: 0 12px;
	font-size: 14px;
}

.et-component-filter-select {
	min-width: 180px;
}

.et-component-filter-search {
	min-width: 260px;
	width: auto;
	flex: 0 1 260px;
}

.et-component-input--mono,
.et-component-input--mono input,
.et-component-input--mono textarea {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@media (max-width: 960px) {
	.et-component-filter-select,
	.et-component-filter-search {
		min-width: 0;
		width: 100%;
	}
}
