.crcms-lang-switcher {
	display: flex;
	gap: 0.75rem;
	justify-content: flex-end;
	max-width: 1100px;
	margin: 0 auto 1rem;
	font-size: 0.85rem;
}

.crcms-lang-switcher a {
	text-decoration: none;
	color: #666;
	padding: 0.2rem 0.5rem;
	border-radius: 4px;
}

.crcms-lang-switcher a.crcms-lang-active {
	background: #2c6e49;
	color: #fff;
	font-weight: 600;
}

.crcms-listing {
	max-width: 900px;
	margin: 0 auto;
	font-size: 1rem;
	line-height: 1.5;
}

/* Gallery */
.crcms-gallery-frontend {
	margin: 1.5rem 0;
}

.crcms-gallery-main {
	position: relative;
}

.crcms-gallery-main-img {
	position: relative;
	z-index: 1;
	width: 100%;
	max-height: 620px;
	object-fit: contain;
	background: #111;
	border-radius: 10px;
	display: block;
	cursor: zoom-in;
}

.crcms-gallery-arrow {
	position: absolute !important;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.45);
	color: #fff;
	border: none;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	font-size: 1.6rem;
	line-height: 1;
	cursor: pointer !important;
	pointer-events: auto !important;
	z-index: 999 !important;
}

.crcms-gallery-arrow:hover {
	background: rgba(0, 0, 0, 0.7);
}

.crcms-gallery-arrow-prev {
	left: 12px;
}

.crcms-gallery-arrow-next {
	right: 12px;
}

.crcms-gallery-thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 0.6rem;
}

.crcms-gallery-thumb-btn {
	display: inline-block;
	padding: 0;
	border: 2px solid transparent;
	border-radius: 6px;
	overflow: hidden;
	background: none;
	cursor: pointer;
	line-height: 0;
}

.crcms-gallery-thumb-btn:hover,
.crcms-gallery-thumb-btn:focus {
	border-color: #2c6e49;
}

.crcms-gallery-thumb-btn img {
	width: 72px;
	height: 72px;
	object-fit: cover;
	display: block;
}

@media ( max-width: 600px ) {
	.crcms-gallery-arrow {
		width: 36px;
		height: 36px;
		font-size: 1.3rem;
	}
}

/* Icon overview row */
.crcms-listing-body {
	margin-top: 0.5rem;
}

.crcms-overview {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
	margin: 1.5rem 0;
	padding: 1.25rem 0;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

.crcms-overview-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 90px;
	text-align: center;
	font-size: 0.85rem;
}

.crcms-overview-item .crcms-icon {
	font-size: 38px;
	line-height: 1;
	margin-bottom: 0.3rem;
}

.crcms-overview-label {
	color: #777;
	font-size: 0.75rem;
}

.crcms-overview-value {
	font-weight: 600;
}

/* Amenity badges */
.crcms-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 1.5rem;
}

.crcms-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	background: #eef5f0;
	color: #1f4d33;
	padding: 0.35rem 0.75rem;
	border-radius: 999px;
	font-size: 0.85rem;
}

.crcms-badge .crcms-icon {
	font-size: 20px;
	line-height: 1;
}

.crcms-icon-crossed {
	position: relative;
	display: inline-block;
}

.crcms-icon-crossed::before,
.crcms-icon-crossed::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 140%;
	height: 2px;
	background: #d33;
	border-radius: 1px;
}

.crcms-icon-crossed::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.crcms-icon-crossed::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.crcms-badge-yes {
	background: #eef5f0;
	color: #1f4d33;
}

.crcms-badge-no {
	background: #f5f0ee;
	color: #7a6a66;
	opacity: 0.75;
}

/* Spec sections */
.crcms-section {
	margin: 2rem 0;
	padding: 1.25rem 1.5rem;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 10px;
}

.crcms-section h2 {
	margin-top: 0;
	font-size: 1.15rem;
}

.crcms-spec-table {
	width: 100%;
	border-collapse: collapse;
}

.crcms-spec-table th,
.crcms-spec-table td {
	text-align: left;
	padding: 0.4rem 0.75rem;
	border-bottom: 1px solid #f0f0f0;
}

.crcms-spec-table th {
	width: 45%;
	color: #555;
	font-weight: 500;
}

.crcms-fees-table th {
	width: auto;
	background: #f7f7f5;
	font-weight: 600;
	color: #333;
}

.crcms-policies-notes {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid #eee;
	font-size: 0.92rem;
	color: #444;
}

/* Calculator */
#crcms-calculator-root {
	background: #f7f7f5;
}

.crcms-calc-dates {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 1rem;
}

.crcms-calc-extras {
	margin-bottom: 1rem;
}

.crcms-calc-fees {
	margin-bottom: 1rem;
}

.crcms-calc-form h4 {
	font-size: 0.9rem;
	color: #555;
	margin: 0.5rem 0 0.4rem;
}

.crcms-extra-line {
	margin-bottom: 0.3rem;
}

.crcms-extra-qty {
	width: 60px;
	margin-right: 0.4rem;
}

#crcms-map {
	height: 320px;
	border-radius: 8px;
	z-index: 1;
}

.crcms-map-note {
	font-size: 0.8rem;
	color: #777;
	font-style: italic;
	margin-top: 0.5rem;
	margin-bottom: 0;
}

