.etr-widget-wrap {
	max-width: 980px;
	margin: 0 auto;
	padding: 0;
}

.etr-widget-card {
	background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
	border: 1px solid #e5eaf2;
	border-radius: 20px;
	box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
	padding: 20px;
	color: #0f172a;
	background-repeat: no-repeat;
}

.etr-widget-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.etr-widget-kicker {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #64748b;
	margin-bottom: 4px;
}

.etr-widget-head h3 {
	margin: 0;
	font-size: 28px;
	line-height: 1.1;
}

.etr-widget-subtitle {
	margin: 8px 0 0;
	color: #64748b;
	line-height: 1.5;
	max-width: 64ch;
}

.etr-widget-badge {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	border-radius: 999px;
	background: #fff6d5;
	border: 1px solid #f4e6a9;
	color: #8a6b00;
	font-size: 12px;
	font-weight: 700;
}

.etr-widget-form {
	display: grid;
	gap: 18px;
}

.etr-widget-body {
	display: grid;
	gap: 18px;
}

.etr-widget-body--split {
	grid-template-columns: minmax(260px, 0.92fr) minmax(0, 1.08fr);
	align-items: start;
	gap: 18px;
}

.etr-widget-form--split {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: start;
	gap: 18px;
}

.etr-widget-form--split > .etr-grid,
.etr-widget-form--split > .etr-fields-grid,
.etr-widget-form--split > .etr-summary-box,
.etr-widget-form--split > .etr-availability-box,
.etr-widget-form--split > .etr-widget-feedback,
.etr-widget-form--split > .etr-widget-actions {
	grid-column: 1 / -1;
}

.etr-grid {
	display: grid;
	gap: 16px;
}

.etr-grid--2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.etr-grid--3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.etr-fields-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 16px;
}

