.cfa-reservas {
	color: #1a1a1a;
	width: 100%;
}

.cfa-reservas *,
.cfa-reservas *::before,
.cfa-reservas *::after {
	box-sizing: border-box;
}

.cfa-panel__label {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1.2;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.cfa-booking {
	background: #f6f0ea;
	border: 0;
	color: #1a1a1a;
	display: grid;
	grid-template-columns: minmax(420px, 1.35fr) minmax(300px, 0.85fr);
	gap: clamp(42px, 5vw, 78px);
	min-height: 520px;
	padding: clamp(34px, 4vw, 54px);
	position: relative;
	width: 100%;
}

.cfa-booking__notice {
	background: #fff;
	border: 1px solid #d8cec5;
	color: #7c1026;
	font-weight: 700;
	grid-column: 1 / -1;
	padding: 14px 18px;
}

.cfa-calendar__head {
	align-items: center;
	display: grid;
	grid-template-columns: 40px 1fr 40px;
	margin-bottom: 24px;
}

.cfa-calendar__head h3 {
	color: #1a1a1a;
	font-family: inherit;
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
	text-align: center;
}

.cfa-icon-btn {
	appearance: none;
	background: transparent;
	border: 0;
	color: #9d1730;
	cursor: pointer;
	font-size: 25px;
	line-height: 1;
	min-height: 40px;
	padding: 0;
}

.cfa-calendar__weekdays,
.cfa-calendar__grid {
	display: grid;
	grid-template-columns: repeat(7, minmax(44px, 1fr));
}

.cfa-calendar__weekdays span,
.cfa-day {
	align-items: center;
	border-color: #d8cec5 !important;
	border-style: solid;
	border-width: 0 1px 1px 0;
	display: flex;
	justify-content: center;
	min-height: 66px;
	position: relative;
}

.cfa-calendar__weekdays span {
	border-top-width: 1px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	min-height: 48px;
	text-transform: uppercase;
}

.cfa-calendar__weekdays span:first-child,
.cfa-day:nth-child(7n + 1) {
	border-left-width: 1px;
}

.cfa-day {
	appearance: none;
	background: transparent;
	border-radius: 0 !important;
	color: #1a1a1a;
	cursor: pointer;
	font: inherit;
	font-size: 15px;
	outline: 0;
	padding: 0;
}

.cfa-calendar__weekdays span {
	border-color: #d8cec5 !important;
}

.cfa-day.is-outside {
	color: #b8b0aa;
}

.cfa-day[disabled] {
	color: #b8b0aa;
	cursor: not-allowed;
}

.cfa-day__number {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	height: 38px;
	justify-content: center;
	width: 38px;
}

.cfa-day.is-selected .cfa-day__number {
	background: #9d1730;
	color: #fff;
}

.cfa-day::after {
	border-radius: 999px;
	bottom: 10px;
	content: "";
	height: 5px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 5px;
}

.cfa-day.is-available::after {
	background: #1a1a1a;
}

.cfa-day.is-low::after {
	background: #c89b45;
}

.cfa-day.is-full::after,
.cfa-day.is-outside::after {
	display: none;
}

.cfa-legend {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
	margin-top: 26px;
	font-size: 12px;
}

.cfa-legend span {
	align-items: center;
	display: inline-flex;
	gap: 6px;
}

.cfa-dot {
	border-radius: 999px;
	display: inline-block;
	height: 7px;
	width: 7px;
}

.cfa-dot--available {
	background: #1a1a1a;
}

.cfa-dot--low {
	background: #c89b45;
}

.cfa-dash {
	background: #1a1a1a;
	display: inline-block;
	height: 1px;
	width: 16px;
}

.cfa-panel {
	padding-top: 6px;
}

.cfa-panel h3 {
	color: #9d1730;
	font-family: var(--e-global-typography-primary-font-family, inherit);
	font-size: clamp(25px, 2.1vw, 33px);
	font-style: var(--e-global-typography-primary-font-style, normal);
	font-weight: var(--e-global-typography-primary-font-weight, 700);
	letter-spacing: 0;
	line-height: 1.12;
	margin: 0 0 30px;
}

.cfa-panel__label {
	color: #5e5550;
	margin: 0 0 14px;
}

.cfa-time {
	appearance: none;
	background: #9d1730;
	border: 1px solid #9d1730;
	color: #fff;
	cursor: default;
	display: inline-flex;
	font: inherit;
	font-size: 15px;
	justify-content: center;
	margin: 0 0 34px;
	min-width: 76px;
	padding: 14px 18px;
}

.cfa-time[disabled] {
	background: transparent;
	color: #8f8580;
	border-color: #d8cec5;
}

.cfa-tickets {
	display: grid;
	gap: 14px;
	margin-bottom: 22px;
}

.cfa-ticket {
	align-items: center;
	display: grid;
	grid-template-columns: minmax(110px, 1fr) auto auto;
	gap: 16px;
}

.cfa-ticket__name {
	font-size: 15px;
	line-height: 1.25;
}

.cfa-ticket__price {
	font-size: 15px;
	font-weight: 700;
	white-space: nowrap;
}

.cfa-stepper {
	align-items: center;
	border: 1px solid #d8cec5;
	display: grid;
	grid-template-columns: 28px 28px 28px;
	height: 38px;
}

.cfa-stepper button {
	appearance: none;
	background: transparent;
	border: 0;
	color: #1a1a1a;
	cursor: pointer;
	font: inherit;
	font-size: 18px;
	height: 36px;
	padding: 0;
}

.cfa-stepper span {
	font-size: 14px;
	text-align: center;
}

.cfa-warning {
	background: rgba(157, 23, 48, 0.08);
	border: 1px solid rgba(157, 23, 48, 0.24);
	color: #7c1026;
	font-size: 13px;
	margin: 10px 0 18px;
	padding: 11px 13px;
}

.cfa-total {
	align-items: center;
	border-top: 1px solid #d8cec5;
	display: flex;
	justify-content: space-between;
	margin-top: 24px;
	padding-top: 22px;
	text-transform: uppercase;
}

.cfa-total span {
	font-weight: 700;
	letter-spacing: 0.12em;
}

.cfa-total strong {
	color: #9d1730;
	font-size: 18px;
}

.cfa-buy {
	appearance: none;
	background: #9d1730;
	border: 1px solid #9d1730;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 12px;
	font-weight: 800;
	justify-content: center;
	letter-spacing: 0.12em;
	margin-top: 26px;
	min-height: 52px;
	padding: 18px 34px;
	text-transform: uppercase;
	width: min(270px, 100%);
}

.cfa-buy:disabled {
	cursor: not-allowed;
	opacity: 0.45;
}

.cfa-safe {
	color: #8a7e77;
	font-size: 12px;
	margin: 20px 0 0;
}

@media (max-width: 1180px) {
	.cfa-booking {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	.cfa-reservas {
		padding-top: 22px;
	}

	.cfa-booking {
		padding: 30px 16px 24px;
	}

	.cfa-calendar__weekdays,
	.cfa-calendar__grid {
		grid-template-columns: repeat(7, minmax(36px, 1fr));
	}

	.cfa-calendar__weekdays span,
	.cfa-day {
		min-height: 48px;
	}

	.cfa-day__number {
		height: 32px;
		width: 32px;
	}

	.cfa-ticket {
		grid-template-columns: 1fr auto;
	}

	.cfa-ticket__price {
		grid-column: 2;
		grid-row: 1;
	}

	.cfa-stepper {
		grid-column: 1 / -1;
		width: 100%;
		grid-template-columns: 1fr 1fr 1fr;
	}

	.cfa-buy {
		width: 100%;
	}
}
