/* Call booking sheet — includes base auc-sheet modal styles (works logged-in too) */
body.auc-sheet-open {
	overflow: hidden;
	overscroll-behavior: none;
}

#auc_sheet_call_booking.auc-sheet {
	display: none !important;
	position: fixed !important;
	inset: 0 !important;
	z-index: 2147483000 !important;
	align-items: flex-end;
	justify-content: center;
	padding: 0;
	margin: 0 !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	isolation: isolate;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
}

#auc_sheet_call_booking.auc-sheet.auc-sheet--open {
	display: flex !important;
	animation: xxs-call-sheet-in .18s ease-out;
}

@keyframes xxs-call-sheet-in {
	from { opacity: 0; }
	to { opacity: 1; }
}

#auc_sheet_call_booking .auc-sheet__backdrop {
	position: absolute;
	inset: 0;
	z-index: 0;
	background: rgba(15, 23, 42, 0.55);
	cursor: pointer;
}

#auc_sheet_call_booking .auc-sheet__panel {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 520px;
	max-height: min(92vh, 720px);
	margin: 0;
	background: #fff;
	border-radius: 16px 16px 0 0;
	border: 1px solid rgba(15, 23, 42, 0.08);
	box-shadow: 0 -12px 48px rgba(15, 23, 42, 0.18);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

@media (min-width: 480px) {
	#auc_sheet_call_booking.auc-sheet {
		align-items: center;
		padding: 16px;
	}
	#auc_sheet_call_booking .auc-sheet__panel {
		border-radius: 18px;
		max-height: min(88vh, 720px);
		box-shadow: 0 24px 64px rgba(15, 23, 42, 0.22);
	}
}

#auc_sheet_call_booking .auc-sheet__close {
	position: absolute !important;
	top: 10px !important;
	right: 10px !important;
	left: auto !important;
	width: 40px !important;
	height: 40px !important;
	min-width: 40px !important;
	min-height: 40px !important;
	border: none !important;
	border-radius: 50% !important;
	background: rgba(15, 23, 42, 0.08) !important;
	color: #374151 !important;
	font-size: 22px !important;
	line-height: 1 !important;
	cursor: pointer !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
	margin: 0 !important;
	z-index: 50;
}

#auc_sheet_call_booking .auc-sheet__close:hover {
	background: rgba(15, 23, 42, 0.14) !important;
	color: #111827 !important;
}

#auc_sheet_call_booking .auc-sheet__title {
	margin: 0 0 4px;
	font-size: 1.25rem;
	font-weight: 700;
	color: #111827;
}

#auc_sheet_call_booking .auc-sheet__scroll {
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 16px 18px;
}

#auc_sheet_call_booking .auc-sheet__foot {
	flex-shrink: 0;
	padding: 0 18px calc(16px + env(safe-area-inset-bottom, 0px));
	background: #fff;
}

#auc_sheet_call_booking .auc-sheet__btn {
	display: block !important;
	width: 100% !important;
	box-sizing: border-box !important;
	padding: 14px 16px !important;
	min-height: 50px !important;
	border: none !important;
	border-radius: 10px !important;
	background: #2563eb !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	cursor: pointer !important;
	text-transform: none !important;
}

#auc_sheet_call_booking .auc-sheet__btn:hover {
	background: #1d4ed8 !important;
	color: #fff !important;
	opacity: 1 !important;
}

#auc_sheet_call_booking .auc-sheet__btn:disabled {
	opacity: 0.55 !important;
	cursor: not-allowed !important;
	color: #fff !important;
}

/* Motors theme: button:hover { color:#fff } breaks light-background buttons */
#auc_sheet_call_booking button {
	text-transform: none !important;
	letter-spacing: normal !important;
	font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

#auc_sheet_call_booking .xxs-call-booking__input,
#auc_sheet_call_booking .xxs-call-booking__textarea {
	box-shadow: none !important;
}

#auc_sheet_call_booking .xxs-call-booking__input:focus,
#auc_sheet_call_booking .xxs-call-booking__textarea:focus {
	border-color: #2563eb !important;
	outline: none;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15) !important;
}