.etr-field {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.etr-field--width-33 {
	grid-column: span 2;
}

.etr-field--width-50 {
	grid-column: span 3;
}

.etr-field--width-100 {
	grid-column: 1 / -1;
}

.etr-field__label {
	color: #334155;
	font-size: 13px;
	font-weight: 600;
}

.etr-field__static {
	display: flex;
	align-items: center;
	min-height: 44px;
	padding: 0 14px;
	border: 1px solid #dbe3ee;
	border-radius: 12px;
	background: #fff;
	color: #0f172a;
	font-weight: 600;
}

.etr-required-mark {
	color: #d92d20;
	font-weight: 700;
	line-height: 1;
}

.etr-price-box,
.etr-availability-box {
	padding: 14px 16px;
	border-radius: 14px;
	border: 0;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
}

.etr-availability-box:empty,
.etr-widget-feedback:empty {
	display: none;
}

.etr-price-box strong,
.etr-availability-box strong {
	font-size: 14px;
}

.etr-summary-box {
	display: grid;
	gap: 6px;
	padding: 14px 16px;
	border-radius: 14px;
	border: 1px solid #e5eaf2;
	background: #ffffff;
}

.etr-summary-box strong {
	font-size: 14px;
}

.etr-summary-box__value {
	font-size: 22px;
	font-weight: 800;
	color: #0f172a;
}

.etr-summary-box__meta {
	color: #64748b;
	font-size: 12px;
	line-height: 1.5;
}

.etr-availability-box.is-available {
	border-color: #bbf7d0;
	background: #f0fdf4;
	color: #166534;
}

.etr-availability-box.is-unavailable {
	background: #fef2f2;
	color: #991b1b;
}

.etr-time-slot-pills {
	display: none;
	padding: 0;
}

.etr-time-slot-pills.is-visible {
	display: grid;
	gap: 10px;
}

.etr-time-slot-pills__title {
	font-size: 13px;
	font-weight: 700;
	color: #334155;
}

.etr-time-slot-pills__note {
	font-size: 13px;
	color: #64748b;
}

.etr-time-slot-pills__list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.etr-time-slot-pills__button {
	border: 1px solid #dbe3ee;
	background: #fff;
	color: #0f172a;
	border-radius: 999px;
	padding: 10px 14px;
	font: inherit;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.etr-time-slot-pills__button:hover {
	border-color: #0b76be;
	background: #eff8ff;
	color: #0b4f7a;
	box-shadow: 0 0 0 3px rgba(11, 118, 190, 0.08);
}

.etr-time-slot-pills__button.is-selected {
	border-color: #f1b500;
	background: #f1b500;
	color: #ffffff;
	box-shadow: 0 0 0 3px rgba(241, 181, 0, 0.12);
}

.etr-time-slot-pills__button.is-disabled {
	opacity: 0.45;
	cursor: not-allowed;
	background: #f8fafc;
	border-style: dashed;
	color: #94a3b8;
	box-shadow: none;
}

.etr-widget-feedback {
	min-height: 20px;
	color: #0f172a;
	display: grid;
	gap: 8px;
}

.etr-widget-feedback__status {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 14px;
	border-radius: 14px;
	border: 1px solid #dbe3ee;
	background: #ffffff;
	font-size: 13px;
	line-height: 1.5;
}

.etr-widget-feedback__status.is-loading {
	border-color: #c7d2fe;
	background: #eff6ff;
	color: #1e3a8a;
}

.etr-widget-feedback__status.is-success {
	border-color: #bbf7d0;
	background: #f0fdf4;
	color: #166534;
}

.etr-widget-feedback__spinner {
	width: 16px;
	height: 16px;
	border-radius: 999px;
	border: 2px solid currentColor;
	border-right-color: transparent;
	display: inline-block;
	animation: etr-spin 0.8s linear infinite;
	flex: 0 0 auto;
}

.etr-widget-feedback__check {
	width: 16px;
	height: 16px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #16a34a;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	flex: 0 0 auto;
}

@keyframes etr-spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

.etr-widget-feedback__payment {
	display: flex;
}

.etr-widget-feedback__payment-error {
	padding: 10px 12px;
	border-radius: 12px;
	border: 1px solid #fecaca;
	background: #fef2f2;
	color: #991b1b;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.5;
}

.etr-widget-actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.etr-empty-state {
	padding: 14px 16px;
	border: 1px dashed #dbe3ee;
	border-radius: 14px;
	background: #f8fafc;
	color: #64748b;
	line-height: 1.55;
}

.etr-customer-panel-card {
	display: grid;
	gap: 18px;
}

.etr-customer-panel-form {
	display: grid;
	gap: 16px;
}

.etr-customer-panel-results {
	display: grid;
	gap: 14px;
}

.etr-customer-panel-item {
	display: grid;
	gap: 12px;
	padding: 16px;
	border: 1px solid #e5eaf2;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.etr-customer-panel-item__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

.etr-customer-panel-item__top strong {
	font-size: 16px;
	line-height: 1.35;
	color: #0f172a;
}

.etr-customer-panel-status {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border-radius: 999px;
	border: 1px solid #dbe3ee;
	background: #fff7d6;
	color: #8a6b00;
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap;
}

.etr-customer-panel-status.is-confirmed {
	background: #f0fdf4;
	border-color: #bbf7d0;
	color: #166534;
}

.etr-customer-panel-status.is-cancelled,
.etr-customer-panel-status.is-rejected {
	background: #fef2f2;
	border-color: #fecaca;
	color: #991b1b;
}

.etr-customer-panel-item__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	color: #64748b;
	font-size: 13px;
}

.etr-customer-panel-item__meta span {
	padding: 4px 8px;
	border-radius: 999px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
}

.etr-customer-panel-item__line,
.etr-customer-panel-item__notes {
	color: #334155;
	line-height: 1.55;
}

.etr-customer-panel-documents {
	display: grid;
	gap: 10px;
}

.etr-customer-panel-documents strong {
	font-size: 14px;
	color: #0f172a;
}

.etr-customer-panel-documents__list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.etr-customer-panel-item__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.etr-operator-panel-card {
	display: grid;
	gap: 18px;
}

.etr-operator-body {
	display: grid;
	gap: 18px;
}

.etr-operator-section {
	display: grid;
	gap: 12px;
	padding: 16px;
	border: 1px solid #e5eaf2;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.etr-operator-section__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.etr-operator-section__head strong {
	font-size: 15px;
	color: #0f172a;
}

.etr-operator-section__head span {
	display: inline-flex;
	align-items: center;
	min-width: 28px;
	justify-content: center;
	padding: 4px 8px;
	border-radius: 999px;
	background: #fff7d6;
	border: 1px solid #f1b500;
	color: #8a6b00;
	font-size: 12px;
	font-weight: 700;
}

.etr-operator-list {
	display: grid;
	gap: 10px;
}

.etr-operator-item {
	display: grid;
	gap: 10px;
	padding: 14px;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	background: #fbfdff;
}

.etr-operator-item__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

.etr-operator-item__top strong {
	font-size: 15px;
	color: #0f172a;
	line-height: 1.35;
}

.etr-operator-item__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	color: #64748b;
	font-size: 13px;
}

.etr-operator-item__meta span {
	padding: 4px 8px;
	border-radius: 999px;
	background: #ffffff;
	border: 1px solid #e2e8f0;
}

.etr-btn-danger {
	background: #dc2626;
	border-color: #dc2626;
	color: #ffffff;
}

.etr-btn-danger:hover {
	background: #b91c1c;
	border-color: #b91c1c;
	color: #ffffff;
}

.etr-widget-card--minimal {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

.etr-widget-card--minimal .etr-widget-head {
	padding-bottom: 14px;
	margin-bottom: 14px;
	border-bottom: 1px solid #e5eaf2;
}

.etr-widget-card--minimal .etr-widget-body {
	gap: 14px;
}

.etr-widget-card--minimal .etr-widget-resource-card {
	background: transparent;
	border: 0;
	padding: 0;
}

.etr-widget-card--minimal .etr-widget-resource-gallery__image {
	border-radius: 14px;
}

.etr-widget-card--minimal .etr-summary-box,
.etr-widget-card--minimal .etr-availability-box {
	background: #ffffff;
	border-style: dashed;
}

.etr-widget-card--minimal .etr-widget-form {
	gap: 14px;
}

.etr-widget-card--split .etr-widget-head {
	margin-bottom: 16px;
}

.etr-widget-card--split .etr-widget-body--split .etr-widget-resource-card {
	margin-bottom: 0;
}

.etr-widget-card--split .etr-widget-form--split {
	box-shadow: inset 0 0 0 1px rgba(229, 234, 242, 0.72);
	padding: 16px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.72);
}

.etr-widget-resource-card {
	display: grid;
	gap: 12px;
	padding: 16px;
	border-radius: 16px;
	border: 1px solid #e5eaf2;
	background: rgba(255, 255, 255, 0.9);
}

.etr-widget-resource-gallery {
	position: relative;
	display: grid;
	gap: 10px;
}

.etr-widget-resource-gallery__image {
	width: 100%;
	min-height: 190px;
	border-radius: 12px;
	background-color: #f8fafc;
	background-size: cover;
	background-position: center;
	border: 1px solid #e5eaf2;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}

.etr-widget-resource-gallery__image.is-empty {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #64748b;
	font-size: 13px;
	background-image: linear-gradient(135deg, #f8fafc 0%, #eef2f7 100%);
}

.etr-widget-resource-gallery__controls {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 8px;
	pointer-events: none;
}

.etr-widget-resource-gallery__nav {
	pointer-events: auto;
	width: 36px;
	height: 36px;
	border: 1px solid #dbe3ee;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	color: #0f172a;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.etr-widget-resource-gallery__nav:hover {
	background: #fff7d6;
	border-color: #dbe3ee;
	color: #6f5400;
}

.etr-widget-resource-gallery__nav--prev {
	margin-left: 4px;
}

.etr-widget-resource-gallery__nav--next {
	margin-right: 4px;
}

.etr-widget-resource-gallery__counter {
	position: absolute;
	right: 10px;
	bottom: 10px;
	padding: 5px 8px;
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.72);
	color: #ffffff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.etr-widget-resource-card__head {
	display: grid;
	gap: 2px;
}

.etr-widget-resource-card__head strong {
	font-size: 16px;
}

.etr-widget-resource-card__head span,
.etr-widget-resource-card__excerpt {
	color: #64748b;
	line-height: 1.55;
}

.etr-widget-info-stack {
	display: grid;
	gap: 14px;
}

.etr-widget-info-box {
	display: grid;
	gap: 10px;
	padding: 14px 16px;
	border: 1px solid #e5eaf2;
	border-radius: 14px;
	background: #ffffff;
}

.etr-widget-info-box strong {
	font-size: 14px;
	line-height: 1.35;
	color: #0f172a;
}

.etr-widget-info-box__text {
	color: #475569;
	font-size: 13px;
	line-height: 1.55;
	white-space: pre-wrap;
}

.etr-widget-info-box__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.etr-widget-info-box__chip {
	display: inline-flex;
	align-items: center;
	padding: 8px 10px;
	border-radius: 999px;
	background: #f8fafc;
	border: 1px solid #dbe3ee;
	color: #334155;
	font-size: 12px;
	font-weight: 600;
}

.etr-btn {
	border: 1px solid transparent;
	border-radius: 12px;
	min-height: 44px;
	padding: 0 16px;
	font-weight: 700;
	cursor: pointer;
}

.etr-widget-actions .etr-btn {
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
}

.etr-btn--primary {
	background: #f1b500;
	border-color: #f1b500;
	color: #ffffff;
}

.etr-btn--secondary {
	background: #ffffff;
	border-color: #dbe3ee;
	color: #1f2937;
}

.etr-widget-card--calendar {
	overflow: hidden;
}

.etr-widget-card--calendar .etr-widget-body {
	gap: 16px;
}

.etr-calendar-panel {
	display: grid;
	gap: 16px;
	padding: 18px;
	border: 1px solid #e5eaf2;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.etr-calendar-panel__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}

.etr-calendar-panel__title-wrap {
	display: grid;
	gap: 4px;
}

.etr-calendar-panel__title {
	font-size: 15px;
	color: #0f172a;
}

.etr-calendar-panel__hint {
	margin: 0;
	color: #64748b;
	font-size: 13px;
	line-height: 1.5;
}

.etr-calendar-panel__nav {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.etr-calendar-panel__month {
	font-size: 15px;
	color: #0f172a;
	text-transform: capitalize;
}

.etr-calendar-panel__arrow {
	width: 36px;
	height: 36px;
	padding: 0;
	border-radius: 999px;
	border: 1px solid #dbe3ee;
	background: #ffffff;
	color: #0f172a;
	font: inherit;
	font-size: 20px;
	line-height: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.etr-calendar-panel__arrow-mark {
	display: block;
	transform: translateY(-1px);
}

.etr-calendar-panel__arrow:hover {
	border-color: #f1b500;
	background: #fff7d6;
	color: #8a6b00;
}

.etr-calendar-panel__grid {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 8px;
}

.etr-calendar__weekday {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	color: #64748b;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.etr-calendar__day {
	min-height: 54px;
	border: 1px solid #dbe3ee;
	border-radius: 14px;
	background: #ffffff;
	color: #0f172a;
	font: inherit;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.etr-calendar__day:hover:not(:disabled) {
	border-color: #f1b500;
	background: #fff7d6;
	box-shadow: 0 0 0 3px rgba(241, 181, 0, 0.12);
	transform: translateY(-1px);
}

.etr-calendar__day.is-today {
	border-color: #0b76be;
}

.etr-calendar__day.is-selected {
	background: #f1b500;
	border-color: #f1b500;
	color: #ffffff;
}

.etr-calendar__day.is-disabled {
	opacity: 0.4;
	cursor: not-allowed;
}

.etr-calendar__day.is-booked {
	background: #f8fafc;
	border-style: dashed;
	color: #94a3b8;
}

.etr-calendar__day.is-weekend-disabled {
	background: #f8fafc;
	border-style: dashed;
	color: #94a3b8;
}

.etr-calendar__day.is-empty {
	border: 0;
	background: transparent;
	cursor: default;
}

.etr-calendar-modal-open {
	overflow: hidden;
}

.etr-calendar-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px;
	background: rgba(15, 23, 42, 0.58);
}

.etr-calendar-modal[hidden] {
	display: none;
}

.etr-success-modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px;
	background: rgba(15, 23, 42, 0.66);
	animation: etr-success-overlay-in 0.22s ease-out;
}

.etr-success-modal[hidden] {
	display: none;
}

.etr-success-modal__panel {
	width: min(560px, 100%);
	border-radius: 24px;
	background:
		radial-gradient(circle at top left, rgba(241, 181, 0, 0.12), transparent 34%),
		linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
	border: 1px solid #e5eaf2;
	box-shadow: 0 30px 90px rgba(15, 23, 42, 0.28);
	overflow: hidden;
	transform-origin: center;
	animation: etr-success-panel-in 0.28s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.etr-success-modal__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 20px;
	border-bottom: 1px solid #e5eaf2;
	background: linear-gradient(180deg, #ffffff, #f8fafc);
}

.etr-success-modal__title {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 800;
	color: #0f172a;
}

.etr-success-modal__close {
	width: 38px;
	height: 38px;
	padding: 0;
	border-radius: 999px;
	border: 1px solid #dbe3ee;
	background: #ffffff;
	color: #0f172a;
	font-size: 24px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.etr-success-modal__close:hover {
	background: #fff7d6;
	border-color: #f4e6a9;
}

.etr-success-modal__body {
	display: grid;
	gap: 16px;
	padding: 22px 20px 24px;
}

.etr-success-popup__message {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	padding: 18px;
	border-radius: 18px;
	background: linear-gradient(135deg, #ecfdf3 0%, #f8fffb 100%);
	border: 1px solid #bbf7d0;
}

.etr-success-popup__icon {
	width: 52px;
	height: 52px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #16a34a;
	color: #ffffff;
	font-size: 28px;
	font-weight: 800;
	box-shadow: 0 16px 28px rgba(22, 163, 74, 0.22);
}

.etr-success-popup__text {
	color: #14532d;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 600;
}

.etr-success-popup__actions {
	display: flex;
	justify-content: flex-end;
}

@keyframes etr-success-overlay-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes etr-success-panel-in {
	from {
		opacity: 0;
		transform: translateY(18px) scale(0.96);
		filter: blur(4px);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
		filter: blur(0);
	}
}

.etr-calendar-modal__panel {
	width: min(860px, 100%);
	max-height: min(92vh, 980px);
	display: grid;
	grid-template-rows: auto minmax(0, 1fr);
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 26px 80px rgba(15, 23, 42, 0.22);
	overflow: hidden;
}

.etr-calendar-modal__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 20px;
	border-bottom: 1px solid #e5eaf2;
	background: linear-gradient(180deg, #ffffff, #fbfdff);
}

.etr-calendar-modal__title {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 800;
	color: #0f172a;
}

.etr-calendar-modal__close {
	width: 38px;
	height: 38px;
	padding: 0;
	border-radius: 999px;
	border: 1px solid #dbe3ee;
	background: #ffffff;
	color: #0f172a;
	font-size: 24px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.etr-calendar-modal__close:hover {
	border-color: #dc2626;
	background: #fef2f2;
	color: #b91c1c;
}

.etr-calendar-modal__body {
	display: grid;
	gap: 18px;
	padding: 20px;
	overflow: auto;
}

.etr-calendar-modal__body .etr-widget-form {
	gap: 16px;
}

.etr-calendar-modal__body .etr-widget-actions {
	margin-top: 0;
}

.etr-calendar-modal .components-base-control {
	margin-bottom: 0;
}

@media (max-width: 880px) {
	.etr-grid--2,
	.etr-grid--3,
	.etr-fields-grid,
	.etr-widget-form--split,
	.etr-widget-body--split {
		grid-template-columns: 1fr;
	}

	.etr-field--width-33,
	.etr-field--width-50,
	.etr-field--width-100 {
		grid-column: 1 / -1;
	}

	.etr-widget-head {
		flex-direction: column;
	}

	.etr-widget-head h3 {
		font-size: 24px;
	}

	.etr-calendar-panel__head,
	.etr-calendar-modal__header {
		flex-direction: column;
		align-items: center;
	}

	.etr-calendar-modal__panel {
		max-height: 94vh;
	}
}
