.cvcpa-search {
	backdrop-filter: blur(12px);
	background: rgba(235, 227, 194, 0.88);
	border: 1px solid rgba(186, 178, 148, 0.2);
	border-radius: 32px;
	box-shadow: 0 16px 36px rgba(55, 51, 28, 0.1);
	display: grid;
	gap: 16px;
	grid-template-columns: 1.1fr 1fr 1fr 1fr auto;
	margin-top: 24px;
	padding: 18px;
}

.cvcpa-search label {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.cvcpa-search span {
	color: #48664c;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.6px;
	text-transform: uppercase;
}

.cvcpa-search input,
.cvcpa-search select {
	appearance: none;
	background: #fff;
	border: 0;
	border-radius: 999px;
	color: #37331c;
	font: inherit;
	min-height: 48px;
	outline: 2px solid transparent;
	padding: 0 16px;
	width: 100%;
}

.cvcpa-search button {
	align-self: end;
	background: linear-gradient(90deg, #725d00, #fcdb65);
	border: 0;
	border-radius: 999px;
	box-shadow: 0 12px 22px rgba(114, 93, 0, 0.18);
	color: #fff8ed;
	cursor: pointer;
	font: inherit;
	font-weight: 800;
	min-height: 48px;
	padding: 0 26px;
}

.cvcpa-home-listing {
	padding: 86px 0;
}

.cvcpa-card-grid {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cvcpa-card {
	background: #f0e8cc;
	border-radius: 32px;
	box-shadow: 0 10px 28px rgba(55, 51, 28, 0.08);
	overflow: hidden;
	position: relative;
}

.cvcpa-card__image {
	display: block;
	height: 260px;
	position: relative;
}

.cvcpa-card__image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.cvcpa-card__image span,
.cvcpa-card__image strong {
	backdrop-filter: blur(4px);
	background: rgba(255, 249, 235, 0.92);
	border-radius: 999px;
	color: #3b5840;
	font-size: 12px;
	font-weight: 800;
	max-width: calc(100% - 32px);
	padding: 7px 10px;
	position: absolute;
	top: 16px;
}

.cvcpa-card__image span {
	left: 16px;
}

.cvcpa-card__image strong {
	color: #725d00;
	right: 16px;
}

.cvcpa-card__body {
	padding: 28px;
}

.cvcpa-card__place {
	color: #48664c;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 8px;
}

.cvcpa-card h3 {
	font-size: 22px;
	line-height: 1.25;
	margin: 0;
}

.cvcpa-card ul {
	display: grid;
	gap: 8px;
	list-style: none;
	margin: 18px 0 22px;
	padding: 0;
}

.cvcpa-card li {
	align-items: center;
	color: #57534e;
	display: flex;
	font-size: 13px;
	gap: 8px;
	line-height: 1.35;
}

.cvcpa-card li::before,
.cvcpa-icon-list li::before,
.cvcpa-service-list li::before {
	background: #725d00;
	border-radius: 999px;
	content: "";
	flex: 0 0 auto;
	height: 8px;
	width: 8px;
}

.cvcpa-card__cta {
	align-items: center;
	background: #c9ebca;
	border-radius: 999px;
	color: #3b5840;
	display: inline-flex;
	font-weight: 800;
	min-height: 40px;
	padding: 10px 18px;
}

.cvcpa-empty {
	background: #f0e8cc;
	border-radius: 28px;
	padding: 32px;
}

.cvcpa-empty h3 {
	margin: 0 0 8px;
}

.cvcpa-empty p {
	color: #48664c;
	margin: 0;
}

.cvcpa-archive-hero {
	background: #fff9eb;
	padding: 72px 0 42px;
}

.cvcpa-archive-hero h1 {
	font-size: clamp(40px, 6vw, 72px);
	line-height: 0.98;
	margin: 0;
	max-width: 820px;
}

.cvcpa-archive-hero p {
	color: #48664c;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.55;
	max-width: 620px;
}

.cvcpa-archive-results {
	background: #fffaf0;
	padding: 56px 0 92px;
}

.cvcpa-single-hero {
	background: #fff9eb;
	padding: 34px 0 50px;
}

.cvcpa-breadcrumb {
	align-items: center;
	color: #78716c;
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	gap: 10px;
	margin-bottom: 30px;
}

.cvcpa-breadcrumb a {
	color: #48664c;
	font-weight: 800;
}

.cvcpa-single-title {
	align-items: end;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: 28px;
}

.cvcpa-single-title h1 {
	font-size: clamp(40px, 5vw, 68px);
	line-height: 0.98;
	margin: 0;
	max-width: 900px;
}

.cvcpa-single-title p {
	color: #48664c;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.55;
	margin: 14px 0 0;
}

.cvcpa-rating {
	background: #fff;
	border-radius: 24px;
	box-shadow: 0 12px 30px rgba(55, 51, 28, 0.12);
	display: grid;
	gap: 4px;
	min-width: 120px;
	padding: 18px;
	text-align: center;
}

.cvcpa-rating strong {
	color: #725d00;
	font-size: 32px;
	line-height: 1;
}

.cvcpa-rating span {
	color: #48664c;
	font-size: 13px;
	font-weight: 800;
}

.cvcpa-gallery {
	display: grid;
	gap: 14px;
	grid-template-columns: 2fr 1fr 1fr;
	grid-template-rows: repeat(2, minmax(150px, 220px));
}

.cvcpa-gallery img {
	border-radius: 24px;
	cursor: pointer;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.cvcpa-gallery .is-main {
	grid-row: 1 / span 2;
	cursor: default;
}

.cvcpa-single-content {
	background: #fffaf0;
	padding: 58px 0 92px;
}

.cvcpa-single-grid {
	align-items: start;
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 1fr) 340px;
}

.cvcpa-single h2 {
	font-size: clamp(28px, 3vw, 40px);
	line-height: 1.12;
	margin: 0 0 18px;
}

.cvcpa-prose {
	color: #37331c;
	font-size: 18px;
	line-height: 1.75;
	margin-bottom: 34px;
}

.cvcpa-prose p {
	margin-top: 0;
}

.cvcpa-chip-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 28px;
}

.cvcpa-chip-row span {
	background: #c9ebca;
	border-radius: 999px;
	color: #3b5840;
	font-size: 13px;
	font-weight: 800;
	padding: 8px 12px;
}

.cvcpa-feature-panel {
	background: #f6eed3;
	border-radius: 32px;
	margin-top: 24px;
	padding: 30px;
}

.cvcpa-feature-panel p {
	color: #48664c;
	font-size: 17px;
	line-height: 1.65;
	margin: 0 0 20px;
}

.cvcpa-icon-list,
.cvcpa-service-list {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.cvcpa-icon-list li,
.cvcpa-service-list li {
	align-items: center;
	background: rgba(255, 255, 255, 0.62);
	border-radius: 18px;
	color: #37331c;
	display: flex;
	font-weight: 700;
	gap: 10px;
	line-height: 1.35;
	min-height: 52px;
	padding: 12px 14px;
}

.cvcpa-icon-list--green li::before {
	background: #48664c;
}

.cvcpa-nearby-grid,
.cvcpa-room-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cvcpa-nearby-grid section,
.cvcpa-room-grid section {
	background: rgba(255, 255, 255, 0.68);
	border-radius: 24px;
	padding: 22px;
}

.cvcpa-nearby-grid h3,
.cvcpa-room-grid h3 {
	color: #48664c;
	font-size: 20px;
	margin: 0 0 14px;
}

.cvcpa-nearby-grid ul,
.cvcpa-room-grid ul {
	display: grid;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.cvcpa-nearby-grid li,
.cvcpa-room-grid li {
	color: #57534e;
	font-weight: 700;
	line-height: 1.35;
}

.cvcpa-room-grid span {
	color: #78716c;
	display: block;
	font-size: 12px;
	font-weight: 800;
	margin-bottom: 12px;
}

.cvcpa-booking-toolbox {
	background: linear-gradient(180deg, #fffdf6, #f6eed3);
	border: 1px solid rgba(114, 93, 0, 0.14);
	border-radius: 28px;
	box-shadow: 0 18px 44px rgba(55, 51, 28, 0.09);
	margin: 28px 0;
	overflow: hidden;
	padding: 0;
}

.cvcpa-booking-summary {
	align-items: center;
	display: grid;
	gap: 18px;
}

.cvcpa-booking-summary__content {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: space-between;
}

.cvcpa-booking-summary__content h2 {
	margin: 0 0 8px;
}

.cvcpa-booking-summary__content p {
	color: #48664c;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0;
	max-width: 680px;
}

.cvcpa-booking-summary__button {
	background: linear-gradient(90deg, #725d00, #fcdb65);
	border: 0;
	border-radius: 999px;
	box-shadow: 0 14px 26px rgba(114, 93, 0, 0.18);
	color: #fff8ed;
	cursor: pointer;
	flex: 0 0 auto;
	font: inherit;
	font-weight: 900;
	min-height: 52px;
	padding: 0 24px;
}

.cvcpa-booking-modal {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 24px;
	position: fixed;
	z-index: 9999;
}

.cvcpa-booking-modal[hidden] {
	display: none;
}

.cvcpa-booking-modal__backdrop {
	background: rgba(34, 30, 16, 0.64);
	inset: 0;
	position: absolute;
}

.cvcpa-booking-modal__dialog {
	max-height: calc(100vh - 48px);
	max-width: min(1120px, calc(100vw - 32px));
	opacity: 0;
	outline: none;
	overflow: auto;
	position: relative;
	transform: translateY(18px) scale(0.98);
	transition: opacity 0.18s ease, transform 0.18s ease;
	width: 100%;
	z-index: 1;
}

.cvcpa-booking-modal.is-open .cvcpa-booking-modal__dialog {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.cvcpa-booking-modal__dialog .cvcpa-booking-toolbox {
	border-radius: 32px;
	box-shadow: 0 28px 70px rgba(19, 21, 14, 0.24);
	margin: 0;
}

.cvcpa-booking-modal__close {
	align-items: center;
	background: #fff;
	border: 0;
	border-radius: 999px;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
	color: #37331c;
	cursor: pointer;
	display: inline-flex;
	font-size: 30px;
	height: 44px;
	justify-content: center;
	position: absolute;
	right: 18px;
	top: 18px;
	width: 44px;
	z-index: 2;
}

body.cvcpa-modal-open {
	overflow: hidden;
}

.cvcpa-booking-toolbox__head {
	align-items: end;
	background: #fffaf0;
	border-bottom: 1px solid rgba(114, 93, 0, 0.12);
	display: flex;
	gap: 20px;
	justify-content: space-between;
	padding: 24px;
}

.cvcpa-booking-toolbox__head span {
	color: #48664c;
	display: block;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.7px;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.cvcpa-booking-toolbox__head h2 {
	font-size: clamp(28px, 3vw, 38px);
	margin: 0 0 8px;
}

.cvcpa-booking-toolbox__head p {
	color: #48664c;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0;
	max-width: 640px;
}

.cvcpa-booking-toolbox__head strong {
	background: #c9ebca;
	border-radius: 999px;
	color: #24432d;
	flex: 0 0 auto;
	font-size: 12px;
	font-weight: 900;
	padding: 9px 12px;
}

.cvcpa-booking-form {
	background: rgba(255, 255, 255, 0.72);
	border-radius: 28px;
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 24px 0;
	padding: 24px;
}

.cvcpa-booking-form--toolbox {
	background: transparent;
	border-radius: 0;
	display: block;
	margin: 0;
	padding: 20px;
}

.cvcpa-booking-form__main {
	align-items: start;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.82fr);
}

.cvcpa-booking-form__fields {
	background: rgba(255, 255, 255, 0.74);
	border: 1px solid rgba(72, 102, 76, 0.08);
	border-radius: 24px;
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 18px;
}

.cvcpa-booking-form__aside {
	background: #fffaf0;
	border: 1px solid rgba(114, 93, 0, 0.12);
	border-radius: 24px;
	display: grid;
	gap: 14px;
	padding: 14px;
}

.cvcpa-booking-form label {
	display: grid;
	gap: 8px;
}

.cvcpa-booking-field--wide {
	grid-column: 1 / -1;
}

.cvcpa-booking-form > .is-wide,
.cvcpa-price-box,
.cvcpa-booking-form > button {
	grid-column: 1 / -1;
}

.cvcpa-booking-form label span,
.cvcpa-price-box span {
	color: #48664c;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.6px;
	text-transform: uppercase;
}

.cvcpa-booking-form input,
.cvcpa-booking-form select,
.cvcpa-booking-form textarea {
	background: #fff;
	border: 0;
	border-radius: 20px;
	color: #37331c;
	font: inherit;
	min-height: 52px;
	outline: 2px solid transparent;
	padding: 0 16px;
	width: 100%;
}

.cvcpa-booking-form textarea {
	padding-bottom: 14px;
	padding-top: 14px;
}

.cvcpa-booking-form > button {
	background: linear-gradient(90deg, #725d00, #fcdb65);
	border: 0;
	border-radius: 999px;
	color: #fff8ed;
	cursor: pointer;
	font: inherit;
	font-weight: 800;
	min-height: 54px;
}

.cvcpa-booking-form__aside > button {
	background: linear-gradient(90deg, #725d00, #fcdb65);
	border: 0;
	border-radius: 999px;
	box-shadow: 0 14px 26px rgba(114, 93, 0, 0.18);
	color: #fff8ed;
	cursor: pointer;
	font: inherit;
	font-weight: 900;
	min-height: 54px;
	padding: 0 18px;
}

.cvcpa-price-box {
	background: #fff9eb;
	border: 1px solid rgba(114, 93, 0, 0.12);
	border-radius: 22px;
	display: grid;
	gap: 6px;
	padding: 18px;
}

.cvcpa-booking-form__aside .cvcpa-price-box {
	background: #fff;
}

.cvcpa-price-box strong {
	color: #725d00;
	font-size: 28px;
	line-height: 1.1;
}

.cvcpa-price-box small {
	color: #48664c;
	font-weight: 700;
}

.cvcpa-calendar {
	background: #fffaf0;
	border: 1px solid rgba(114, 93, 0, 0.12);
	border-radius: 24px;
	padding: 14px;
}

.cvcpa-calendar__header {
	align-items: center;
	display: grid;
	grid-template-columns: 44px 1fr 44px;
	margin-bottom: 14px;
}

.cvcpa-calendar__header strong {
	color: #37331c;
	font-size: 18px;
	font-weight: 900;
	text-align: center;
	text-transform: capitalize;
}

.cvcpa-calendar__header button,
.cvcpa-calendar__day {
	appearance: none;
	background: #fff;
	border: 0;
	color: #37331c;
	cursor: pointer;
	font: inherit;
}

.cvcpa-calendar__header button {
	border-radius: 999px;
	box-shadow: 0 6px 16px rgba(55, 51, 28, 0.08);
	font-size: 22px;
	font-weight: 900;
	height: 44px;
	line-height: 1;
}

.cvcpa-calendar__weekdays,
.cvcpa-calendar__days {
	display: grid;
	gap: 6px;
	grid-template-columns: repeat(7, minmax(0, 1fr));
}

.cvcpa-calendar__weekdays {
	color: #48664c;
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 8px;
	text-align: center;
}

.cvcpa-calendar__blank,
.cvcpa-calendar__day {
	height: 38px;
	min-width: 0;
}

.cvcpa-calendar__day {
	align-items: center;
	border: 1px solid rgba(72, 102, 76, 0.12);
	border-radius: 14px;
	display: flex;
	font-weight: 900;
	justify-content: center;
	min-height: 0;
	padding: 0;
	transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
	width: 100%;
}

.cvcpa-calendar__day:hover:not(:disabled) {
	background: #c9ebca;
	color: #24432d;
	transform: translateY(-1px);
}

.cvcpa-calendar__day.is-today {
	box-shadow: inset 0 0 0 2px #48664c;
}

.cvcpa-calendar__day.is-range {
	background: #e4f5dc;
	color: #24432d;
}

.cvcpa-calendar__day.is-selected {
	background: linear-gradient(90deg, #725d00, #fcdb65);
	color: #fff8ed;
}

.cvcpa-calendar__day.is-disabled {
	background: #ece7d8;
	color: #9a9484;
	cursor: not-allowed;
	text-decoration: line-through;
}

.cvcpa-calendar__day.is-occupied {
	background-image: repeating-linear-gradient(135deg, rgba(114, 93, 0, 0.14) 0, rgba(114, 93, 0, 0.14) 5px, transparent 5px, transparent 10px);
}

.cvcpa-calendar__legend {
	align-items: center;
	color: #48664c;
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	font-weight: 800;
	gap: 14px;
	justify-content: space-between;
	margin-top: 14px;
}

.cvcpa-calendar__legend span {
	align-items: center;
	display: inline-flex;
	gap: 8px;
}

.cvcpa-calendar__legend i {
	background: repeating-linear-gradient(135deg, rgba(114, 93, 0, 0.24) 0, rgba(114, 93, 0, 0.24) 5px, #ece7d8 5px, #ece7d8 10px);
	border-radius: 7px;
	display: inline-block;
	height: 18px;
	width: 18px;
}

.cvcpa-calendar-message {
	color: #48664c;
	font-size: 14px;
	font-weight: 800;
	margin: 0;
}

.cvcpa-calendar-message.is-error {
	color: #8a1c13;
}

.cvcpa-calendar-message.is-ok {
	color: #166534;
}

.cvcpa-booking-message {
	border-radius: 18px;
	font-weight: 800;
	margin: 18px 0;
	padding: 14px 16px;
}

.cvcpa-booking-message.is-ok {
	background: #c9ebca;
	color: #166534;
}

.cvcpa-booking-message.is-error {
	background: #fde2df;
	color: #8a1c13;
}

.cvcpa-room-strip {
	border-top: 1px solid rgba(114, 93, 0, 0.12);
	display: flex;
	gap: 10px;
	overflow-x: auto;
	padding: 16px 20px 20px;
	scrollbar-width: thin;
}

.cvcpa-room-strip section {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(72, 102, 76, 0.1);
	border-radius: 18px;
	flex: 0 0 180px;
	padding: 14px;
}

.cvcpa-room-strip h3 {
	color: #48664c;
	font-size: 16px;
	margin: 0 0 6px;
}

.cvcpa-room-strip strong {
	color: #37331c;
	display: block;
	font-size: 14px;
	margin-bottom: 8px;
}

.cvcpa-room-strip span {
	color: #78716c;
	display: block;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.35;
}

.cvcpa-sidebar {
	position: sticky;
	top: 98px;
}

.cvcpa-booking-card {
	background: linear-gradient(140deg, #48664c, #3b5840);
	border-radius: 32px;
	box-shadow: 0 24px 70px rgba(55, 51, 28, 0.16);
	color: #e8ffe7;
	display: grid;
	gap: 14px;
	padding: 28px;
}

.cvcpa-booking-card p {
	font-size: 18px;
	font-weight: 800;
	line-height: 1.35;
	margin: 0;
}

.cvcpa-booking-card a {
	align-items: center;
	background: #fff;
	border-radius: 999px;
	color: #3b5840;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	min-height: 48px;
	padding: 13px 18px;
}

.cvcpa-booking-card__primary {
	background: linear-gradient(90deg, #725d00, #fcdb65) !important;
	color: #fff8ed !important;
}

.cvcpa-booking-card span {
	color: rgba(232, 255, 231, 0.88);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
}

@media (max-width: 1080px) {
	.cvcpa-search {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.cvcpa-single-grid > article {
		grid-column: 1 / -1;
	}

	.cvcpa-sidebar {
		grid-column: 1 / -1;
		position: static;
	}
}

@media (max-width: 900px) {
	.cvcpa-booking-form__main {
		grid-template-columns: 1fr;
	}

	.cvcpa-booking-form__aside {
		order: -1;
	}

	.cvcpa-booking-summary__content {
		align-items: start;
		display: grid;
	}
}

@media (max-width: 760px) {
	.cvcpa-search,
	.cvcpa-card-grid,
	.cvcpa-single-title,
	.cvcpa-gallery,
	.cvcpa-icon-list,
	.cvcpa-service-list,
	.cvcpa-nearby-grid,
	.cvcpa-room-grid {
		display: grid;
		grid-template-columns: 1fr;
	}

	.cvcpa-search {
		border-radius: 26px;
	}

	.cvcpa-card__image {
		height: 230px;
	}

	.cvcpa-single-title {
		align-items: start;
	}

	.cvcpa-gallery {
		grid-template-rows: none;
	}

	.cvcpa-gallery img,
	.cvcpa-gallery .is-main {
		aspect-ratio: 1.2;
		grid-row: auto;
	}

	.cvcpa-feature-panel {
		border-radius: 26px;
		padding: 22px;
	}
}

/* UX pass: make the search usable inside the home hero and archives. */
.cvcpa-search {
	align-items: end;
	grid-template-columns: minmax(180px, 1.05fr) minmax(180px, 1fr) minmax(180px, 1fr) minmax(180px, 1fr) auto;
	padding: 20px;
}

.cvcpa-search span {
	line-height: 1.15;
	min-height: 26px;
}

.cvcpa-search input,
.cvcpa-search select {
	font-size: 15px;
	min-height: 54px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cvcp-hero .cvcpa-search {
	border-radius: 28px;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 28px;
	max-width: 620px;
	padding: 20px;
}

.cvcp-hero .cvcpa-search button {
	grid-column: 1 / -1;
	justify-self: stretch;
}

.cvcp-hero .cvcpa-search label:first-child {
	grid-column: 1 / -1;
}

.cvcpa-archive-hero .cvcpa-search {
	max-width: none;
}

@media (max-width: 1180px) {
	.cvcpa-search {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cvcpa-search button {
		grid-column: 1 / -1;
		justify-self: stretch;
	}
}

@media (max-width: 640px) {
	.cvcpa-search,
	.cvcpa-booking-form,
	.cvcp-hero .cvcpa-search {
		grid-template-columns: 1fr;
	}

	.cvcp-hero .cvcpa-search label:first-child,
	.cvcp-hero .cvcpa-search button,
	.cvcpa-search button,
	.cvcpa-booking-form > .is-wide,
	.cvcpa-price-box,
	.cvcpa-booking-form > button {
		grid-column: auto;
	}
}

@media (max-width: 640px) {
	.cvcpa-booking-toolbox {
		border-radius: 22px;
		margin-left: -12px;
		margin-right: -12px;
	}

	.cvcpa-booking-toolbox__head {
		align-items: start;
		display: grid;
		gap: 12px;
		padding: 18px;
	}

	.cvcpa-booking-toolbox__head p {
		font-size: 14px;
	}

	.cvcpa-booking-summary__button {
		width: 100%;
	}

	.cvcpa-booking-modal {
		padding: 10px;
	}

	.cvcpa-booking-modal__dialog {
		max-height: calc(100vh - 20px);
		max-width: calc(100vw - 20px);
	}

	.cvcpa-booking-modal__dialog .cvcpa-booking-toolbox {
		border-radius: 22px;
	}

	.cvcpa-booking-modal__close {
		height: 40px;
		right: 12px;
		top: 12px;
		width: 40px;
	}

	.cvcpa-booking-form--toolbox {
		padding: 16px;
	}

	.cvcpa-booking-form {
		border-radius: 22px;
		gap: 14px;
		padding: 14px;
	}

	.cvcpa-booking-form__fields {
		border-radius: 18px;
		grid-template-columns: 1fr;
		padding: 14px;
	}

	.cvcpa-booking-field--wide {
		grid-column: auto;
	}

	.cvcpa-booking-form__aside {
		border-radius: 18px;
		padding: 10px;
	}

	.cvcpa-calendar {
		border-radius: 18px;
		padding: 10px;
	}

	.cvcpa-calendar__header {
		gap: 8px;
		grid-template-columns: 36px 1fr 36px;
		margin-bottom: 12px;
	}

	.cvcpa-calendar__header strong {
		font-size: 15px;
	}

	.cvcpa-calendar__header button {
		height: 36px;
		min-height: 0;
		padding: 0;
		width: 36px;
	}

	.cvcpa-calendar__weekdays,
	.cvcpa-calendar__days {
		gap: 4px;
	}

	.cvcpa-calendar__blank,
	.cvcpa-calendar__day {
		height: 32px;
	}

	.cvcpa-calendar__day {
		border-radius: 10px;
		font-size: 13px;
	}

	.cvcpa-calendar__legend {
		align-items: flex-start;
		display: grid;
		font-size: 12px;
		gap: 8px;
	}

	.cvcpa-room-strip {
		padding: 12px 16px 16px;
	}

	.cvcpa-room-strip section {
		flex-basis: 150px;
	}
}