#auc_sheet_call_booking .xxs-call-booking__input--locked,
#auc_sheet_call_booking .xxs-call-booking__input--locked:focus {
	background: #f3f4f6 !important;
	color: #374151 !important;
	cursor: not-allowed;
	box-shadow: none !important;
}

#auc_sheet_call_booking #xxs_call_close_btn {
	background: #6b7280 !important;
	margin-top: 8px;
}

#auc_sheet_call_booking #xxs_call_close_btn:hover {
	background: #4b5563 !important;
	color: #fff !important;
}

.xxs-call-booking__sidebar-line a:hover {
	color: #1d4ed8 !important;
	text-decoration: underline !important;
}

#auc_sheet_call_booking .auc-login__head {
	padding: 18px 52px 6px 18px;
}

#auc_sheet_call_booking.xxs-call-booking--confirmed .auc-login__head {
	text-align: center;
	padding-left: 52px;
}

#auc_sheet_call_booking.xxs-call-booking--confirmed .auc-sheet__title {
	text-align: center;
	width: 100%;
}

.xxs-call-booking__label {
	font-size: 13px;
	font-weight: 600;
	color: #374151;
	margin: 0 0 6px;
}

.xxs-call-booking__field {
	margin-bottom: 14px;
}

.xxs-call-booking__input,
.xxs-call-booking__textarea {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	padding: 10px 12px;
	font-size: 15px;
	font-family: inherit;
	color: #111827;
	background: #fff;
}

.xxs-call-booking__textarea {
	min-height: 72px;
	resize: vertical;
}

.xxs-call-booking__dept-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-bottom: 14px;
}

#auc_sheet_call_booking .xxs-call-booking__dept {
	border: 2px solid #e5e7eb;
	border-radius: 10px;
	padding: 14px 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #374151 !important;
	background: #f9fafb !important;
	cursor: pointer;
	transition: border-color .15s, background .15s, color .15s;
	text-transform: none !important;
	letter-spacing: normal !important;
	box-shadow: none !important;
	opacity: 1 !important;
	transform: none !important;
	top: auto !important;
	outline: none !important;
	-webkit-tap-highlight-color: transparent;
}

#auc_sheet_call_booking .xxs-call-booking__dept:hover:not(.is-selected):not(.is-disabled):not(:disabled) {
	border-color: #93c5fd !important;
	background: #eff6ff !important;
	color: #1d4ed8 !important;
}

#auc_sheet_call_booking .xxs-call-booking__dept.is-disabled,
#auc_sheet_call_booking .xxs-call-booking__dept:disabled {
	border-color: #e5e7eb !important;
	background: #f3f4f6 !important;
	color: #9ca3af !important;
	cursor: not-allowed !important;
	opacity: 0.72 !important;
}

#auc_sheet_call_booking .xxs-call-booking__dept.is-disabled:hover,
#auc_sheet_call_booking .xxs-call-booking__dept:disabled:hover,
#auc_sheet_call_booking .xxs-call-booking__dept.is-disabled:focus,
#auc_sheet_call_booking .xxs-call-booking__dept:disabled:focus {
	border-color: #e5e7eb !important;
	background: #f3f4f6 !important;
	color: #9ca3af !important;
	box-shadow: none !important;
}

#auc_sheet_call_booking .xxs-call-booking__dept.is-selected,
#auc_sheet_call_booking .xxs-call-booking__dept.is-selected:hover,
#auc_sheet_call_booking .xxs-call-booking__dept.is-selected:focus,
#auc_sheet_call_booking .xxs-call-booking__dept.is-selected:focus-visible,
#auc_sheet_call_booking .xxs-call-booking__dept.is-selected:active {
	border-color: #2563eb !important;
	background: #2563eb !important;
	color: #fff !important;
	outline: none !important;
	box-shadow: none !important;
}

.xxs-call-booking__step {
	margin-bottom: 18px;
}