.crcms-deposit-note {
	font-size: 0.85rem;
	color: #777;
	font-style: italic;
}

.crcms-calc-info-row td {
	color: #666;
	font-style: italic;
}

.crcms-calc-discount-row td {
	color: #2c6e49;
	font-weight: 600;
}

.crcms-calc-btn {
	background: #2c6e49;
	color: #fff;
	border: none;
	padding: 0.6rem 1.25rem;
	border-radius: 4px;
	cursor: pointer;
}

.crcms-calc-result {
	margin-top: 1rem;
}

.crcms-calc-table {
	width: 100%;
	border-collapse: collapse;
}

.crcms-calc-table td {
	padding: 0.3rem 0.5rem;
	border-bottom: 1px solid #ddd;
}

.crcms-calc-total-row td {
	font-weight: 700;
	border-top: 2px solid #333;
}

@media ( max-width: 600px ) {
	.crcms-overview {
		gap: 0.75rem;
	}
	.crcms-overview-item {
		min-width: 72px;
	}
}

/* Contact form */
.crcms-contact-note {
	font-size: 0.85rem;
	color: #666;
	font-style: italic;
	margin-top: -0.25rem;
}

.crcms-contact-form p {
	margin-bottom: 0.75rem;
}

.crcms-contact-form label {
	display: block;
	font-size: 0.85rem;
	color: #555;
	margin-bottom: 0.25rem;
}

.crcms-contact-hint {
	font-size: 0.78rem;
	color: #888;
	margin-left: 0.5rem;
}

.crcms-contact-form input[type="number"] {
	width: 100px;
}

.crcms-contact-form input[type="text"],
.crcms-contact-form input[type="email"],
.crcms-contact-form input[type="tel"],
.crcms-contact-form textarea {
	width: 100%;
	padding: 0.5rem 0.65rem;
	border: 1px solid #ccc;
	border-radius: 4px;
	font: inherit;
}

.crcms-contact-form textarea[readonly] {
	background: #f7f7f5;
	color: #444;
}

/* Honeypot: off-screen, not display:none -- some bots specifically
   skip display:none fields, so this is the more reliable hide. */
.crcms-contact-honeypot {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.crcms-contact-submit {
	background: #2c6e49;
	color: #fff;
	border: none;
	padding: 0.6rem 1.25rem;
	border-radius: 4px;
	cursor: pointer;
}

.crcms-contact-submit:disabled {
	opacity: 0.6;
	cursor: default;
}

.crcms-contact-status {
	margin-left: 0.75rem;
	font-size: 0.9rem;
	color: #444;
}

.crcms-contact-triggers {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
	background: none;
	border: none;
	padding: 0;
}

.crcms-contact-trigger {
	background: #2c6e49;
	color: #fff;
	border: none;
	padding: 0.6rem 1.25rem;
	border-radius: 4px;
	cursor: pointer;
	font-size: 1rem;
}

.crcms-contact-secondary {
	background: #fff;
	color: #2c6e49;
	border: 1px solid #2c6e49;
}

/* Availability calendar */
.crcms-availability-calendar {
	margin-bottom: 1.5rem;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid #e2e2e2;
}

.crcms-cal-nav-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.75rem;
}

.crcms-cal-status {
	flex: 1;
	text-align: center;
	font-size: 0.85rem;
	color: #555;
	min-height: 1.2em;
}

.crcms-cal-nav {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 32px;
	height: 32px;
	font-size: 1.1rem;
	color: #222;
	cursor: pointer;
	line-height: 1;
}

.crcms-cal-nav:hover {
	background: #eef5f0;
	border-color: #2c6e49;
}

.crcms-cal-months {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 1.5rem;
}

.crcms-cal-month-title {
	text-align: center;
	font-weight: 600;
	margin-bottom: 0.5rem;
	text-transform: capitalize;
}

.crcms-cal-weekdays {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	text-align: center;
	font-size: 0.75rem;
	color: #888;
	margin-bottom: 0.25rem;
}

.crcms-cal-days {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 2px;
}

.crcms-cal-empty {
	display: block;
}

.crcms-cal-day {
	aspect-ratio: 1;
	border: 1px solid #e6e6e6;
	background: #fff;
	color: #222;
	border-radius: 4px;
	font-size: 0.85rem;
	font-weight: 500;
	cursor: pointer;
}

.crcms-cal-day:hover:not(:disabled) {
	background: #eef5f0;
	border-color: #2c6e49;
}

.crcms-cal-day.crcms-cal-past {
	background: transparent;
	border-color: transparent;
	color: #ccc;
	cursor: default;
}

.crcms-cal-day.crcms-cal-booked {
	background: #cfcfcf;
	border-color: #bcbcbc;
	color: #444;
	cursor: not-allowed;
}

.crcms-cal-day.crcms-cal-booked:hover:not(:disabled) {
	background: #c2c2c2;
	border-color: #a8a8a8;
}

.crcms-cal-day.crcms-cal-selected-start,
.crcms-cal-day.crcms-cal-selected-end {
	background: #2c6e49;
	color: #fff;
	font-weight: 700;
}

.crcms-cal-day.crcms-cal-in-range {
	background: #cde5d6;
	color: #1a3e29;
}
