@charset "UTF-8";

.property_addtocart_button { width: auto; }

#t03-page
{
	color: #1f1f1f;
	background-color: #ffffff;
	--t03-side-padding: 5vw;
	padding: 20px var(--t03-side-padding) 80px;
	padding-top: 0px;
	line-height: 1.6;
}

#t03-page button,
#t03-page input,
#t03-page select,
#t03-page textarea,
#t03-page .splide__arrow,
#t03-page .fc,
#t03-page .fc button,
#t03-page .leaflet-container,
#t03-page .leaflet-container button,
#t03-page .leaflet-control a,
#t03-page .leaflet-control,
#t03-page .leaflet-popup-content-wrapper,
#t03-page .leaflet-popup-content
{
	font-family: inherit;
}

.t03-content-limiter
{
	max-width: 1300px;
	margin: 0 auto;
	width: 100%;
}

#right_settings_panel_container
{
	z-index: 2000 !important;
}

.t03-top-bar
{
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}

.t03-top-actions
{
	display: flex;
	gap: 6px;
}

.t03-icon-button
{
	width: 44px;
	height: 44px;
	padding: 4px;
	border: 1px solid #d0d0d0;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	box-shadow: none;
}

.t03-icon-image
{
	width: 28px;
	height: 28px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	object-fit: contain;
}

.t03-icon-share
{
	width: 36px;
	height: 36px;
}

.t03-icon-button img.t03-icon-share
{
	width: 22px !important;
	height: 22px !important;
	min-width: 22px;
	min-height: 22px;
}