.xxs-call-booking__step-head {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.xxs-call-booking__step-num {
	flex-shrink: 0;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #2563eb;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 26px;
	text-align: center;
}

.xxs-call-booking__step-title {
	font-size: 14px;
	font-weight: 700;
	color: #111827;
	line-height: 1.35;
}

.xxs-call-booking__dept-hint {
	margin: 0 0 4px;
	font-size: 12px;
	line-height: 1.45;
	color: #6b7280;
}

.xxs-call-booking__dept-hint.is-ready {
	color: #047857;
	font-weight: 600;
}

.xxs-call-booking__dept-row.is-required-flash {
	animation: xxsCallDeptFlash 0.45s ease 2;
}

@keyframes xxsCallDeptFlash {
	0%, 100% { box-shadow: none; }
	50% { box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.35); }
}

.xxs-call-booking__schedule-section {
	margin-bottom: 14px;
	padding: 14px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #f9fafb;
	transition: opacity 0.2s ease, border-color 0.2s ease;
}

.xxs-call-booking__schedule-section.is-locked {
	opacity: 0.72;
	border-color: #eceff3;
	background: #f3f4f6;
}

.xxs-call-booking__schedule-section.is-locked .xxs-call-booking__schedule-fields {
	pointer-events: none;
	user-select: none;
}

.xxs-call-booking__schedule-locked-msg {
	margin: 0 0 10px;
	padding: 10px 12px;
	border-radius: 8px;
	background: #fff;
	border: 1px dashed #cbd5e1;
	font-size: 13px;
	line-height: 1.45;
	color: #64748b;
	text-align: center;
}

.xxs-call-booking__schedule-section:not(.is-locked) .xxs-call-booking__schedule-locked-msg {
	display: none !important;
}

.xxs-call-booking__schedule-fields .xxs-call-booking__hint {
	margin-top: 0;
}

.xxs-call-booking__days-hint {
	margin: 0 0 10px;
	font-size: 12px;
	line-height: 1.4;
	color: #6b7280;
}

.xxs-call-booking__days {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin-bottom: 4px;
}

@media (min-width: 420px) {
	.xxs-call-booking__days {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

#auc_sheet_call_booking .xxs-call-booking__day {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	min-height: 72px;
	padding: 10px 8px;
	border: 2px solid #e5e7eb;
	border-radius: 10px;
	background: #fff !important;
	color: #111827 !important;
	cursor: pointer;
	transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
	text-transform: none !important;
	letter-spacing: normal !important;
	box-shadow: none !important;
	opacity: 1 !important;
	transform: none !important;
	outline: none !important;
	-webkit-tap-highlight-color: transparent;
}

#auc_sheet_call_booking .xxs-call-booking__day:hover:not(.is-selected) {
	border-color: #93c5fd !important;
	background: #eff6ff !important;
}

#auc_sheet_call_booking .xxs-call-booking__day.is-selected,
#auc_sheet_call_booking .xxs-call-booking__day.is-selected:hover,
#auc_sheet_call_booking .xxs-call-booking__day.is-selected:focus,
#auc_sheet_call_booking .xxs-call-booking__day.is-selected:focus-visible,
#auc_sheet_call_booking .xxs-call-booking__day.is-selected:active {
	border-color: #2563eb !important;
	background: #2563eb !important;
	color: #fff !important;
	outline: none !important;
	box-shadow: none !important;
}

#auc_sheet_call_booking .xxs-call-booking__day.is-selected .xxs-call-booking__day-week,
#auc_sheet_call_booking .xxs-call-booking__day.is-selected .xxs-call-booking__day-date,
#auc_sheet_call_booking .xxs-call-booking__day.is-selected .xxs-call-booking__day-tag,
#auc_sheet_call_booking .xxs-call-booking__day.is-selected:focus .xxs-call-booking__day-week,
#auc_sheet_call_booking .xxs-call-booking__day.is-selected:focus .xxs-call-booking__day-date,
#auc_sheet_call_booking .xxs-call-booking__day.is-selected:focus .xxs-call-booking__day-tag {
	color: #fff !important;
}

.xxs-call-booking__day-week {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #6b7280;
}

.xxs-call-booking__day-date {
	font-size: 15px;
	font-weight: 700;
	color: #111827;
}

.xxs-call-booking__day-tag {
	margin-top: 2px;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #2563eb;
}

.xxs-call-booking__day.is-selected .xxs-call-booking__day-tag {
	color: rgba(255, 255, 255, 0.9) !important;
}

.xxs-call-booking__days-empty {
	margin: 0 0 8px;
	font-size: 13px;
	line-height: 1.45;
	color: #b45309;
	text-align: center;
}

.xxs-call-booking__input:disabled {
	background: #eef2f7;
	color: #9ca3af;
	cursor: not-allowed;
}

.xxs-call-booking__hint {
	font-size: 12px;
	line-height: 1.45;
	color: #6b7280;
	margin: 0 0 12px;
}

.xxs-call-booking__slots {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin-bottom: 14px;
}

@media (min-width: 480px) {
	.xxs-call-booking__slots {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

#auc_sheet_call_booking .xxs-call-booking__slot {
	border: 1px solid #d1d5db;
	border-radius: 8px;
	padding: 9px 6px;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	background: #fff !important;
	color: #111827 !important;
	cursor: pointer;
	text-transform: none !important;
	letter-spacing: normal !important;
	box-shadow: none !important;
	opacity: 1 !important;
	transform: none !important;
	top: auto !important;
	transition: border-color .15s, background .15s, color .15s;
	outline: none !important;
	-webkit-tap-highlight-color: transparent;
}

#auc_sheet_call_booking .xxs-call-booking__slot:hover:not(:disabled):not(.is-disabled):not(.is-selected) {
	border-color: #2563eb !important;
	background: #eff6ff !important;
	color: #1d4ed8 !important;
}

#auc_sheet_call_booking .xxs-call-booking__slot.is-selected,
#auc_sheet_call_booking .xxs-call-booking__slot.is-selected:hover,
#auc_sheet_call_booking .xxs-call-booking__slot.is-selected:focus,
#auc_sheet_call_booking .xxs-call-booking__slot.is-selected:focus-visible,
#auc_sheet_call_booking .xxs-call-booking__slot.is-selected:active {
	border-color: #2563eb !important;
	background: #2563eb !important;
	color: #fff !important;
	outline: none !important;
	box-shadow: none !important;
}

#auc_sheet_call_booking .xxs-call-booking__slot.is-disabled,
#auc_sheet_call_booking .xxs-call-booking__slot:disabled {
	opacity: 1 !important;
	cursor: not-allowed !important;
	pointer-events: none;
	background: repeating-linear-gradient(
		-45deg,
		#f3f4f6 0,
		#f3f4f6 5px,
		#e5e7eb 5px,
		#e5e7eb 6px
	) !important;
	color: #9ca3af !important;
	border-color: #d1d5db !important;
	text-decoration: line-through;
	text-decoration-color: #b0b7c3;
	box-shadow: none !important;
}

#auc_sheet_call_booking .xxs-call-booking__slot.is-disabled:hover,
#auc_sheet_call_booking .xxs-call-booking__slot:disabled:hover,
#auc_sheet_call_booking .xxs-call-booking__slot.is-disabled:focus,
#auc_sheet_call_booking .xxs-call-booking__slot:disabled:focus {
	background: repeating-linear-gradient(
		-45deg,
		#f3f4f6 0,
		#f3f4f6 5px,
		#e5e7eb 5px,
		#e5e7eb 6px
	) !important;
	color: #9ca3af !important;
	border-color: #d1d5db !important;
	outline: none !important;
}

.xxs-call-booking__slots-empty {
	font-size: 13px;
	color: #6b7280;
	padding: 8px 0 12px;
}

#auc_sheet_call_booking .xxs-call-booking__availability {
	margin-bottom: 4px;
}

#auc_sheet_call_booking .xxs-call-booking__availability > .xxs-call-booking__label {
	margin-bottom: 8px;
}

#auc_sheet_call_booking label.xxs-call-booking__early-call {
	display: flex !important;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
	max-width: none;
	margin: 0 !important;
	font-weight: 400;
	background: #f8fafc;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 14px 16px;
	cursor: pointer;
	transition: border-color 0.15s ease, background-color 0.15s ease;
}