.t03-icon-button .favorites_image
{
	width: 18px;
	height: 18px;
	min-width: 18px;
	min-height: 18px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.t03-visually-hidden
{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.t03-ghost-button
{
	background-color: transparent;
	border: 1px solid #d0d0d0;
	padding: 8px 14px;
	border-radius: 30px;
	font-size: 90%;
	cursor: pointer;
	transition: border-color 0.2s ease, color 0.2s ease;
}

.t03-ghost-button.t03-icon-button
{
	background-color: #ffffff;
	border-radius: 50%;
	box-shadow: 0 10px 20px rgba(15, 23, 42, 0.18);
}

.t03-ghost-button:hover
{
	border-color: var(--highlight-color);
	color: var(--highlight-color);
}

.t03-header
{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 25px;
	margin-top: var(--t03-top-bar-margin-top, 0px);
	padding-left: max(0px, calc(var(--t03-top-left-padding-left, 0px) - var(--t03-side-padding, 0px)));
}

.t03-property-type
{
	text-transform: uppercase;
	color: #6b6b6b;
	font-size: 75%;
	letter-spacing: 1px;
}

.t03-property-title
{
	font-size: 250%;
	margin: 5px 0;
	line-height: 1.2;
}

.t03-property-subtitle
{
	font-size: 100%;
	font-weight: 500;
	color: #555555;
}

.t03-property-meta
{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	color: #555555;
}

.t03-meta-dot
{
	color: dimgrey;
}

.t03-hero
{
	position: relative;
	margin-bottom: 50px;
	display: flex;
	align-items: stretch;
	gap: 30px;
	flex-wrap: nowrap;
}

.t03-gallery
{
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	flex: 1 1 0;
	min-width: 0;
	max-height: 570px;
	height: 570px;
	min-height: 570px;
}

.t03-gallery-splide
{
	width: 100%;
	height: auto;
	border-radius: 20px;
	overflow: hidden;
}

.t03-gallery-splide .splide__slide
{
	border-radius: 20px;
	overflow: hidden;
}

.t03-gallery-slide
{
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
}

.t03-gallery-video-pill
{
	position: absolute;
	top: 14px;
	right: 14px;
	left: auto;
	z-index: 2;
	position: absolute;
}

.t03-gallery-caption
{
	position: absolute;
	bottom: 0;
	right: 0;
	left: auto;
	background: rgba(0, 0, 0, 0.55);
	color: #ffffff;
	font-size: 80%;
	line-height: 1.2;
	border-radius: 16px 0 0 0;
	z-index: 2;
	max-width: 85%;
	pointer-events: none;
	word-break: break-word;
}

.t03-gallery-caption-inner
{
	padding: 10px 12px;
	font-weight: 400;
}

.t03-gallery-modal-caption
{
	border-radius: 12px 0 0 0;
}

.t03-gallery-splide .splide__slide img
{
	width: 100%;
	height: 60vw;
	min-height: 220px;
	max-height: 420px;
	object-fit: cover;
	display: block;
	border-radius: 20px;
}

.t03-gallery-splide .splide__video
{
	border-radius: 20px;
	overflow: hidden;
}

.t03-gallery-splide .splide__video iframe
{
	border-radius: 20px;
}

.t03-gallery-splide .splide__pagination
{
	bottom: 12px;
}

#property_localarea_map,
#property_localarea_map_content
{
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.t03-gallery-mobile
{
	flex: 0 0 auto;
	width: 100%;
	min-height: 200px;
	height: auto;
	max-height: none;
}

.t03-gallery-grid
{
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	grid-template-rows: repeat(2, minmax(0, 1fr));
	gap: 6px;
	height: 100%;
}

.t03-gallery-mobile .t03-gallery-grid
{
	grid-template-columns: 1fr;
	grid-template-rows: none;
	grid-auto-rows: minmax(0, 220px);
	height: auto;
}

.t03-gallery-primary
{
	display: flex;
	grid-column: 1 / span 2;
	grid-row: 1;
}

.t03-gallery-mobile .t03-gallery-primary
{
	grid-column: 1;
	grid-row: 1;
}

.t03-gallery-secondary-tile
{
	min-height: 0;
}

.t03-gallery-secondary-slot-1
{
	grid-column: 3;
	grid-row: 1;
}

.t03-gallery-secondary-slot-2
{
	grid-column: 1;
	grid-row: 2;
}

.t03-gallery-secondary-slot-3
{
	grid-column: 2;
	grid-row: 2;
}

.t03-gallery-secondary-slot-4
{
	grid-column: 3;
	grid-row: 2;
}

.t03-gallery-grid-count-1
{
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
}

.t03-gallery-grid-count-1 .t03-gallery-primary
{
	grid-column: 1;
	grid-row: 1;
}

.t03-gallery-grid-count-2
{
	grid-template-columns: 3fr 2fr;
	grid-template-rows: 1fr;
}

.t03-gallery-grid-count-2 .t03-gallery-primary
{
	grid-column: 1;
	grid-row: 1;
}

.t03-gallery-grid-count-2 .t03-gallery-secondary-slot-1
{
	grid-column: 2;
	grid-row: 1;
}

.t03-gallery-grid-count-3
{
	grid-template-columns: 2fr 1fr;
	grid-template-rows: repeat(2, 1fr);
}

.t03-gallery-grid-count-3 .t03-gallery-primary
{
	grid-column: 1;
	grid-row: 1 / span 2;
}

.t03-gallery-grid-count-3 .t03-gallery-secondary-slot-1
{
	grid-column: 2;
	grid-row: 1;
}

.t03-gallery-grid-count-3 .t03-gallery-secondary-slot-2
{
	grid-column: 2;
	grid-row: 2;
}

.t03-gallery-grid-count-4
{
	grid-template-columns: 2fr 1fr 1fr;
	grid-template-rows: repeat(2, 1fr);
}

.t03-gallery-grid-count-4 .t03-gallery-primary
{
	grid-column: 1;
	grid-row: 1 / span 2;
}

.t03-gallery-grid-count-4 .t03-gallery-secondary-slot-1
{
	grid-column: 2;
	grid-row: 1;
}

.t03-gallery-grid-count-4 .t03-gallery-secondary-slot-2
{
	grid-column: 3;
	grid-row: 1;
}

.t03-gallery-grid-count-4 .t03-gallery-secondary-slot-3
{
	grid-column: 2 / span 2;
	grid-row: 2;
}

.t03-gallery-tile
{
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.t03-gallery-tile img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
}

.t03-gallery-tile:hover img
{
	transform: scale(1.04);
}

.t03-gallery-tile-primary
{
	border-radius: 20px;
	width: 100%;
	height: 100%;
}

.t03-gallery-tile-secondary
{
	border-radius: 20px;
	height: 100%;
}

.t03-gallery-tile-overlay
{
	border-radius: 20px;
}

.t03-gallery-count
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.45);
	color: #ffffff;
	font-size: 130%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
}

.t03-gallery-button
{
	position: absolute;
	right: 20px;
	bottom: 20px;
	background-color: rgba(0, 0, 0, 0.7);
	color: #ffffff;
	border: 0;
	padding: 10px 20px;
	border-radius: 30px;
	cursor: pointer;
	font-size: 90%;
}

.t03-gallery-placeholder
{
	background-color: #f3f3f3;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 420px;
	color: #8a8a8a;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.t03-booking-card
{
	background-color: #ffffff;
	border-radius: 20px;
	padding: 25px;
	box-shadow: 0 14px 45px rgba(0, 0, 0, 0.12);
	margin: 0 auto;
}

.t03-booking-header
{
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

.t03-booking-price
{
	display: flex;
	align-items: baseline;
	gap: 8px;
}

.t03-booking-price-discount
{
	align-items: flex-start;
	gap: 8px;
	flex-wrap: nowrap;
	flex-direction: column;
	width: 100%;
}

.t03-price-main
{
	display: flow-root;
	width: 100%;
}

.t03-price-savings
{
	display: flex;
	flex-direction: column;
	gap: 5px;
	font-size: 85%;
	color: #5a5a5a;
}

.t03-price-amount
{
	font-size: 200%;
	font-weight: 700;
	line-height: 1;
}

.t03-price-original-line
{
	display: inline-flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 4px;
	float: right;
	text-align: right;
	margin-left: 0;
}

.t03-price-amount-original
{
	font-size: 130%;
	color: #9a9a9a;
	text-decoration: line-through;
}

.t03-price-amount-discount
{
	font-size: 240%;
	text-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
	display: inline-block;
	width: auto;
}

.t03-price-label
{
	color: #666666;
	font-size: 85%;
}

.t03-price-label-current
{
	font-size: 75%;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-weight: 600;
}

.t03-price-savings-badge
{
	font-size: 70%;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	padding: 4px 10px;
	border-radius: 999px;
	background-color: #e8f5ed;
	color: #066c3d;
	font-weight: 600;
	display: inline-block;
}

.t03-price-savings-note
{
	font-size: 80%;
	color: #4d4d4d;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

.t03-booking-rating
{
	font-size: 85%;
	color: #5c5c5c;
}

.t03-mini-due-note
{
	font-size: 85%;
	color: #333333;
	font-weight: 600;
	margin: 2px 0 12px;
}

.t03-booking-form
{
	border: 1px solid #e7e7e7;
	border-radius: 16px;
	padding: 15px;
	margin-bottom: 15px;
}

.t03-form-grid
{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
}

.t03-form-field
{
	display: flex;
	flex-direction: column;
	font-size: 85%;
	color: #777777;
	gap: 6px;
}

.t03-form-field input,
.t03-form-field select
{
	border: 1px solid #d6d6d6;
	border-radius: 12px;
	padding: 10px;
	font-size: 95%;
	width: 100%;
	box-sizing: border-box;
}

.t03-guest-selector
{
	position: relative;
}

@media (max-width: 1024px)
{
	.t03-guest-selector #guests_selector_container
	{
		position: fixed !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		top: auto !important;
		width: 100% !important;
		max-height: 80vh;
		z-index: 30000 !important;
	}
}

.t03-booking-actions
{
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 12px;
}

.t03-primary-button
{
	background-color: var(--highlight-color);
	color: #ffffff;
	border-radius: 30px;
	height: auto;
	padding: 14px 14px;
	font-weight: 500;
	cursor: pointer;
}

.t03-primary-cta-wrapper .t03-primary-button
{
	font-size: 95%;
}

.t03-secondary-button
{
	background-color: transparent;
	color: var(--highlight-color);
	border: 1px solid var(--highlight-color);
	border-radius: 30px;
	padding: 12px;
	font-weight: 600;
	cursor: pointer;
}

.t03-availability-grid-button
{
	padding-left: 24px;
	padding-right: 24px;
	font-size: 90%;
	white-space: nowrap;
}

.t03-rateplan-rooms-button
{
	font-size: 90%;
}

.t03-request-note
{
	font-size: 85%;
	color: #5c5c5c;
	margin-top: 5px;
}

.t03-price-summary
{
	margin-top: 15px;
}

.t03-rateplan-panel
{
	margin-top: 20px;
	padding-top: 10px;
}

.t03-rateplan-header
{
	font-weight: 700;
	margin-bottom: 10px;
}

.t03-rateplan-subtitle
{
	font-size: 90%;
	color: #315c7d;
	margin: 0 0 12px 0;
}

.t03-rateplan-list
{
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: relative;
	justify-content: flex-start;
	align-items: stretch;
	width: 100%;
	overflow: visible;
}

.t03-rateplan-list.t03-rateplan-list-teaser
{
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 16px;
}

.t03-rateplan-card
{
	border: 1px solid #e4e7ec;
	border-radius: 16px;
	padding: 12px 16px;
	background-color: #ffffff;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
	cursor: pointer;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-height: 0;
	height: auto;
	flex: 0 0 auto;
	width: 100%;
	min-width: 0;
	box-sizing: border-box;
	line-height: 1.35;
}

.t03-rateplan-panel .t03-rateplan-card,
.t03-rateplan-panel-inline .t03-rateplan-card,
.t03-rateplan-modal-body .t03-rateplan-card
{
	box-shadow: none;
}

.t03-rateplan-panel .t03-rateplan-card:hover,
.t03-rateplan-panel-inline .t03-rateplan-card:hover,
.t03-rateplan-modal-body .t03-rateplan-card:hover
{
	box-shadow: none;
}

.t03-rateplan-card:focus
{
	outline: none;
	box-shadow: 0 0 0 2px var(--highlight-color, #004e7c);
}

.t03-rateplan-card-active
{
	border-color: var(--highlight-color);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.t03-rateplan-list.t03-rateplan-list-teaser .t03-rateplan-card
{
	flex: 0 0 320px;
	width: auto;
}

.t03-rateplan-card-title
{
	font-weight: 600;
	margin-bottom: 1px;
}

.t03-rateplan-card-board
{
	font-size: 85%;
	color: #6d6d6d;
	margin-bottom: 1px;
}

.t03-rateplan-card-tag
{
	font-size: 80%;
	color: #c0392b;
	margin-top: 1px;
}

.t03-rateplan-card-price
{
	margin-top: 2px;
	font-size: 110%;
	font-weight: 600;
}

.t03-rateplan-panel-inline
{
	margin-top: 15px;
	padding: 16px 18px;
	border-radius: 18px;
	border: 1px solid #d6ecff;
	background-color: #f8fbff;
	box-shadow: 0 12px 35px rgba(0, 37, 140, 0.12);
}

.t03-rateplan-toggle-container
{
	margin-top: 12px;
	text-align: center;
}

.t03-rateplan-toggle
{
	width: 100%;
	font-size: 95%;
}

.t03-rateplan-modal
{
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.65);
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
	z-index: 1500;
}

.t03-rateplan-modal-open
{
	display: flex;
}

.t03-rateplan-modal-dialog
{
	background-color: #ffffff;
	border-radius: 18px;
	width: min(520px, 94vw);
	max-height: 90vh;
	overflow: hidden;
	position: relative;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
	padding: 15px 20px 25px 15px;
}

.t03-rateplan-modal-close
{
	position: absolute;
	top: 12px;
	right: 48px;
	border: 0;
	background: rgba(0, 0, 0, 0.7);
	color: #ffffff;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	font-size: 110%;
	cursor: pointer;
}

.t03-description-modal-close
{
	position: fixed;
	top: 12px;
	right: 12px;
	z-index: 2000;
	display: none;
}

@media (min-width: 1024px)
{
	.t03-description-modal-close
	{
		right: 32px;
	}
}

.t03-rateplan-modal-body
{
	padding: 20px 15px 15px 10px;
	max-height: calc(90vh - 40px);
	overflow: auto;
	margin-right: 0;
}

.t03-rateplan-modal-body h3
{
	margin: 0 0 15px 0;
	font-size: 125%;
	font-weight: 700;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 8px;
}

.t03-rateplan-modal-body .t03-rateplan-card
{
	margin-bottom: 10px;
	flex: 0 0 auto;
	min-height: 0;
	width: 100%;
}

.t03-rateplan-card-current
{
	border-color: var(--highlight-color);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.t03-rateplan-empty
{
	text-align: center;
	color: #666666;
	padding: 20px 0;
}

.t03-grid-modal
{
	position: fixed;
	inset: 0;
	background: rgba(6, 12, 25, 0.85);
	display: none;
	align-items: stretch;
	justify-content: center;
	z-index: 1800;
}

.t03-grid-modal-open
{
	display: flex;
}

.t03-grid-modal-dialog
{
	background-color: #ffffff;
	width: 100%;
	max-width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.t03-grid-modal-header
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px;
	border-bottom: 1px solid #e5e5e5;
}

.t03-grid-modal-title
{
	font-size: 130%;
	font-weight: 700;
}

.t03-grid-modal-nav
{
	display: flex;
	gap: 12px;
	align-items: center;
	margin-left: auto;
	margin-right: 12px;
}

.t03-grid-modal-nav .grid_date_arrow
{
	margin: 0;
}

.t03-grid-modal-body .grid_date_arrow
{
	display: none !important;
}

.t03-grid-modal-close
{
	border: 1px solid #d0d0d0;
	background-color: #ffffff;
	color: #1f1f1f;
	border-radius: 999px;
	padding: 10px 24px;
	font-weight: 600;
	letter-spacing: 0.02em;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.t03-grid-modal-close:hover,
.t03-grid-modal-close:focus-visible
{
	background-color: var(--highlight-color);
	color: #ffffff;
	border-color: var(--highlight-color);
}

.t03-grid-modal-body
{
	flex: 1 1 auto;
	overflow: auto;
	padding: 0 24px 24px 24px;
	background-color: #f9fafb;
}

.t03-summary-table
{
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding-top: 6px;
}

.t03-summary-row
{
	display: flex;
	justify-content: space-between;
	font-size: 90%;
}

.t03-summary-row-discount
{
	color: #c0392b;
}

.t03-summary-discount-name
{
	font-size: 85%;
	margin-top: 2px;
}

.t03-summary-row-detail
{
	font-size: 85%;
	color: #4a4a4a;
	padding-left: 12px;
}

.t03-summary-row-note
{
	font-size: 85%;
	color: #5c5c5c;
}

.t03-summary-total
{
	display: flex;
	justify-content: space-between;
	font-weight: 700;
	font-size: 110%;
	margin-top: 10px;
}

.t03-due-breakdown
{
	font-size: 85%;
	color: #5c5c5c;
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.t03-fee-note
{
	font-size: 80%;
	color: #8a8a8a;
	margin-top: 6px;
}

.t03-booking-alert
{
	font-size: 90%;
	color: #c0392b;
	background-color: #fdecea;
	border: 1px solid #f7c6bf;
	border-radius: 12px;
	padding: 12px;
	margin-top: 10px;
}

.t03-deposit-note
{
	margin-top: 15px;
	background-color: #f8fbff;
	border-radius: 12px;
	padding: 12px;
	border: 1px solid #d6ecff;
}

.t03-deposit-title
{
	font-weight: 600;
	margin-bottom: 6px;
}

.t03-highlight-section
{
	margin-bottom: 50px;
}

.t03-booking-float
{
	position: relative;
	top: auto;
	right: auto;
	width: 360px;
	max-width: 100%;
	flex: 0 0 360px;
	z-index: auto;
	transition: transform 0.45s ease, width 0.45s ease, height 0.45s ease;
	align-self: stretch;
	height: auto;
	min-height: 570px;
	max-height: none;
	display: flex;
}

.t03-booking-float-overlay
{
	pointer-events: none;
}

.t03-booking-float-expanded
{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: min(420px, 90vw);
	height: 100vh;
	min-height: 100vh;
	max-height: 100vh;
	z-index: 1800;
}

.t03-booking-card-mini
{
	background-color: #ffffff;
	border-radius: 18px;
	padding: 14px 16px;
	box-shadow: 0 14px 45px rgba(0, 0, 0, 0.18);
	transition: height 0.35s ease, max-height 0.35s ease, border-radius 0.35s ease, padding 0.35s ease;
	transform-origin: top right;
	height: auto;
	min-height: 570px;
	max-height: none;
	overflow: visible;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}

.t03-booking-card-mini-expanded
{
	border-radius: 0;
	padding: 20px;
	height: 100vh;
	max-height: none;
	overflow-y: auto;
}

.t03-mini-rateplan
{
	margin-top: 8px;
	padding: 8px 10px;
	border: 1px solid #e5e5e5;
	border-radius: 12px;
	font-size: 90%;
}

.t03-mini-highlight
{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 100%;
	box-sizing: border-box;
	margin-top: 6px;
	padding: 8px 0 0;
	font-size: 90%;
	line-height: 1.45;
}

@media (max-width: 640px)
{
	.t03-mini-highlight-review,
	.t03-mini-highlight-divider-review
	{
		display: none;
	}
}

.t03-mini-highlight-title
{
	font-weight: 600;
	margin-bottom: 6px;
	width: 100%;
	display: block;
}

.t03-mini-highlight-body
{
	color: #333333;
	width: 100%;
	display: block;
}

.t03-mini-highlight-amenities
{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 4px;
	width: 100%;
	flex-wrap: nowrap;
	overflow: hidden;
}

.t03-mini-highlight-amenity
{
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 1 26px;
	min-width: 20px;
}

.t03-mini-highlight-amenity-icon
{
	width: 22px;
	height: 22px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	flex-shrink: 0;
}

.t03-mini-highlight-meta
{
	margin-top: 4px;
	font-size: 80%;
	color: #777777;
}

.t03-booking-float-expanded .t03-mini-details-link-primary,
.t03-booking-float-expanded .t03-mini-rateplan,
.t03-booking-float-expanded .t03-mini-highlight-review
{
	display: none;
}

.t03-mini-rateplan-title
{
	font-weight: 600;
}

.t03-mini-rateplan-board
{
	color: #666666;
}

.t03-mini-rateplan-price
{
	font-weight: 700;
	margin-top: 4px;
}

.t03-mini-rateplan-actions
{
	margin-top: 8px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.t03-rateplan-actions-stack button
{
	width: 100%;
}

.t03-mini-highlight-rateplan_cta .t03-mini-rateplan-actions
{
	padding: 8px 12px;
	background-color: transparent;
	border: 0;
	border-radius: 14px;
	box-shadow: none;
	margin-top: 4px;
}

.t03-mini-highlight-rateplan_cta .t03-rateplan-toggle
{
	background-color: var(--highlight-color);
	color: #ffffff;
	border-color: var(--highlight-color);
	box-shadow: none;
}

.t03-mini-highlight-rateplan_cta .t03-rateplan-toggle:hover
{
	border-color: #003a5c;
}

.t03-mini-highlight-rateplan_cta .t03-rateplan-rooms-button
{
	background-color: #ffffff;
	border-color: var(--highlight-color);
	color: var(--highlight-color);
	box-shadow: none;
}

.t03-mini-highlight-rateplan_cta .t03-rateplan-rooms-button:hover
{
	border-color: #003a5c;
}

.t03-mini-form-grid
{
	margin: 10px 0 8px;
}

.t03-mini-guest-field,
.t03-mini-quantity-field
{
	display: flex;
	flex-direction: column;
	font-size: 85%;
	color: #777777;
	gap: 6px;
}

.t03-mini-guest-field-full
{
	grid-column: 1 / -1;
}

.t03-mini-quantity-field select
{
	width: 100%;
	border-radius: 12px;
}

.t03-date-field,
.t03-quantity-select
{
	border-radius: 12px !important;
}

.t03-date-field
{
	font-size: 100% !important;
	background-image: url("../../images/events_icon_black.png");
	background-repeat: no-repeat;
	background-position: 12px 50%;
	background-size: 18px 18px;
	padding-left: 40px !important;
}

.t03-mini-guest-selector .select_guests_display
{
	width: 100% !important;
	box-sizing: border-box;
	padding-left: 40px !important;
	border-radius: 12px !important;
	font-size: 100% !important;
	font-weight: 400 !important;
	background-image: url("../../images/guests_icon_black.png");
	background-repeat: no-repeat;
	background-position: 12px 50%;
	background-size: 18px 18px;
}
.t03-locked-guest-select
{
	pointer-events: none;
	opacity: 1;
	background-color: #f8f8f8;
	color: #777777;
	-webkit-text-fill-color: #777777;
	font-size: 95% !important;
	font-weight: 400 !important;
}
.t03-mini-guest-selector .t03-locked-guest-select
{
	color: #777777 !important;
	-webkit-text-fill-color: #777777 !important;
	background-color: #f8f8f8 !important;
	border-radius: 12px !important;
	background-image: url("../../images/guests_icon_black.png");
	background-repeat: no-repeat;
	background-position: 12px 50%;
	background-size: 18px 18px;
	padding-left: 40px;
}

/* Ensure locked guest field matches other input font sizing */
.t03-mini-guest-selector select.t03-locked-guest-select
{
	font-size: 100% !important;
	font-weight: 400 !important;
	line-height: 1.1 !important;
}

.t03-quantity-select
{
	background-repeat: no-repeat;
	background-position: 12px 50%;
	background-size: 18px 18px;
	padding-left: 40px;
}

.t03-quantity-icon-rooms
{
	background-image: url("../../images/icons/bedrooms_black.png");
}

.t03-quantity-icon-beds
{
	background-image: url("../../images/lodging_icon_black.png");
}

.t03-mini-actions
{
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 2px;
}

.t03-mini-actions button
{
	width: 100%;
}

.t03-mini-details-link
{
	margin-top: 0;
	margin-bottom: 2px;
	text-align: center;
}

.t03-mini-details-link-primary
{
	margin-bottom: 18px;
}

.t03-price-details-link
{
	background: none;
	border: none;
	color: var(--highlight-color);
	text-decoration: underline;
	padding: 0;
	font-size: 90%;
	cursor: pointer;
	display: inline-block;
}

.t03-tertiary-button
{
	border: 1px solid var(--highlight-color);
	color: var(--highlight-color);
	background: transparent;
	border-radius: 30px;
	padding: 10px;
	font-weight: 600;
	cursor: pointer;
}

.t03-close-details
{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 32px;
	height: 32px;
	border: none;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.65);
	color: #ffffff;
	font-size: 20px;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
	display: none;
	z-index: 2000;
}

.t03-booking-card-details
{
	margin-top: 0;
	padding: 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
}

.t03-booking-card-details-open
{
	max-height: 2500px;
	margin-top: 10px;
	padding: 10px 0 4px 0;
}

.t03-booking-card-mini-expanded .t03-close-details
{
	display: block;
	position: fixed;
	top: 20px;
	right: calc(min(420px, 90vw) + 20px);
}
.t03-booking-card-mini-expanded .t03-close-details
{
	max-height: 2500px;
}

@media (max-width: 720px)
{
	.t03-booking-card-mini-expanded .t03-close-details
	{
		top: 12px;
		right: 12px;
		left: auto;
	}
}

.t03-modal-open
{
	overflow: hidden;
}
.t03-price-summary-mini .t03-summary-row
{
	font-size: 95%;
	padding: 4px 0;
}

.t03-booking-details
{
	max-width: 1100px;
	margin: 0 auto 60px;
	padding: 0 20px;
}

.t03-highlight-grid
{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
	gap: 10px;
}

.t03-highlight-card
{
	border: 1px solid #e5e5e5;
	padding: 10px 12px;
	border-radius: 12px;
	text-align: center;
}

.t03-highlight-value
{
	font-size: 135%;
	font-weight: 600;
}

.t03-highlight-label
{
	color: #6d6d6d;
	font-size: 80%;
	letter-spacing: 0.25px;
	text-transform: uppercase;
}

.t03-hosts-card
{
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 18px;
	padding: 24px;
	background: #ffffff;
	display: flex;
	flex-direction: column;
	gap: 18px;
	box-shadow: 0 20px 45px rgba(15, 23, 42, 0.05);
}

.t03-host-name
{
	font-size: 140%;
	font-weight: 700;
	color: #0f172a;
}

.t03-host-description
{
	max-height: 220px;
	overflow: hidden;
	line-height: 1.6;
	color: #1f2937;
	position: relative;
}

.t03-host-actions
{
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
}

.t03-host-view-button
{
	text-decoration: none;
	min-width: 160px;
	padding: 14px 24px;
	border-radius: 30px;
}

.t03-host-actions .t03-primary-button
{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 160px;
	padding: 14px 24px;
	border-radius: 30px;
}

.t03-host-contact-button
{
	min-width: 160px;
}

.t03-floating-action-cluster
{
	position: fixed;
	right: 14px;
	bottom: 14px;
	display: flex;
	align-items: center;
	gap: 12px;
	z-index: 45;
}

.t03-floating-icons
{
	display: flex;
	align-items: center;
	gap: 6px;
}

.t03-faq-floating-button
{
	position: relative;
	right: auto;
	bottom: auto;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 20px;
	background-color: #ffffff;
	color: #0f172a;
	border: 0;
	border-radius: 999px;
	box-shadow: 0 20px 50px rgba(15, 23, 42, 0.15);
	font-size: 100%;
	font-weight: 600;
	cursor: pointer;
	z-index: 1;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	text-align: left;
	outline: none;
}

.t03-faq-floating-button:hover,
.t03-faq-floating-button:focus
{
	transform: translateY(-2px);
	box-shadow: 0 28px 55px rgba(15, 23, 42, 0.25);
}

.t03-faq-floating-button:focus-visible
{
	outline: 3px solid rgba(15, 23, 42, 0.35);
	outline-offset: 3px;
}

.t03-faq-floating-icon
{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: var(--highlight-color);
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 130%;
}

.t03-faq-floating-text
{
	display: flex;
	flex-direction: column;
	line-height: 1.1;
}

.t03-faq-floating-title
{
	font-size: 85%;
	letter-spacing: 0.5px;
	color: #475569;
	text-transform: uppercase;
}

.t03-faq-floating-subtitle
{
	font-size: 100%;
	color: #0f172a;
	font-weight: 500;
}

@media (max-width: 1024px)
{
	.t03-floating-action-cluster
	{
		right: 12px;
		left: auto;
	}
}

@media (max-width: 640px)
{
	.t03-floating-action-cluster
	{
		bottom: 12px;
		gap: 8px;
	}

	.t03-faq-floating-button
	{
		padding: 10px 16px;
	}

	.t03-faq-floating-icon
	{
		width: 32px;
		height: 32px;
		font-size: 115%;
	}
}

.t03-section-nav
{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	background-color: #ffffff;
	box-sizing: border-box;
	padding: 12px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	z-index: 10;
	border-bottom: 1px solid #efefef;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
	border-radius: 14px;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding-left: var(--t03-side-padding, 5vw);
	padding-right: var(--t03-side-padding, 5vw);
}

.t03-section-nav-spacer
{
	height: 10px;
}

body.t03-section-nav-sticky .t03-section-nav
{
	z-index: 100;
}

body.t03-section-nav-sticky .t03-section-nav-spacer
{
	height: 0;
}

.t03-section-nav-links
{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.t03-section-nav-actions
{
	display: flex;
	align-items: center;
	gap: 16px;
	margin-left: auto;
}

.t03-section-nav-actions.t03-section-nav-actions-hidden
{
	display: none !important;
}

.t03-section-nav-price
{
	display: flex;
	flex-direction: column;
	text-align: right;
	line-height: 1.1;
}

.t03-section-nav-price-amount
{
	font-size: 120%;
	font-weight: 700;
}

.t03-section-nav-price-label
{
	font-size: 75%;
	color: #6b6b6b;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.t03-section-nav-cta-button
{
	white-space: nowrap;
	font-size: 95%;
}

.t03-section-menu-toggle
{
	display: none;
	align-items: center;
	gap: 8px;
	background-color: transparent;
	border: 1px solid #e1e1e1;
	border-radius: 999px;
	padding: 8px 14px;
	font-weight: 600;
	font-size: 90%;
	cursor: pointer;
	color: #1f1f1f;
}

.t03-section-menu-toggle:focus-visible
{
	outline: 2px solid var(--highlight-color);
	outline-offset: 2px;
}

.t03-section-menu-toggle-label
{
	font-size: 80%;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #6c6c6c;
}

.t03-section-menu-current
{
	font-size: 105%;
	font-weight: 700;
	color: #101828;
}

.t03-section-menu-overlay
{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(15, 23, 42, 0.5);
	z-index: 2000;
	display: none;
	align-items: flex-end;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;
}

.t03-section-menu-panel
{
	background-color: #ffffff;
	width: min(420px, 100%);
	border-radius: 18px;
	padding: 22px;
	box-shadow: 0 30px 60px rgba(15, 23, 42, 0.2);
	max-height: 85vh;
	overflow-y: auto;
}

.t03-section-menu-header
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

.t03-section-menu-title
{
	font-size: 120%;
	font-weight: 700;
	color: #111111;
}

.t03-section-menu-close
{
	border: none;
	background: none;
	font-size: 160%;
	line-height: 1;
	cursor: pointer;
	color: #333333;
}

.t03-section-menu-list
{
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 18px;
}

.t03-section-menu-link
{
	border: 1px solid #ebebeb;
	border-radius: 14px;
	padding: 14px;
	font-weight: 600;
	color: #1f1f1f;
	text-decoration: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.t03-section-menu-link .t03-section-link-label
{
	display: block;
}

.t03-section-menu-link .t03-section-link-chevron
{
	font-size: 110%;
	color: #999999;
}

.t03-section-menu-link.t03-section-link-active
{
	border-color: var(--highlight-color);
	color: var(--highlight-color);
}

body.t03-section-nav-menu-open
{
	overflow: hidden;
}

body.t03-section-nav-menu-open .t03-section-menu-overlay
{
	display: flex;
}

.t03-section-link
{
	text-decoration: none;
	color: #555555;
	font-weight: 600;
	font-size: 90%;
	padding-bottom: 6px;
}

.t03-section-link-active
{
	color: var(--highlight-color);
	border-bottom: 2px solid var(--highlight-color);
}

.t03-section
{
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #f0f0f0;
}

.t03-section-anchor
{
	scroll-margin-top: 120px;
}

#t03-overview-section
{
	border-top: none;
	margin-top: 20px;
	padding-top: 10px;
}

.t03-section-loading
{
	text-align: center;
	padding: 30px 0;
	font-weight: 600;
	color: #7a7a7a;
}

.t03-section-header
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.t03-section-title
{
	font-size: 170%;
	font-weight: 700;
	margin-bottom: 4px;
}

.t03-section-subtitle
{
	color: #6b6b6b;
	margin: 0;
	font-size: 90%;
}

@media (max-width: 768px)
{
	.t03-section-header
	{
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}

	.t03-availability-grid-button
	{
		width: 100%;
		text-align: center;
	}

	.t03-grid-modal-header
	{
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
		padding: 16px;
	}

	.t03-grid-modal-body
	{
		padding: 0 16px 16px 16px;
	}

	.t03-grid-modal-close
	{
		width: 100%;
		text-align: center;
	}

	.t03-grid-modal-nav
	{
		width: 100%;
		flex-wrap: wrap;
	}

	.t03-grid-modal-nav .grid_date_arrow
	{
		width: 100%;
	}
}

.t03-calendar-panel #property_calendar
{
	display: block;
}

.t03-overview-subsection
{
	margin-bottom: 40px;
}

.t03-overview-subsection:last-child
{
	margin-bottom: 0;
}

.t03-overview-subtitle
{
	font-size: 135%;
	font-weight: 700;
	margin-bottom: 15px;
	color: #1f1f1f;
}

.t03-review-summary
{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
	align-items: flex-start;
}

.t03-review-card.t03-review-card-summary
{
	gap: 4px;
	padding: 12px 16px 10px;
	border-radius: 14px;
}

.t03-review-card-summary .t03-review-card-header
{
	align-items: flex-start;
	gap: 10px;
	justify-content: space-between;
}

.t03-review-card-summary-header-main
{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	flex: 1 1 auto;
}

.t03-review-card-summary .t03-review-card-meta
{
	flex-basis: 100%;
}

.t03-review-card-summary .t03-review-card-score
{
	font-size: 180%;
}

.t03-review-card-summary .t03-review-card-meta
{
	min-width: 0;
	width: 100%;
}

.t03-review-card-summary .t03-review-card-badge
{
	padding: 4px 10px;
}

.t03-review-card-summary .t03-review-card-stay
{
	font-size: 85%;
}

.t03-review-card-summary-count
{
	margin-left: auto;
	font-size: 80%;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #4b5164;
	white-space: nowrap;
}

.t03-review-card-summary-ratings
{
	margin-top: 0;
	padding: 6px 8px;
	gap: 6px 10px;
	grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
	border: 1px solid #e7ebf4;
	border-radius: 10px;
	background-color: #f9fbfe;
	display: grid;
	align-content: center;
}

.t03-review-card-summary .t03-review-sub-rating
{
	gap: 3px;
}

.t03-review-card-ratings-empty
{
	border-style: dashed;
	background-color: #f8fafc;
}

.t03-review-card-ratings-empty .t03-review-card-empty-note
{
	grid-column: 1 / -1;
	text-align: center;
	font-size: 90%;
	color: #6b7280;
	padding-top: 6px;
}

.t03-review-list
{
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.t03-review-divider
{
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 80%;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #1c1f27;
	background-color: #eaf0fb;
	padding: 8px 14px;
	border-radius: 999px;
	margin: 12px 0 6px 0;
}

.t03-review-callout
{
	padding: 26px 28px;
	border-radius: 18px;
	background: linear-gradient(145deg, #f3f7ff, #ffffff);
	border: 1px solid #e0e6f5;
	box-shadow: 0 18px 45px rgba(21, 36, 77, 0.08);
	margin-bottom: 24px;
}

.t03-review-callout-title
{
	font-size: 115%;
	font-weight: 700;
	color: #10173a;
	margin-bottom: 6px;
}

.t03-review-callout-copy
{
	margin: 0;
	color: #4d546a;
	font-size: 95%;
}

.t03-review-callout[data-interactive="true"]
{
	padding: 16px 18px;
	border-radius: 14px;
	background: #f7f9fd;
	border: 1px solid #dfe6f2;
	box-shadow: none;
	margin-bottom: 12px;
}

.t03-review-callout[data-interactive="true"] .t03-review-callout-title
{
	font-size: 100%;
	margin-bottom: 4px;
}

.t03-review-callout[data-interactive="true"] .t03-review-callout-copy
{
	font-size: 85%;
	color: #4b5367;
}

.t03-review-actions
{
	margin-top: 24px;
	text-align: left;
}

.t03-review-overview-actions
{
	margin-top: 12px;
}

.t03-outline-pill-button
{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 10px 16px;
	min-width: 220px;
	border-radius: 999px;
	border: 1px solid var(--highlight-color);
	background-color: transparent;
	color: var(--highlight-color);
	font-weight: 600;
	font-size: 90%;
	letter-spacing: 0.02em;
	text-transform: none;
	cursor: pointer;
}

.t03-outline-pill-button:hover,
.t03-outline-pill-button:focus-visible
{
	background-color: var(--highlight-color);
	color: #ffffff;
}

.t03-outline-pill-button:focus-visible
{
	outline: 2px solid rgba(15, 62, 143, 0.35);
	outline-offset: 3px;
}

.t03-review-view-all
{
	font-size: 90%;
}

.t03-review-callout-context
{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-top: 14px;
}

.t03-review-callout[data-interactive="true"] .t03-review-callout-context
{
	margin-top: 8px;
}

.t03-review-context-label
{
	font-size: 75%;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 600;
	color: #5f667d;
}

.t03-review-context-tags
{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.t03-review-context-button
{
	border: 0;
	background-color: transparent;
	padding: 0;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	font: inherit;
	text-transform: inherit;
}

.t03-review-context-tag
{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 20px;
	border-radius: 999px;
	border: 1px solid #c8d0e4;
	font-size: 80%;
	font-weight: 600;
	color: #4f576c;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	line-height: 1.2;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.t03-review-context-tag.is-active
{
	border-style: solid;
	border-color: #c3d1ff;
	background-color: #eef2ff;
	color: #1c1f27;
}

.t03-review-context-tag.is-primary
{
	border-style: solid;
	border-color: #7aa6ff;
	background-color: #e7f0ff;
	color: #0f3c8f;
}

.t03-review-context-tag.is-muted
{
	border-color: #e3e7ef;
	color: #9ca3b9;
	background-color: #f6f8fc;
}

.t03-review-context-button:hover
{
	border-color: var(--highlight-color);
	color: var(--highlight-color);
}

.t03-review-context-button.is-selected
{
	border-color: var(--highlight-color);
	background-color: rgba(15, 62, 143, 0.08);
	color: var(--highlight-color);
	box-shadow: 0 0 0 1px rgba(15, 62, 143, 0.2);
}

.t03-review-context-button:focus-visible
{
	outline: 2px solid rgba(15, 62, 143, 0.4);
	outline-offset: 3px;
}

.t03-review-sidebar
{
	padding: 24px 18px;
	color: #10173a;
	font-size: 90%;
}

.t03-review-sidebar-header
{
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-bottom: 18px;
}

.t03-review-sidebar-reviewer
{
	font-weight: 700;
	font-size: 105%;
}

.t03-review-sidebar-meta
{
	font-size: 90%;
	color: #5a6275;
}

.t03-review-sidebar-score-block
{
	display: flex;
	align-items: baseline;
	gap: 8px;
}

.t03-review-sidebar-score-number
{
	font-size: 230%;
	font-weight: 700;
	color: #10173a;
}

.t03-review-sidebar-score-max
{
	font-size: 90%;
	color: #3f465a;
	text-transform: none;
	margin-left: 4px;
}

.t03-review-sidebar-ratings
{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin: 12px 0 20px 0;
}

.t03-review-sidebar-rating-chip
{
	padding: 10px 14px;
	border-radius: 999px;
	background-color: #eef2ff;
	color: #1c1f27;
	font-size: 80%;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
}

.t03-review-sidebar-sections
{
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.t03-review-sidebar-section
{
	border: 1px solid #e4e8f5;
	border-radius: 12px;
	padding: 16px;
	background-color: #ffffff;
}

.t03-review-sidebar-section-response
{
	border-color: #eadcff;
	background-color: #f8f2ff;
}

.t03-review-sidebar-section-title
{
	font-weight: 600;
	margin-bottom: 6px;
	color: #1c1f27;
}

.t03-review-sidebar-section-body
{
	font-size: 90%;
	line-height: 1.55;
	color: #33374a;
}

.t03-review-modal
{
	text-align: left;
	position: relative;
	display: flex;
	flex-direction: column;
}

.t03-review-modal-popup
{
	width: 95vw !important;
	max-width: 95vw !important;
	height: 90vh !important;
	max-height: 90vh !important;
}

.t03-review-modal-body
{
	margin-top: 20px;
	max-height: none;
	overflow: visible;
	padding-right: 12px;
	padding-bottom: 60px;
	position: relative;
}

.t03-review-modal-header
{
	margin-bottom: 18px;
}

.t03-review-modal-close
{
	position: sticky;
	top: 12px;
	right: 12px;
	border: 0;
	background: rgba(0, 0, 0, 0.65);
	color: #ffffff;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	font-size: 110%;
	cursor: pointer;
	z-index: 5;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: flex-end;
	margin-bottom: -34px;
	padding: 0;
}

.t03-review-modal-close:hover,
.t03-review-modal-close:focus-visible
{
	background: rgba(0, 0, 0, 0.55);
}

.t03-review-modal-list > .t03-review-card
{
	margin-bottom: 20px;
}

.t03-review-modal-list > .t03-review-card:last-child
{
	margin-bottom: 0;
}

.t03-review-modal-empty
{
	padding: 30px;
	text-align: center;
	border: 1px dashed #d5dae4;
	border-radius: 12px;
	color: #6f7487;
	font-size: 90%;
}

.t03-review-modal-source
{
	display: none;
}

.t03-review-scroll-top
{
	position: absolute;
	right: 16px;
	bottom: 16px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid #d5dae4;
	background-color: rgba(255, 255, 255, 0.95);
	color: #1c1f27;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 25px rgba(14, 25, 59, 0.12);
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.t03-review-scroll-top:hover
{
	background-color: #1c1f27;
	color: #ffffff;
	border-color: #1c1f27;
}

.t03-review-empty-state
{
	padding: 30px;
	text-align: center;
	border: 1px dashed #d5dae4;
	border-radius: 12px;
	background-color: #f8fafc;
	font-size: 95%;
	color: #5a6275;
	margin: 20px 0;
}

.t03-review-card
{
	background-color: #ffffff;
	border: 1px solid #e1e6f0;
	border-radius: 18px;
	box-shadow: 0 18px 45px rgba(21, 36, 77, 0.08);
	padding: 28px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.t03-review-card-header
{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
}

.t03-review-card-badge
{
	font-size: 75%;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-weight: 700;
	padding: 6px 12px;
	border-radius: 999px;
	background-color: #f1f4fb;
	color: #1c1f27;
}

.t03-review-card-badge--listing
{
	background-color: #e5f4ff;
	color: #00558b;
}

.t03-review-card-badge--property
{
	background-color: #ecf9f4;
	color: #0f5132;
}

.t03-review-card-badge--business
{
	background-color: #f5ecff;
	color: #5a2b9f;
}

.t03-review-card-score
{
	display: inline-flex;
	align-items: baseline;
	gap: 6px;
	font-weight: 700;
	color: #121525;
	font-size: 220%;
}

.t03-review-card-score-number
{
	line-height: 1;
}

.t03-review-card-score-max
{
	font-size: 45%;
	text-transform: uppercase;
	color: #8a8f9f;
}

.t03-review-card-meta
{
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.t03-review-card-author
{
	font-weight: 600;
	color: #121525;
}

.t03-review-card-stay
{
	font-size: 90%;
	color: #6f7487;
}

.t03-review-card-ratings
{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
	gap: 3px 6px;
	padding: 10px 12px;
	border: 1px solid #e4e8f5;
	border-radius: 14px;
	background-color: #f6f8fc;
}

.t03-review-sub-rating
{
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.t03-review-sub-label
{
	font-size: 80%;
	font-weight: 600;
	color: #5a6275;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.t03-review-sub-value
{
	line-height: 1;
}

.t03-review-card-body
{
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.t03-review-view-details
{
	margin-top: 16px;
	align-self: flex-start;
	padding: 8px 18px;
	border-radius: 999px;
	border: 1px solid var(--highlight-color);
	background-color: transparent;
	color: var(--highlight-color);
	font-size: 80%;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.t03-review-view-details:hover
{
	background-color: var(--highlight-color);
	color: #ffffff;
}

.t03-review-view-details:focus-visible
{
	outline: 2px solid rgba(15, 62, 143, 0.35);
	outline-offset: 3px;
}

.t03-review-card-section
{
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.t03-review-card-section-title
{
	font-weight: 600;
	color: #1c1f27;
}

.t03-review-card-section-body
{
	border: 1px solid #e4e8f5;
	border-radius: 12px;
	padding: 16px 18px;
	font-size: 95%;
	color: #33374a;
	background-color: #ffffff;
	overflow: hidden;
}

.t03-review-card-response .t03-review-card-section-body
{
	border-color: #e5d7ff;
	background-color: #f8f2ff;
}

.t03-review-card-expand
{
	display: none;
	align-self: flex-start;
	padding: 6px 0;
	font-size: 85%;
	font-weight: 600;
	color: #00558b;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.t03-review-card-expand.is-visible
{
	display: inline-flex;
}

@media (max-width: 640px)
{
	.t03-review-card
	{
		padding: 20px;
	}

	.t03-review-card-ratings
	{
		grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	}

	.t03-review-view-all
	{
		width: 100%;
	}
}

.t03-description-card
{
	margin: 0 0 28px;
	padding: 28px 32px;
	border: 1px solid #e0e7ff;
	border-radius: 18px;
	background-color: #ffffff;
	box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

.t03-description-card-body
{
	display: flex;
	flex-direction: column;
	max-height: 360px;
	overflow: hidden;
	position: relative;
}

.t03-description-card-actions
{
	display: none;
	align-items: center;
	gap: 12px;
	width: 100%;
	margin-top: 18px;
}

.t03-description-card-actions.is-visible
{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.t03-description-expand-button
{
	display: none;
	align-items: center;
	margin: 0;
}

.t03-overview-description-blurb,
.t03-overview-description-long
{
	font-size: 100%;
	color: #2a2f37;
	margin-bottom: 18px;
	line-height: 1.7;
}

.t03-overview-description-long p
{
	margin-top: 0;
	margin-bottom: 12px;
}

.t03-overview-description-long p:last-child
{
	margin-bottom: 0;
}

.t03-description-expand-button.is-visible
{
	display: inline-flex;
}

.t03-description-license
{
	margin-left: auto;
	text-align: right;
	font-weight: 600;
	color: #1f2933;
	white-space: nowrap;
}

.t03-description-license-label
{
	color: #6b7280;
	margin-right: 6px;
	font-weight: 500;
}

.t03-description-modal-body
{
	text-align: left;
	color: #2a2f37;
	line-height: 1.7;
}

.t03-overview-meta
{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	font-weight: 600;
	color: #1f1f1f;
}

.t03-overview-meta-item span
{
	color: #6b7280;
	margin-right: 6px;
}

.t03-sleeping-subtitle
{
	font-size: 95%;
	font-weight: 600;
	margin-bottom: 12px;
	color: #333333;
}

.t03-sleeping-arrangements
{
	display: flex;
	flex-wrap: nowrap;
	gap: 18px;
	justify-content: flex-start;
	align-items: stretch;
	width: 100%;
	overflow: visible;
}

.t03-sleeping-card
{
	border: 1px solid #e4e7ec;
	border-radius: 16px;
	background-color: #ffffff;
	padding: 18px 22px;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
	display: flex;
	flex-direction: column;
	min-height: 0;
	height: auto;
	flex: 1 1 0;
	min-width: 0;
}

.t03-sleeping-card-title
{
	font-weight: 600;
	font-size: 100%;
	color: #121826;
	margin-bottom: 14px;
}

.t03-sleeping-bed-list
{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex: 1 1 auto;
}

.t03-sleeping-bed-item
{
	display: flex;
	align-items: center;
	gap: 12px;
}

.t03-sleeping-bed-count
{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #f3f4f6;
	font-weight: 700;
	font-size: 95%;
	color: #111827;
	display: flex;
	align-items: center;
	justify-content: center;
}

.t03-sleeping-bed-label
{
	font-size: 95%;
	color: #374151;
}

.t03-sleeping-card-empty
{
	font-size: 90%;
	color: #6b7280;
}

.t03-sleeping-actions
{
	margin-top: 18px;
}

.t03-sleeping-view-button
{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 22px;
	border-radius: 999px;
	border: 1px solid #d1d5db;
	background-color: #ffffff;
	font-weight: 600;
	color: #111827;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.t03-sleeping-view-button:hover
{
	background-color: #f3f4f6;
}

body .swal2-popup.t03-sleeping-modal
{
	max-width: 520px;
	width: min(520px, 94vw);
	padding: 15px 20px 25px 15px;
	border-radius: 18px;
	position: relative;
	box-sizing: border-box;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
	background: #ffffff;
}

body .swal2-popup.t03-sleeping-modal .swal2-title
{
	display: none;
}

body .swal2-popup.t03-sleeping-modal .swal2-html-container
{
	margin: 0;
	padding: 0;
	text-align: left;
	overflow: visible;
}

.t03-sleeping-modal-container
{
	position: relative;
	width: 100%;
}

.t03-sleeping-modal-dialog
{
	background-color: #ffffff;
	border-radius: 18px;
	width: min(520px, 94vw);
	max-height: 90vh;
	overflow: hidden;
	position: relative;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
	padding: 15px 20px 25px 15px;
	box-sizing: border-box;
}

.t03-sleeping-modal-close
{
	position: absolute !important;
	top: 12px;
	right: 48px;
	border: 0;
	background: rgba(0, 0, 0, 0.65);
	color: #ffffff;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	font-size: 110%;
	cursor: pointer;
	z-index: 2;
}

.t03-sleeping-modal-close:hover
{
	background: rgba(0, 0, 0, 0.55);
}

.t03-sleeping-modal-body
{
	padding: 20px 15px 15px 10px;
	max-height: calc(90vh - 40px);
	overflow: auto;
	box-sizing: border-box;
	font-size: 16px;
}

.t03-sleeping-modal-body h3
{
	margin: 0 0 15px 0;
	font-size: 120%;
	font-weight: 700;
	color: #111827;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 8px;
}

.t03-sleeping-modal-list
{
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding-right: 2px;
	width: 100%;
	box-sizing: border-box;
}

.t03-sleeping-modal-list .t03-sleeping-card
{
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
	min-height: 0;
	text-align: left;
	box-sizing: border-box;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
	border: 1px solid #e4e7ec;
	border-radius: 16px;
}

body .swal2-popup.t03-policy-modal-popup,
body .swal2-popup.t03-amenities-modal-popup
{
	width: auto;
	max-width: none;
	padding: 0;
	background: transparent;
	box-shadow: none;
}

body .swal2-popup.t03-policy-modal-popup .swal2-title,
body .swal2-popup.t03-amenities-modal-popup .swal2-title
{
	display: none;
}

body .swal2-popup.t03-policy-modal-popup .swal2-html-container,
body .swal2-popup.t03-amenities-modal-popup .swal2-html-container
{
	margin: 0;
	padding: 0;
	text-align: left;
	overflow: visible;
}

body .swal2-popup.t03-policy-modal-popup .swal2-actions,
body .swal2-popup.t03-amenities-modal-popup .swal2-actions
{
	display: none;
}

.t03-policy-modal-shell,
.t03-amenities-modal-dialog
{
	position: relative;
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
	border-radius: 18px;
	width: min(1100px, 94vw);
	max-height: 90vh;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
	padding: 15px 20px 25px 15px;
	box-sizing: border-box;
}

.t03-policy-modal-shell
{
	width: min(900px, 90vw);
}

.t03-policy-modal-body,
.t03-amenities-modal-body
{
	padding: 20px 15px 20px 10px;
	max-height: calc(90vh - 40px);
	overflow: auto;
	box-sizing: border-box;
}

.t03-policy-modal-body h3,
.t03-amenities-modal-body h3
{
	margin: 0 0 15px 0;
	font-size: 120%;
	font-weight: 700;
	color: #111827;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 8px;
	text-align: left;
}

.t03-policy-modal-close
{
	position: absolute;
	top: 12px;
	right: 48px;
	border: 0;
	background: rgba(0, 0, 0, 0.65);
	color: #ffffff;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	font-size: 110%;
	cursor: pointer;
	z-index: 2;
}

.t03-policy-modal-close:hover,
.t03-policy-modal-close:focus-visible
{
	background: rgba(0, 0, 0, 0.55);
}

.t03-amenities-modal-header
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin: 0 0 12px 0;
}

.t03-amenities-modal-close
{
	border: 0;
	background: rgba(0, 0, 0, 0.65);
	color: #ffffff;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	font-size: 110%;
	cursor: pointer;
}

.t03-amenities-modal-close:hover,
.t03-amenities-modal-close:focus-visible
{
	background: rgba(0, 0, 0, 0.55);
}

#t03-rooms-content
{
	margin-bottom: 25px;
}

#t03-rooms-content .t03-sleeping-empty
{
	padding: 22px;
	text-align: center;
	border: 1px dashed #d1d5db;
	border-radius: 14px;
	color: #4b5563;
	background-color: #fafafa;
}

.t03-amenities-highlighted
{
	margin-bottom: 25px;
}

.t03-amenities-highlighted-title
{
	font-size: 95%;
	font-weight: 600;
	margin-bottom: 12px;
	color: #333333;
}

.t03-amenities-highlighted-grid
{
	display: flex;
	flex-wrap: wrap;
	gap: 12px 24px;
}

.t03-amenities-highlighted-item
{
	display: flex;
	align-items: center;
	padding: 4px 0;
	color: #333333;
	font-size: 90%;
}

.t03-amenities-highlighted-icon
{
	width: 28px;
	height: 28px;
	margin-right: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.t03-amenities-highlighted-label
{
	flex: 1;
	line-height: 1.3;
}

.t03-amenities-actions
{
	margin-top: 20px;
}

.t03-amenities-full-list
{
	text-align: left;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	column-gap: 24px;
	row-gap: 8px;
	align-items: flex-start;
}

.t03-amenities-full-heading
{
	display: block !important;
	grid-column: 1 / -1;
	font-weight: 700 !important;
	margin: 18px 0 8px !important;
	color: #1c1f27 !important;
}

.t03-amenities-full-heading:first-child
{
	margin-top: 0 !important;
}

.t03-amenities-full-list .edit_listing_container_checkbox
{
	float: none !important;
	width: 100%;
	max-width: none;
	margin: 0;
	display: flex;
	align-items: center;
	padding: 4px 0;
	vertical-align: top;
	min-width: 0;
	flex-wrap: nowrap;
}

.t03-amenities-full-list .edit_listing_container_checkbox .checkbox
{
	float: none !important;
	margin: 0 !important;
	flex-shrink: 0;
	display: none !important;
}

.t03-amenities-full-list .edit_listing_field_checkbox
{
	margin: 0;
}

.t03-amenities-full-list .edit_listing_field_checkbox_label
{
	float: none !important;
	padding: 0;
	max-width: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-flex;
	align-items: center;
	min-width: 0;
	flex: 1;
	font-size: 90%;
	color: #333333;
}

.t03-amenities-full-list .edit_listing_container_checkbox br
{
	display: none;
}

.t03-amenities-disclaimer
{
	grid-column: 1 / -1;
	margin-top: 14px;
	font-size: 85%;
}

#t03-amenities-full-content .t03-amenity-list-icon,
.t03-amenities-full-list .t03-amenity-list-icon
{
	width: 26px;
	height: 26px;
	margin-right: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

#t03-amenities-full-content .edit_listing_container_checkbox
{
	float: none !important;
	width: calc(50% - 12px);
	max-width: calc(50% - 12px);
	margin: 0 12px 4px 0;
	display: inline-flex;
	align-items: center;
	padding: 4px 0;
	vertical-align: top;
	min-width: 0;
	flex-wrap: nowrap;
}

#t03-amenities-full-content .edit_listing_container_checkbox .checkbox
{
	float: none !important;
	margin: 0 10px 0 0 !important;
	flex-shrink: 0;
}

#t03-amenities-full-content .edit_listing_field_checkbox
{
	margin: 0;
}

#t03-amenities-full-content .edit_listing_field_checkbox_label
{
	float: none !important;
	padding: 0;
	max-width: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-flex;
	align-items: center;
	min-width: 0;
	flex: 1;
	font-size: 90%;
	color: #333333;
}

#t03-amenities-full-content .edit_listing_container_checkbox br
{
	display: none;
}

.t03-amenities-full-list > div[style*="clear"]
{
	grid-column: 1 / -1;
	height: 20px !important;
}

#t03-amenities-full-content > div[style*="clear"]
{
	height: 20px !important;
}

.t03-carousel-panel
{
	background-color: transparent;
	padding: 0;
}

.t03-carousel-subtitle
{
	margin-top: 24px;
}

.t03-carousel-wrapper
{
	position: relative;
}

.t03-carousel-empty
{
	text-align: center;
	font-weight: 600;
	color: #7a7a7a;
	padding: 20px 10px;
}

.t03-room-carousel
{
	padding-bottom: 10px;
	overflow: visible;
}

.t03-room-carousel .splide__track
{
	padding-bottom: 18px;
}

.t03-carousel-card
{
	border: 1px solid #e4e4e4;
	border-radius: 18px;
	overflow: hidden;
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
	cursor: pointer;
	position: relative;
}

.t03-carousel-card-pill
{
	position: absolute;
	top: 14px;
	right: 14px;
	padding: 4px 12px;
	border-radius: 999px;
	font-size: 70%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
	background-color: var(--highlight-color);
	color: #ffffff;
}

.t03-carousel-card-unavailable
{
	opacity: 0.55;
	filter: grayscale(0.2);
}

.t03-carousel-card-unavailable .t03-carousel-card-price
{
	color: #7a7a7a;
}

.t03-carousel-card:hover
{
	transform: none;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.t03-carousel-card-active:hover
{
	transform: none;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.t03-carousel-card-active
{
	border-width: 2px;
	border-color: var(--highlight-color);
	box-shadow: none;
}

.t03-carousel-card-active::before
{
	content: "Selected";
	position: absolute;
	top: 14px;
	right: 14px;
	padding: 4px 12px;
	background-color: var(--highlight-color);
	color: #ffffff;
	font-size: 70%;
	font-weight: 700;
	border-radius: 999px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.t03-carousel-card-media img
{
	width: 100%;
	height: 170px;
	object-fit: cover;
	display: block;
}

.t03-carousel-card-body
{
	padding: 15px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.t03-carousel-card-name
{
	font-weight: 500;
	color: #1f1f1f;
	font-size: 115%;
	line-height: 1.3;
	letter-spacing: 0.01em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: calc(1.3em * 2);
}

.t03-carousel-card-property
{
	font-size: 95%;
	color: #616161;
	font-weight: 500;
}

.t03-carousel-card-meta
{
	font-size: 85%;
	font-weight: 500;
	color: #5c6572;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.t03-carousel-card-price
{
	display: flex;
	align-items: baseline;
	gap: 6px;
	margin-top: auto;
	font-weight: 700;
	font-size: 120%;
	color: var(--highlight-color, #0f8a5f);
	line-height: 1.2;
}

.t03-carousel-card-price-note
{
	font-size: 75%;
	font-weight: 500;
	color: #69707d;
	text-transform: uppercase;
}

.t03-important-notes
{
	background-color: #fff7ed;
	border: 1px solid #ffe0b2;
	padding: 20px;
	border-radius: 16px;
	position: relative;
}

.t03-important-notes-wrapper
{
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.t03-important-notes-content
{
	position: relative;
}

.t03-important-notes-collapsed
{
	max-height: 240px;
	overflow: hidden;
}

.t03-important-notes-fade
{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 80px;
	background: linear-gradient(180deg, rgba(255, 247, 237, 0) 0%, rgba(255, 247, 237, 0.9) 60%, #fff7ed 100%);
	pointer-events: none;
}

.t03-important-notes:not(.t03-important-notes-collapsed) .t03-important-notes-fade
{
	display: none;
}

.t03-important-notes-actions
{
	display: none;
}

.t03-important-notes-actions.is-visible
{
	display: flex;
}

.t03-important-notes-expand
{
	align-self: flex-start;
}

.t03-mini-important-text
{
	display: inline;
}

.t03-mini-important-read-more
{
	background: none;
	border: none;
	color: var(--highlight-color);
	text-decoration: underline;
	padding: 0;
	margin-left: 4px;
	font-size: inherit;
	cursor: pointer;
}

.t03-modal-open
{
	overflow: hidden;
}

.t03-gallery-modal
{
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.65);
	display: none;
	align-items: stretch;
	justify-content: center;
	padding: 0;
	z-index: 100;
}

.t03-gallery-modal-open
{
	display: flex;
}

.t03-gallery-modal-dialog
{
	background-color: #050505;
	color: #ffffff;
	border-radius: 0;
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: none;
	overflow: hidden;
	position: relative;
	padding: 0;
	display: flex;
	flex-direction: column;
}

.t03-gallery-modal-body
{
	flex: 1 1 auto;
	min-height: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 16px 6px 16px;
	box-sizing: border-box;
}

.t03-gallery-modal-viewer
{
	display: flex;
	flex-direction: column;
	gap: 6px;
	width: 100%;
	height: 100%;
}

.t03-gallery-modal-main
{
	width: 100%;
	flex: 1 1 auto;
	border-radius: 16px;
	overflow: hidden;
	display: flex;
}

.t03-gallery-modal-main .splide__track
{
	border-radius: 16px;
	height: 100%;
	flex: 1 1 auto;
}

.t03-gallery-modal-image-wrapper
{
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 16px;
	overflow: hidden;
	background-color: #000000;
}

.t03-gallery-modal-image
{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	display: block;
	border-radius: 16px;
}

.t03-gallery-modal-main .splide__video
{
	border-radius: 16px;
	overflow: hidden;
}

.t03-gallery-modal-main .splide__video iframe
{
	border-radius: 16px;
}

.t03-gallery-modal-thumbs
{
	width: 100%;
}

.t03-gallery-modal-thumbs .splide__track
{
	height: 96px;
}

.t03-gallery-modal-thumbs .splide__list,
.t03-gallery-modal-thumbs .splide__slide
{
	height: 100%;
}

.t03-gallery-modal-main .splide__list,
.t03-gallery-modal-main .splide__slide
{
	height: 100%;
}

.t03-gallery-modal-thumb
{
	border: 2px solid transparent;
	border-radius: 12px;
	overflow: hidden;
	height: 100%;
}

.t03-gallery-modal-thumb img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.t03-gallery-modal-thumbs .splide__slide
{
	opacity: 0.6;
	transition: opacity 0.2s ease, border-color 0.2s ease;
}

.t03-gallery-modal-thumbs .splide__slide.is-active
{
	opacity: 1;
}

.t03-gallery-modal-thumbs .splide__slide.is-active .t03-gallery-modal-thumb
{
	border-color: var(--highlight-color, #0f8a5f);
}

.t03-gallery-loading
{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 50vh;
	font-weight: 600;
	letter-spacing: 1px;
}

.t03-gallery-modal-actions
{
	display: none;
}

.t03-gallery-modal-close
{
	position: absolute;
	top: 14px;
	right: 14px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.9);
	background: rgba(0, 0, 0, 0.6);
	color: #ffffff;
	font-size: 22px;
	font-weight: 700;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s ease, transform 0.2s ease;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.45);
	z-index: 5;
}

.t03-gallery-modal-close:hover
{
	background: rgba(0, 0, 0, 0.8);
	transform: scale(1.03);
}

@media (max-width: 1024px)
{
	.t03-gallery-modal-image
	{
		height: min(calc(100vh - 220px), 520px);
	}

	.t03-gallery-modal-actions
	{
		padding: 12px 14px 20px 14px;
	}
}

@media (max-width: 768px)
{
	.t03-gallery-caption
	{
		max-width: 92%;
		font-size: 78%;
	}

	.t03-gallery-caption-inner
	{
		padding: 8px 10px;
	}

	.t03-gallery-modal-viewer
	{
		gap: 8px;
	}

	.t03-gallery-modal-image
	{
		height: min(50vh, 360px);
		border-radius: 12px;
	}

	.t03-gallery-modal-image-wrapper
	{
		border-radius: 12px;
	}

	.t03-gallery-modal-main,
	.t03-gallery-modal-main .splide__track
	{
		border-radius: 12px;
	}

	.t03-gallery-modal-body
	{
		padding: 16px 16px 0 16px;
	}

	.t03-gallery-modal-close-button
	{
		width: 100%;
	}
}

#t03-faq-content .t03-faq-shell
{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 0;
}

#t03-faq-content .t03-faq-search-block
{
	background-color: #f7f9ff;
	border: 1px solid #e0e6f0;
	border-radius: 20px;
	padding: 22px;
	margin-bottom: 18px;
	box-shadow: 0 18px 35px rgba(15, 23, 42, 0.08);
	box-sizing: border-box;
}
#t03-faq-content .t03-faq-search-layout
{
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 24px;
	width: 100%;
}

#t03-faq-content .t03-faq-search-row
{
	flex: 1 1 auto;
	min-width: 260px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

#t03-faq-content .t03-faq-search-input
{
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin-bottom: 0;
}

#t03-faq-content .t03-faq-search-body
{
	flex: 0 0 auto;
	min-width: 0;
	max-width: none;
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0;
	margin-left: auto;
	align-self: stretch;
	width: auto;
	float: none;
	clear: none;
	text-align: left;
	align-items: flex-start;
}

#t03-faq-content .t03-faq-search-text
{
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
}

#t03-faq-content .t03-faq-search-actions
{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	width: auto;
	justify-content: flex-start;
}

#t03-faq-content .t03-faq-search-divider
{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	line-height: 1;
	height: auto;
	white-space: nowrap;
	font-size: 90%;
	position: static;
}

@media screen and (max-width: 640px)
{
	#t03-faq-content .t03-faq-search-layout
	{
		flex-direction: column;
		justify-content: flex-start;
	}

	#t03-faq-content .t03-faq-search-row,
	#t03-faq-content .t03-faq-search-input,
	#t03-faq-content .t03-faq-search-body
	{
		min-width: 0;
		flex: 1 1 100%;
		max-width: 100%;
		margin-left: 0;
		width: 100%;
	}

	#t03-faq-content .t03-faq-search-input
	{
		width: 100%;
	}

	#t03-faq-content .t03-faq-search-divider
	{
		width: auto;
		align-self: center;
		margin: 2px 0;
	}
}

#t03-faq-content #faq_display_container
{
	margin: 0 auto 0;
	padding: 0;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	row-gap: 22px;
	width: 100%;
}

@media screen and (max-width: 1024px)
{
	#t03-page
	{
		--t03-side-padding: 20px;
		padding: 15px var(--t03-side-padding) 60px;
		padding-top: 0px;
	}

	.t03-hero
	{
		margin-bottom: 30px;
		flex-direction: column;
		gap: 20px;
	}

	.t03-booking-card
	{
		position: static;
	}

	.t03-booking-float
	{
		position: static;
		margin: 20px 0 0 0;
		width: 100%;
		flex: 1 1 auto;
		max-width: 100%;
		display: block;
		height: auto;
		min-height: 0;
		align-self: auto;
		max-height: none;
	}

	.t03-booking-card-mini
	{
		height: auto;
		min-height: 0;
		max-height: none;
		overflow: visible;
	}

	.t03-booking-card-mini-expanded
	{
		position: fixed;
		width: 95vw;
		left: 2.5vw;
		right: 2.5vw;
		top: 10px;
		bottom: 10px;
		max-height: calc(100vh - 20px);
		overflow-y: auto;
	}

	.t03-gallery
	{
		flex: 0 0 auto;
		width: 100%;
		min-height: 200px;
		height: auto;
		max-height: none;
	}

	.t03-gallery-grid
	{
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: none;
		grid-auto-rows: minmax(0, 200px);
		height: auto;
	}

	.t03-gallery-primary
	{
		grid-column: 1 / span 2;
		grid-row: 1;
	}

	.t03-gallery-secondary-slot-1
	{
		grid-column: 1;
		grid-row: 2;
	}

	.t03-gallery-secondary-slot-2
	{
		grid-column: 2;
		grid-row: 2;
	}

	.t03-gallery-secondary-slot-3
	{
		grid-column: 1;
		grid-row: 3;
	}

	.t03-gallery-secondary-slot-4
	{
		grid-column: 2;
		grid-row: 3;
	}

	.t03-policycards-row
	{
		flex-wrap: wrap;
	}

	.t03-policy-card-summary
	{
		flex: 1 1 calc((100% - 16px) / 2);
		min-width: 200px;
	}
}

@media screen and (max-width: 720px)
{
	#t03-page
	{
		--t03-side-padding: 10px;
		padding: 20px var(--t03-side-padding) 80px;
		padding-top: 0px;
	}

	.t03-top-bar
	{
		display: flex;
		justify-content: flex-end;
		align-items: flex-start;
		margin-bottom: 10px;
	}

	.t03-top-actions
	{
		justify-content: flex-end;
	}

	.t03-header
	{
		flex-direction: column;
		align-items: flex-start;
	}

	.t03-property-title
	{
		font-size: 200%;
		margin-top: 12px;
	}

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

	.t03-rateplan-list
	{
		grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
		gap: 12px;
	}

	.t03-gallery
	{
		flex: 0 0 auto;
		width: 100%;
		min-height: 200px;
		height: auto;
		max-height: none;
	}

	.t03-gallery-grid
	{
		grid-template-columns: 1fr;
		grid-template-rows: none;
		grid-auto-rows: minmax(0, 200px);
		height: auto;
	}

	.t03-gallery-primary
	{
		grid-column: 1;
		grid-row: 1;
	}

	.t03-gallery-secondary-slot-1
	{
		grid-column: 1;
		grid-row: 2;
	}

	.t03-gallery-secondary-slot-2
	{
		grid-column: 1;
		grid-row: 3;
	}

	.t03-gallery-secondary-slot-3
	{
		grid-column: 1;
		grid-row: 4;
	}

	.t03-gallery-secondary-slot-4
	{
		grid-column: 1;
		grid-row: 5;
	}

	.t03-policycards-row,
	.t03-policycards-row-secondary
	{
		flex-direction: column;
		gap: 10px;
	}

	.t03-policy-card
	{
		padding: 18px;
		height: auto;
	}

	.t03-section-nav
	{
		flex-wrap: nowrap;
		gap: 6px;
		align-items: center;
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		max-width: none;
		padding-left: 4px;
		padding-right: 4px;
	}

	.t03-section-nav-links
	{
		display: none;
	}

	.t03-section-menu-toggle
	{
		display: inline-flex;
	}

	.t03-section-nav-actions
	{
		display: flex;
		width: auto;
		flex: 1 1 auto;
		justify-content: flex-end;
		gap: 10px;
	}

	.t03-section-nav-price
	{
		text-align: right;
		flex-direction: column;
		align-items: flex-end;
		gap: 2px;
	}

	.t03-booking-float
	{
		margin: 0 0 20px 0;
	}

	.t03-policy-card-body-capped
	{
		max-height: 200px;
	}

	.t03-policy-expand-button
	{
		width: 100%;
		text-align: center;
	}

	.t03-amenities-highlighted-grid
	{
		gap: 10px;
	}

	.t03-amenities-highlighted-item
	{
		width: 100%;
		min-width: 0;
	}

	#t03-amenities-full-content .edit_listing_container_checkbox
	{
		width: 100%;
		min-width: 0;
		margin-right: 0;
	}

	.t03-section-menu-toggle
	{
		flex: 0 0 auto;
		padding: 6px 12px;
		font-size: 85%;
	}

	.t03-section-menu-current
	{
		font-size: 95%;
	}

	.t03-section-nav-price-amount
	{
		font-size: 95%;
	}

	.t03-section-nav-price-label
	{
		font-size: 60%;
	}

	.t03-section-nav-cta-button
	{
		padding: 8px 14px;
		font-size: 95%;
	}
}
.t03-mini-highlight-divider
{
	width: 100%;
	height: 1px;
	background-color: #e5e5e5;
	margin: 12px 0 0;
}

.t03-policies-wrapper
{
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.t03-policies-intro
{
	padding: 22px;
	border-radius: 18px;
	background: linear-gradient(135deg, rgba(0, 78, 124, 0.08), rgba(0, 78, 124, 0.02));
	border: 1px solid #e0e6ef;
}

.t03-policies-intro-title
{
	font-size: 125%;
	font-weight: 700;
	margin-bottom: 8px;
	color: #0f172a;
}

.t03-policies-intro-copy
{
	margin: 0;
	color: #475467;
	font-size: 95%;
	line-height: 1.5;
}

.t03-policycards-row
{
	display: flex;
	flex-wrap: nowrap;
	gap: 16px;
	align-items: stretch;
}

.t03-policycards-row-secondary
{
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.t03-policy-card
{
	display: flex;
	flex-direction: column;
	width: 100%;
	box-sizing: border-box;
	background-color: #ffffff;
	border-radius: 18px;
	border: 1px solid #edf0f7;
	padding: 22px;
	box-shadow: 0 20px 45px rgba(15, 23, 42, 0.05);
	gap: 14px;
	overflow: hidden;
}

.t03-policy-card-summary
{
	min-height: 150px;
	min-width: 220px;
	flex: 1 1 calc((100% - 32px) / 3);
}

.t03-policy-card-wide
{
	margin-top: 0;
}

.t03-policy-card-header
{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 12px;
}

.t03-policy-card-title
{
	font-size: 120%;
	font-weight: 700;
	color: #1f1f1f;
}

.t03-policy-card-subtitle
{
	font-size: 90%;
	color: #6d6d6d;
	margin-top: 4px;
}

.t03-policy-card-body
{
	font-size: 95%;
	color: #353535;
	line-height: 1.6;
	position: relative;
	flex-grow: 1;
}

.t03-policy-card-body p
{
	margin: 0 0 12px;
}

.t03-policy-card-body p:last-child
{
	margin-bottom: 0;
}

.t03-policy-card-body-capped
{
	max-height: 240px;
	overflow: hidden;
	padding-bottom: 24px;
}

.t03-policy-card-body-capped::after
{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 70px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 80%);
}

.t03-policy-expand-button
{
	align-self: flex-start;
	margin-top: -8px;
}

.t03-policy-full-content
{
	display: none;
}

.t03-policy-modal-content
{
	text-align: left;
	line-height: 1.7;
	color: #1c1c1c;
	font-size: 95%;
}

.t03-policy-modal-content p
{
	margin: 0 0 18px;
}

.t03-policy-modal-content p:last-child
{
	margin-bottom: 0;
}

.t03-policy-modal-popup
{
	padding: 0;
}

.t03-policy-note
{
	background-color: #f6f9ff;
	border-left: 3px solid var(--highlight-color);
	padding: 10px 12px;
	border-radius: 8px;
	margin: 10px 0;
	font-size: 90%;
	color: #1f3a58;
}

.t03-policy-empty
{
	border: 1px dashed #cbd5f5;
	padding: 25px;
	text-align: center;
	border-radius: 18px;
	background-color: #ffffff;
	color: #58606c;
}

.t03-cancel-modal
{
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.t03-cancel-header
{
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.t03-cancel-title
{
	font-size: 120%;
	font-weight: 700;
	color: #1f1f1f;
}

.t03-cancel-meta
{
	font-size: 85%;
	color: #6d6d6d;
}

.t03-cancel-list
{
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.t03-cancel-item
{
	border: 1px solid #edf0f7;
	border-radius: 16px;
	padding: 14px 16px;
	background: #ffffff;
	box-shadow: 0 14px 30px rgba(15, 23, 42, 0.04);
}

.t03-cancel-item-free
{
	background: linear-gradient(135deg, #f8fbff 0%, #ffffff 50%);
}

.t03-cancel-item-active
{
	border-color: var(--highlight-color);
	box-shadow: 0 16px 40px rgba(31, 64, 173, 0.15);
}

.t03-cancel-window
{
	font-weight: 700;
	color: #1f1f1f;
}

.t03-cancel-penalty
{
	color: #2d2d2d;
	margin-top: 6px;
	line-height: 1.5;
}

.t03-cancel-giftcard
{
	margin-top: 8px;
	font-size: 85%;
	color: #365d7d;
	line-height: 1.4;
}

.t03-cancel-tag
{
	margin-top: 10px;
	display: inline-block;
	font-size: 80%;
	font-weight: 700;
	color: var(--highlight-color);
	background: rgba(52, 99, 246, 0.1);
	padding: 6px 12px;
	border-radius: 999px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.t03-cancel-empty
{
	border: 1px dashed #cbd5f5;
	padding: 16px;
	border-radius: 14px;
	color: #445;
	background-color: #ffffff;
}

.t03-cancel-footnote
{
	font-size: 85%;
	color: #566;
	line-height: 1.5;
}

.t03-cancel-note
{
	font-size: 90%;
	color: #1f3a58;
	background: #f6f9ff;
	border-left: 3px solid var(--highlight-color);
	padding: 10px 12px;
	border-radius: 10px;
}


#t03-faq-content .t03-faq-container
{
	width: 100%;
	max-width: none;
	margin: 0;
}

#t03-faq-content .t03-faq-container > *
{
	width: 100%;
}

#t03-faq-content .t03-faq-shell
{
	width: 100%;
	max-width: none;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0;
}

#t03-faq-content .t03-faq-search-block
{
	background-color: #f7f9ff;
	border: 1px solid #e0e6f0;
	border-radius: 20px;
	padding: 22px;
	margin-bottom: 18px;
	box-shadow: 0 18px 35px rgba(15, 23, 42, 0.08);
	box-sizing: border-box;
}

#t03-faq-content #question_find_disclaimer_buttons
{
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

#t03-faq-content #question_find_disclaimer_buttons > div
{
	align-self: center;
	padding: 0 4px !important;
	position: static !important;
	top: 0 !important;
	line-height: 1.2;
}

#t03-faq-content #question_find_disclaimer_buttons .cta_button
{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	padding: 4px 18px;
	font-size: 85%;
}

@media (max-width: 640px)
{
	#t03-faq-content #question_find_disclaimer_buttons
	{
		display: flex;
		flex-direction: column;
		width: 100%;
		align-items: stretch;
		gap: 6px;
	}

	#t03-faq-content #question_find_disclaimer_buttons .cta_button
	{
		width: 100%;
		box-sizing: border-box;
		padding: 12px 16px;
	}

	#t03-faq-content #question_find_disclaimer_buttons .t03-primary-button,
	#t03-faq-content #question_find_disclaimer_buttons .t03-secondary-button
	{
		padding: 12px 16px;
		min-height: 44px;
	}

	#t03-faq-content #question_find_disclaimer_buttons .t03-faq-search-divider
	{
		display: block;
		padding: 0 !important;
		margin: 0 !important;
		height: auto;
		line-height: 1;
		align-self: center;
		white-space: nowrap;
	}

	#t03-faq-content #question_find_disclaimer_buttons > div
	{
		align-self: center;
		padding: 0 !important;
		line-height: 1;
		margin: 0;
	}
}

#t03-faq-content #faq_display_container
{
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	row-gap: 22px;
	width: 100%;
}

#t03-faq-content .t03-faq-card
{
	background-color: #ffffff;
	position: relative;
	border-radius: 18px;
	padding: 22px;
	border: 1px solid #e3e8f3;
	box-shadow: 0 25px 55px rgba(15, 23, 42, 0.08);
	width: 100%;
	margin: 0;
	box-sizing: border-box;
}

#t03-faq-content .t03-faq-card-grid
{
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(240px, auto);
	column-gap: 32px;
	row-gap: 18px;
	width: 100%;
	box-sizing: border-box;
	align-items: flex-start;
}

#t03-faq-content .t03-faq-card-main,
#t03-faq-content .t03-faq-card-left
{
	display: flex;
	flex-direction: column;
	gap: 18px;
	min-width: 0;
}

#t03-faq-content .t03-faq-question-wrapper
{
	margin-bottom: 18px;
}

#t03-faq-content .t03-faq-card-side,
#t03-faq-content .t03-faq-card-right
{
	grid-column: 2;
	grid-row: 1;
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-width: 0;
	align-items: stretch;
	align-self: flex-start;
	flex: 0 0 auto;
	margin-left: auto;
}

#t03-faq-content .t03-faq-card-hidden
{
	background-color: #f1f3f7;
	border-style: dashed;
}

#t03-faq-content .t03-faq-card-banner
{
	text-align: center;
	font-weight: 600;
	font-size: 85%;
	color: #7a7a7a;
	margin-bottom: 12px;
}

#t03-faq-content .t03-faq-label
{
	display: block;
	font-size: 75%;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #7a859b;
	margin-bottom: 6px;
}

#t03-faq-content .t03-faq-question-label
{
	margin-bottom: 8px;
	width: 100%;
	flex: 0 0 100%;
	display: none;
}

#t03-faq-content .t03-faq-question-header
{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 14px;
	flex-wrap: wrap;
	margin-bottom: 0;
}

#t03-faq-content .t03-faq-card-hidden-teaser
{
	display: none;
}

#t03-faq-content .t03-faq-actions
{
	margin-top: 12px;
	display: flex;
	justify-content: flex-start;
}

#t03-faq-content .t03-faq-view-all
{
	min-width: 140px;
}

body .swal2-popup.t03-faq-modal
{
	width: auto;
	max-width: none;
	padding: 0;
	background: transparent;
	box-shadow: none;
}

.t03-faq-modal-dialog
{
	background-color: #ffffff;
	border-radius: 18px;
	width: min(1100px, 94vw);
	max-height: 90vh;
	overflow: hidden;
	position: relative;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
	padding: 15px 20px 25px 15px;
	box-sizing: border-box;
}

.t03-faq-modal-body
{
	padding: 20px 15px 15px 10px;
	max-height: calc(90vh - 40px);
	overflow: auto;
	box-sizing: border-box;
	font-size: 16px;
}

.t03-faq-modal-body h3
{
	margin: 0 0 15px 0;
	font-size: 120%;
	font-weight: 700;
	color: #111827;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 8px;
	text-align: left;
}

.t03-faq-modal-content
{
	text-align: left;
}

.t03-faq-modal-close
{
	position: absolute;
	top: 12px;
	right: 48px;
	border: 0;
	background: rgba(0, 0, 0, 0.65);
	color: #ffffff;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	font-size: 110%;
	cursor: pointer;
	z-index: 2;
}

.t03-faq-modal-close:hover,
.t03-faq-modal-close:focus-visible
{
	background: rgba(0, 0, 0, 0.55);
}

#t03-faq-content .t03-faq-question-header .t03-faq-question-text
{
	flex: 1 1 auto;
	margin-bottom: 0;
}

#t03-faq-content .t03-faq-question-main
{
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex: 1 1 auto;
	min-width: 0;
}

#t03-faq-content .t03-faq-question-text
{
	font-size: 110%;
	font-weight: 600;
	color: #172033;
	display: block;
	padding-right: 0;
}

#t03-faq-content .t03-faq-question-admin
{
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: flex-start;
	min-width: 0;
	max-width: none;
	margin-top: 0;
	padding: 14px 16px;
	background-color: #fff7f3;
	border: 1px solid #ffd7c8;
	border-radius: 16px;
	box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1);
	font-size: 85%;
	color: #5a6378;
	position: relative;
}

#t03-faq-content .t03-faq-question-admin-remove
{
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-weight: 600;
	color: #b53b27;
	text-decoration: none;
	transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
	padding: 8px 16px;
	border: 1px solid #f2c8bd;
	border-radius: 999px;
	background-color: #fff1ed;
	box-shadow: 0 4px 12px rgba(181, 59, 39, 0.12);
	font-size: 90%;
}

#t03-faq-content .t03-faq-question-admin-remove:hover
{
	color: #922b1b;
	border-color: #e19b8e;
	background-color: #ffe3dc;
}

#t03-faq-content .t03-faq-question-admin-contact
{
	font-size: 90%;
	color: #4b5670;
	line-height: 1.4;
}

.t03-faq-remove-confirm
{
	display: none;
	position: absolute;
	top: 6px;
	right: calc(100% + 12px);
	min-width: 220px;
	max-width: 260px;
	padding: 12px 14px;
	border-radius: 12px;
	border: 1px solid #f2c8bd;
	background-color: #fff7f3;
	box-shadow: 0 12px 28px rgba(181, 59, 39, 0.16);
	font-size: 90%;
	color: #5a6378;
	line-height: 1.4;
	z-index: 5;
}

.t03-faq-remove-confirm-text
{
	font-weight: 700;
	color: #b53b27;
	margin-bottom: 8px;
}

.t03-faq-remove-confirm-actions
{
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.t03-faq-remove-separator
{
	color: #9ca3af;
}

#t03-faq-content .t03-faq-answer-row
{
	display: flex;
	flex-direction: column;
	gap: 18px;
	align-items: stretch;
	padding: 16px 0;
	border-top: 1px solid #eff2f8;
}

#t03-faq-content .t03-faq-answers
{
	display: flex;
	flex-direction: column;
	gap: 4px;
}

#t03-faq-content .t03-faq-answer-heading
{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-bottom: 4px;
}

#t03-faq-content .t03-faq-answer-heading .t03-faq-label
{
	margin-bottom: 0;
}

#t03-faq-content .t03-faq-answer-row:first-of-type
{
	border-top: 0;
	padding-top: 8px;
}

#t03-faq-content .t03-faq-answer-body
{
	flex: 1;
	background-color: #f7f9ff;
	border-radius: 16px;
	padding: 14px 16px;
	box-shadow: inset 0 1px 3px rgba(15, 23, 42, 0.05);
	box-sizing: border-box;
}

#t03-faq-content .t03-faq-answer-body > div:last-child
{
	margin-top: 8px;
	font-size: 85%;
	color: #5b6275;
}

#t03-faq-content .t03-faq-toolbar
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	font-size: 85%;
	color: #5a6378;
	margin-top: 12px;
	flex-wrap: wrap;
}

#t03-faq-content .t03-faq-toolbar-actions
{
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

#t03-faq-content .t03-faq-helpful-text
{
	font-weight: 600;
	color: #424c63;
}

#t03-faq-content .t03-faq-vote-actions
{
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

#t03-faq-content .t03-faq-answer-toggle
{
	background-color: #f0f4ff;
	border-radius: 999px;
	padding: 6px 16px;
	border: 1px solid #c9d5f0;
	color: #143f81;
	text-decoration: none;
	font-weight: 600;
	font-size: 85%;
}

#t03-faq-content .t03-faq-answer-button
{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: 0;
}

#t03-faq-content .t03-faq-vote-icon
{
	width: 24px !important;
	height: 24px !important;
	cursor: pointer;
}

#t03-faq-content .t03-faq-vote-action
{
	width: 22px !important;
	height: 22px !important;
	border-radius: 8px;
	border: 1px solid #d6deed;
	padding: 3px;
	background-color: #ffffff;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#t03-faq-content .t03-faq-vote-action:hover
{
	transform: translateY(-1px);
	box-shadow: 0 4px 10px rgba(15, 23, 42, 0.12);
}

#t03-faq-content .t03-faq-vote-meta
{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 0;
	padding: 10px 14px;
	background-color: #f6f8ff;
	border-radius: 14px;
	border: 1px solid #dfe6f6;
	align-self: stretch;
	width: 100%;
	max-width: none;
	box-sizing: border-box;
	position: static;
	text-align: center;
}

#t03-faq-content .t03-faq-vote-count
{
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 8px;
	font-size: 90%;
	color: #4b5670;
}

#t03-faq-content .t03-faq-vote-number
{
	font-size: 150%;
	font-weight: 700;
	color: #0f1c34;
}

#t03-faq-content .t03-faq-vote-scores
{
	display: flex;
	align-items: center;
	gap: 16px;
	justify-content: center;
}

#t03-faq-content .t03-faq-vote-score
{
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-weight: 600;
	font-size: 90%;
	color: #1f2b44;
}

#t03-faq-content .t03-faq-vote-score-up .t03-faq-vote-score-value
{
	color: #0f8b55;
}

#t03-faq-content .t03-faq-vote-score-down .t03-faq-vote-score-value
{
	color: #b3261e;
}

#t03-faq-content .t03-faq-vote-score-icon
{
	width: 18px;
	height: 18px;
}

#t03-faq-content .t03-faq-vote-tally-hidden
{
	display: none !important;
}

@media (max-width: 720px)
{
	#t03-faq-content .t03-faq-card
	{
		padding: 18px;
	}

	#t03-faq-content .t03-faq-card-grid
	{
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	#t03-faq-content .t03-faq-card-main,
	#t03-faq-content .t03-faq-card-left
	{
		width: 100%;
	}

	#t03-faq-content .t03-faq-question-header
	{
		flex-direction: column;
		gap: 8px;
	}

	#t03-faq-content .t03-faq-card-side
	{
		width: 100%;
		max-width: none;
		align-self: stretch;
		justify-self: stretch;
		margin-left: 0;
		grid-column: auto;
		grid-row: auto;
		gap: 16px;
	}

	#t03-faq-content .t03-faq-answer-heading
	{
		padding-bottom: 0;
	}

	#t03-faq-content .t03-faq-answer-row
	{
		padding: 12px 0;
	}

	#t03-faq-content .t03-faq-answer-body,
	#t03-faq-content .t03-faq-toolbar
	{
		width: 100%;
	}

	#t03-faq-content .t03-faq-toolbar
	{
		align-items: flex-start;
		flex-direction: column;
		gap: 16px;
	}

	#t03-faq-content .t03-faq-toolbar-actions
	{
		justify-content: flex-start;
	}

	#t03-faq-content .t03-faq-vote-meta
	{
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		text-align: left;
	}

	#t03-faq-content .t03-faq-question-admin
	{
		width: 100%;
		box-sizing: border-box;
	}

	.t03-faq-remove-confirm
	{
		position: static;
		width: 100%;
		max-width: none;
		margin-top: 8px;
	}

	#t03-faq-content .t03-faq-answer-toggle,
	#t03-faq-content .t03-faq-answer-button
	{
		width: 100%;
		justify-content: center;
		box-sizing: border-box;
	}
}

#t03-faq-content .t03-faq-answer-form
{
	background-color: #f8fbff;
	border: 1px solid #e3eaf6;
	border-radius: 16px;
	padding: 18px;
	margin-top: 14px;
}

#t03-faq-content .t03-faq-answer-form textarea
{
	width: 100% !important;
	border: 1px solid #cfd6e6;
	border-radius: 12px;
	padding: 10px 12px;
	font-size: 95%;
	min-height: 110px;
	line-height: 1.4;
}

#t03-faq-content .t03-faq-answer-form .leaf_button_container
{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 20px;
	border-radius: 999px;
	border: 1px solid var(--highlight-color);
	background-color: var(--highlight-color);
	color: #ffffff;
	text-decoration: none;
	margin-top: 12px;
	min-width: 120px;
	margin-right: 10px;
}

#t03-faq-content .t03-faq-answer-form .leaf_button_container:last-of-type
{
	background-color: transparent;
	color: var(--highlight-color);
	border-color: var(--highlight-color);
}

#t03-faq-content .t03-faq-answer-form .leaf_button_overlay,
#t03-faq-content .t03-faq-answer-form .leaf_button_image_container
{
	display: none;
}

#t03-faq-content .t03-faq-answer-form .leaf_button_text_container,
#t03-faq-content .t03-faq-answer-form .leaf_button_text
{
	color: inherit;
	background: none;
	padding: 0;
}

#t03-faq-content .t03-faq-empty
{
	padding: 30px;
	text-align: center;
	border: 1px dashed #cdd6ea;
	border-radius: 18px;
	background-color: #ffffff;
	color: #5d6375;
	font-size: 95%;
}

@media screen and (max-width: 720px)
{
	.t03-rateplan-list.t03-rateplan-list-teaser
	{
		flex-direction: column;
		align-items: stretch;
	}

	.t03-rateplan-list.t03-rateplan-list-teaser .t03-rateplan-card
	{
		flex: 1 1 auto;
		width: 100%;
	}
}

@media screen and (max-width: 640px)
{
	.t03-amenities-actions .t03-amenities-view-button,
	#t03-faq-content .t03-faq-view-all,
	.t03-host-view-button,
	.t03-host-contact-button
	{
		width: 100%;
		max-width: 100%;
		text-align: center;
		box-sizing: border-box;
	}

	#t03-faq-content .t03-faq-actions
	{
		flex-direction: column;
		align-items: stretch;
	}

	.t03-host-actions
	{
		flex-direction: column;
		align-items: stretch;
	}

	#t03-faq-content #question_find_disclaimer_buttons .t03-faq-search-divider
	{
		width: auto;
		text-align: center;
		margin: 2px 0;
		padding: 0 2px;
	}
}