#auc_sheet_call_booking label.xxs-call-booking__early-call:hover {
	border-color: #cbd5e1;
	background: #f1f5f9;
}

#auc_sheet_call_booking label.xxs-call-booking__early-call:has(input:checked) {
	border-color: #93c5fd;
	background: #eff6ff;
}

#auc_sheet_call_booking label.xxs-call-booking__early-call:has(input:checked):hover {
	border-color: #60a5fa;
	background: #eff6ff;
}

#auc_sheet_call_booking .xxs-call-booking__early-call-check {
	position: relative;
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	margin-top: 2px;
}

#auc_sheet_call_booking .xxs-call-booking__early-call-check input[type="checkbox"] {
	position: absolute !important;
	inset: 0 !important;
	width: 20px !important;
	height: 20px !important;
	min-width: 0 !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	opacity: 0 !important;
	cursor: pointer !important;
	z-index: 2;
	-webkit-appearance: none !important;
	appearance: none !important;
	display: block !important;
}

#auc_sheet_call_booking .xxs-call-booking__early-call-box {
	display: block !important;
	position: relative;
	width: 20px !important;
	height: 20px !important;
	border: 2px solid #cbd5e1;
	border-radius: 5px;
	background: #fff;
	box-sizing: border-box;
	pointer-events: none;
	transition: background-color 0.15s ease, border-color 0.15s ease;
}

#auc_sheet_call_booking .xxs-call-booking__early-call-check input[type="checkbox"]:checked + .xxs-call-booking__early-call-box {
	background: #2563eb;
	border-color: #2563eb;
}

#auc_sheet_call_booking .xxs-call-booking__early-call-check input[type="checkbox"]:checked + .xxs-call-booking__early-call-box::after {
	content: "";
	position: absolute;
	top: 2px;
	left: 6px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

#auc_sheet_call_booking .xxs-call-booking__early-call-check input[type="checkbox"]:focus-visible + .xxs-call-booking__early-call-box {
	outline: 2px solid #2563eb;
	outline-offset: 2px;
}

#auc_sheet_call_booking .xxs-call-booking__early-call-body {
	flex: 1;
	min-width: 0;
	text-align: left;
}

#auc_sheet_call_booking .xxs-call-booking__early-call-head {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	margin-bottom: 6px;
}

#auc_sheet_call_booking .xxs-call-booking__early-call-title {
	font-size: 14px;
	font-weight: 700;
	color: #111827;
	line-height: 1.35;
}

#auc_sheet_call_booking .xxs-call-booking__early-call-badge {
	display: inline-flex;
	align-items: center;
	padding: 2px 8px;
	border-radius: 999px;
	background: #dcfce7;
	color: #15803d;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.4;
}

#auc_sheet_call_booking .xxs-call-booking__early-call-text {
	display: block;
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
	color: #6b7280;
}

#auc_sheet_call_booking .xxs-call-booking__early-call-note {
	margin: 14px 0 0;
	font-size: 13px;
	line-height: 1.5;
	color: #6b7280;
	text-align: center;
}

.xxs-call-booking__confirm {
	text-align: center;
	padding: 8px 0 4px;
}

.xxs-call-booking__confirm-icon {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #dcfce7;
	color: #16a34a;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	margin-bottom: 12px;
}

#auc_sheet_call_booking .auc-sheet__btn.xxs-call-booking__btn-hidden {
	display: none !important;
}

#auc_sheet_call_booking .xxs-call-booking__agent-card {
	display: flex;
	align-items: center;
	gap: 16px;
	text-align: left;
	background: #f8fafc;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 16px;
	margin-bottom: 16px;
}

#auc_sheet_call_booking .xxs-call-booking__agent-card-text {
	flex: 1;
	min-width: 0;
}

#auc_sheet_call_booking .xxs-call-booking__agent-card-label {
	display: block;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #6b7280 !important;
	margin-bottom: 6px;
}

#auc_sheet_call_booking .xxs-call-booking__agent-card .xxs-call-booking__agent-photo--lg {
	width: 108px !important;
	height: 108px !important;
	margin: 0 !important;
	flex-shrink: 0;
}

#auc_sheet_call_booking .xxs-call-booking__availability.is-hidden {
	display: none !important;
}

#auc_sheet_call_booking .xxs-call-booking__agent-card .xxs-call-booking__agent-name {
	font-size: 20px !important;
	margin: 0 0 4px !important;
	text-align: left !important;
	text-transform: none !important;
	letter-spacing: normal !important;
}

#auc_sheet_call_booking .xxs-call-booking__agent-dept {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	color: #374151 !important;
	margin: 0 0 4px !important;
	line-height: 1.35 !important;
	text-transform: none !important;
	letter-spacing: normal !important;
}

#auc_sheet_call_booking .xxs-call-booking__agent-card .xxs-call-booking__agent-dept {
	text-align: left !important;
}

#auc_sheet_call_booking .xxs-call-booking__agent-card .xxs-call-booking__agent-role {
	font-size: 14px !important;
	margin: 0 !important;
	text-align: left !important;
}

#auc_sheet_call_booking .xxs-call-booking__when-label {
	display: block !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #6b7280 !important;
	margin: 0 0 6px !important;
}

#auc_sheet_call_booking .xxs-call-booking__when-value {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	color: #111827 !important;
	-webkit-text-fill-color: #111827 !important;
	margin: 0 0 12px !important;
	line-height: 1.35 !important;
	min-height: 24px;
	white-space: normal !important;
	overflow: visible !important;
	height: auto !important;
}

#auc_sheet_call_booking .xxs-call-booking__confirm-details .xxs-call-booking__confirm-detail {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	font-size: 14px !important;
	line-height: 1.55 !important;
	color: #374151 !important;
	margin: 0 0 8px !important;
}

#auc_sheet_call_booking .xxs-call-booking__confirm--active .xxs-call-booking__hint {
	margin-top: 14px;
	text-align: center;
}

@media (max-width: 420px) {
	#auc_sheet_call_booking .xxs-call-booking__agent-card {
		flex-direction: column;
		text-align: center;
	}
	#auc_sheet_call_booking .xxs-call-booking__agent-card .xxs-call-booking__agent-name,
	#auc_sheet_call_booking .xxs-call-booking__agent-card .xxs-call-booking__agent-dept,
	#auc_sheet_call_booking .xxs-call-booking__agent-card .xxs-call-booking__agent-role {
		text-align: center !important;
	}
}

#auc_sheet_call_booking .xxs-call-booking__confirm--success {
	padding: 4px 0 8px;
}

#auc_sheet_call_booking .xxs-call-booking__confirm-lead {
	font-size: 15px;
	line-height: 1.45;
	color: #374151 !important;
	margin: 0 0 18px !important;
	font-weight: 500 !important;
}

.xxs-call-booking__agent-photo {
	width: 96px;
	height: 96px;
	border-radius: 50%;
	object-fit: cover;
	border: 3px solid #e5e7eb;
	margin: 0 auto 12px;
	display: block;
}

#auc_sheet_call_booking .xxs-call-booking__agent-photo--lg {
	width: 148px !important;
	height: 148px !important;
	border-width: 4px;
	border-color: #dbeafe;
	margin-bottom: 16px !important;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}

#auc_sheet_call_booking .xxs-call-booking__agent-name {
	display: block !important;
	font-size: 22px !important;
	font-weight: 700 !important;
	color: #111827 !important;
	margin: 0 0 6px !important;
	line-height: 1.25 !important;
	visibility: visible !important;
	opacity: 1 !important;
	text-transform: none !important;
	letter-spacing: normal !important;
}

#auc_sheet_call_booking .xxs-call-booking__agent-role {
	display: block !important;
	font-size: 14px !important;
	color: #6b7280 !important;
	margin: 0 0 18px !important;
	font-weight: 600 !important;
	text-transform: none !important;
}

#auc_sheet_call_booking .xxs-call-booking__confirm-details {
	background: #f8fafc;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	padding: 14px 16px;
	margin-top: 4px;
	text-align: left;
}

#auc_sheet_call_booking .xxs-call-booking__confirm-detail {
	font-size: 14px !important;
	line-height: 1.55 !important;
	color: #374151 !important;
	margin: 0 0 8px !important;
}

#auc_sheet_call_booking .xxs-call-booking__confirm-detail:last-child {
	margin-bottom: 0 !important;
}

.xxs-call-booking__agent-name {
	font-size: 18px;
	font-weight: 700;
	color: #111827;
	margin: 0 0 4px;
}

.xxs-call-booking__agent-role {
	font-size: 13px;
	color: #6b7280;
	margin: 0 0 16px;
}

.xxs-call-booking__confirm-detail {
	font-size: 14px;
	line-height: 1.55;
	color: #374151;
	margin: 0 0 8px;
}

.xxs-call-booking__sidebar-card {
	background: #f8f9fa;
	border: 1px solid #eceff3;
	border-radius: 8px;
	padding: 22px 20px;
	margin-bottom: 20px;
}

.xxs-call-booking__sidebar-title {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 14px;
	color: #232628;
}

.xxs-call-booking__sidebar-line {
	font-size: 14px;
	line-height: 1.55;
	color: #555;
	margin: 0 0 8px;
}

.xxs-call-booking__sidebar-line a {
	color: #2563eb;
	text-decoration: none;
}

.xxs-call-booking__sidebar-line a:hover {
	text-decoration: underline;
}

.stm-contact-us-form-wrapper .xxs-call-booking__schedule-btn,
.stm-contact-us-form-wrapper .xxs-call-booking__schedule-btn:hover,
.stm-contact-us-form-wrapper .xxs-call-booking__schedule-btn:focus,
.stm-contact-us-form-wrapper .xxs-call-booking__schedule-btn:active {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	margin-top: 16px;
	padding: 13px 16px;
	border: none !important;
	border-radius: 6px;
	background: #2563eb !important;
	color: #fff !important;
	font-size: 15px;
	font-weight: 700;
	font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	text-align: center;
	cursor: pointer;
	text-decoration: none !important;
	text-transform: none !important;
	letter-spacing: normal !important;
	box-shadow: none !important;
	opacity: 1 !important;
	transform: none !important;
	top: auto !important;
	position: relative !important;
	visibility: visible !important;
	transition: background .15s ease;
}

.stm-contact-us-form-wrapper .xxs-call-booking__schedule-btn:hover {
	background: #1d4ed8 !important;
	color: #fff !important;
}

.xxs-call-booking__loading {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.2px;
	color: #374151;
	padding: 10px 0;
}

/* Sweeping highlight so the wait reads as "searching", not as a frozen sheet. */
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
	.xxs-call-booking__loading {
		background: linear-gradient(90deg, #9ca3af 0%, #9ca3af 35%, #111827 50%, #9ca3af 65%, #9ca3af 100%);
		background-size: 220% 100%;
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: transparent;
		animation: xxs-call-booking-shimmer 1.15s linear infinite;
	}
}

@keyframes xxs-call-booking-shimmer {
	from { background-position: 110% 0; }
	to { background-position: -110% 0; }
}

@media (prefers-reduced-motion: reduce) {
	.xxs-call-booking__loading {
		animation: none;
		-webkit-text-fill-color: currentColor;
	}
}

.xxs-call-booking__err {
	display: none;
	background: #fef2f2;
	border: 1px solid #fecaca;
	color: #b91c1c;
	border-radius: 8px;
	padding: 10px 12px;
	font-size: 13px;
	margin-bottom: 12px;
}

.xxs-call-booking__err.is-visible {
	display: block;
}

#xxs_call_booking_view_form,
#xxs_call_booking_view_active,
#xxs_call_booking_view_success {
	display: none;
}

#xxs_call_booking_view_form.is-active,
#xxs_call_booking_view_active.is-active,
#xxs_call_booking_view_success.is-active {
	display: block;
}

.contact-page-sidebar {
	margin-bottom: 24px;
}

@media (min-width: 992px) {
	.contact-page-sidebar {
		margin-bottom: 0;
	}
}
