/* Modern property-detail page styles. */
/*
 * The modern template owns its content canvas. Astra and other global themes
 * may otherwise constrain or offset the container opened by get_header().
 * This scope is added only for the modern property-detail request.
 */
body.fvh-modern-property-detail-page .site-content > .ast-container {
    display: block;
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding-inline: 0;
}

.fvh-modern-property {
    --fvh-property-ink: var(--fvh-palette-text, #242129);
    --fvh-property-muted: var(--fvh-palette-muted, #716d78);
    --fvh-property-surface: var(--fvh-palette-surface, #fff);
    --fvh-property-soft: var(--fvh-palette-soft-surface, #f6f4f8);
    --fvh-property-page: var(--fvh-palette-page-background, #f8f7fa);
    --fvh-property-border: var(--fvh-palette-border, #e5e2e9);
    --fvh-property-accent: var(--fvh-palette-primary, #5f27dc);
    --fvh-property-accent-hover: var(--fvh-palette-primary-hover, #7b4cff);
    --fvh-property-on-accent: var(--fvh-palette-on-primary, #fff);
    --fvh-property-rating: var(--fvh-palette-rating, #b97800);
    --fvh-property-radius: 18px;
}

.fvh-modern-property,
.fvh-modern-property * {
    box-sizing: border-box;
}

.fvh-modern-property {
    min-height: 100vh;
    padding: 28px 20px 80px;
    background: var(--fvh-property-page);
    color: var(--fvh-property-ink);
    font-family: inherit;
}

.fvh-modern-property__article {
    width: min(1480px, 100%);
    margin: 0 auto;
}

.fvh-modern-gallery {
    position: relative;
    width: min(1920px, calc(100vw - 40px));
    height: clamp(420px, 34vw, 680px);
    margin-left: 50%;
    overflow: hidden;
    border-radius: 18px;
    background: var(--fvh-property-soft);
    outline: none;
    transform: translateX(-50%);
}

.fvh-modern-gallery__preview {
    position: relative;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    width: 100%;
    height: 100%;
    gap: 10px;
}

.fvh-modern-gallery__tile {
    position: relative;
    min-width: 0;
    min-height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: var(--fvh-property-soft);
    cursor: pointer;
}

.fvh-modern-gallery__tile img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .25s ease;
}

.fvh-modern-gallery__tile:hover img {
    transform: scale(1.018);
}

.fvh-modern-gallery__tile--1 {
    grid-column: 1;
    grid-row: 1 / 3;
}

.fvh-modern-gallery__tile--2 {
    grid-column: 2;
    grid-row: 1;
}

.fvh-modern-gallery__tile--3 {
    grid-column: 3;
    grid-row: 1;
}

.fvh-modern-gallery__tile--4 {
    grid-column: 2;
    grid-row: 2;
}

.fvh-modern-gallery__tile--5 {
    grid-column: 3;
    grid-row: 2;
}

.fvh-modern-gallery[data-preview-count="1"] .fvh-modern-gallery__preview {
    display: block;
}

.fvh-modern-gallery[data-preview-count="1"] .fvh-modern-gallery__tile--1 {
    display: block;
    width: 100%;
    height: 100%;
}

.fvh-modern-gallery[data-preview-count="2"] .fvh-modern-gallery__preview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: minmax(0, 1fr);
}

.fvh-modern-gallery[data-preview-count="2"] .fvh-modern-gallery__tile--1,
.fvh-modern-gallery[data-preview-count="2"] .fvh-modern-gallery__tile--2 {
    grid-row: 1;
}

.fvh-modern-gallery[data-preview-count="2"] .fvh-modern-gallery__tile--1 {
    grid-column: 1;
}

.fvh-modern-gallery[data-preview-count="2"] .fvh-modern-gallery__tile--2 {
    grid-column: 2;
}

.fvh-modern-gallery[data-preview-count="3"] .fvh-modern-gallery__preview {
    grid-template-columns: 2fr 1fr;
}

.fvh-modern-gallery[data-preview-count="3"] .fvh-modern-gallery__tile--2,
.fvh-modern-gallery[data-preview-count="3"] .fvh-modern-gallery__tile--3 {
    grid-column: 2;
}

.fvh-modern-gallery[data-preview-count="3"] .fvh-modern-gallery__tile--2 {
    grid-row: 1;
}

.fvh-modern-gallery[data-preview-count="3"] .fvh-modern-gallery__tile--3 {
    grid-row: 2;
}

.fvh-modern-gallery[data-preview-count="4"] .fvh-modern-gallery__tile--4 {
    grid-column: 2 / 4;
}

.fvh-modern-gallery__open {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 4;
    min-height: 44px;
    padding: 10px 15px;
    border: 1px solid var(--fvh-property-border);
    border-radius: 999px;
    background: var(--fvh-property-surface);
    color: var(--fvh-property-ink);
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 4px 18px rgba(18, 15, 23, .18);
}

.fvh-modern-gallery__open:hover {
    border-color: var(--fvh-property-accent);
    color: var(--fvh-property-accent);
}

.fvh-modern-gallery__open-icon {
    margin-right: 5px;
}

.fvh-modern-gallery__tile:focus-visible,
.fvh-modern-gallery__open:focus-visible,
.fvh-modern-gallery-dialog__close:focus-visible {
    outline: 3px solid var(--fvh-palette-focus, var(--fvh-property-accent));
    outline-offset: -4px;
    box-shadow: none;
}

.fvh-modern-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.fvh-modern-gallery__fallback {
    display: grid;
    grid-column: 1 / -1;
    place-items: center;
    min-height: 360px;
    color: var(--fvh-property-muted);
    font-size: 1.1rem;
    font-weight: 700;
}

.fvh-modern-gallery-dialog {
    width: 100vw;
    max-width: none;
    height: 100dvh;
    max-height: none;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: var(--fvh-property-surface);
    color: var(--fvh-property-ink);
    overflow: auto;
    overscroll-behavior: contain;
}

.fvh-modern-gallery-dialog::backdrop {
    background: rgba(18, 15, 23, .82);
}

.fvh-modern-gallery-dialog__header {
    position: sticky;
    top: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 16px max(20px, calc((100vw - 1480px) / 2));
    border-bottom: 1px solid var(--fvh-property-border);
    background: var(--fvh-property-surface);
}

.fvh-modern-gallery-dialog__header strong,
.fvh-modern-gallery-dialog__header span {
    display: block;
}

.fvh-modern-gallery-dialog__header strong {
    font-size: 1.15rem;
}

.fvh-modern-gallery-dialog__header div > span {
    margin-top: 2px;
    color: var(--fvh-property-muted);
    font-size: .88rem;
}

.fvh-modern-gallery-dialog__close {
    display: inline-flex;
    min-height: 44px;
    padding: 8px 14px;
    align-items: center;
    gap: 6px;
    border: 1px solid var(--fvh-property-border);
    border-radius: 999px;
    background: var(--fvh-property-surface);
    color: inherit;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.fvh-modern-gallery-dialog__close span {
    font-size: 24px;
    font-weight: 400;
    line-height: .8;
}

.fvh-modern-gallery-dialog__close:hover {
    border-color: var(--fvh-property-accent);
    color: var(--fvh-property-accent);
}

.fvh-modern-gallery-dialog__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    width: min(1480px, 100%);
    margin: 0 auto;
    padding: 18px 20px 60px;
    align-items: start;
    gap: 14px;
}

.fvh-modern-gallery-dialog__item {
    grid-column: span 2;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 12px;
    background: var(--fvh-property-soft);
}

.fvh-modern-gallery-dialog__item > button {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
}

.fvh-modern-gallery-dialog__item > button:focus-visible {
    outline: 4px solid var(--fvh-palette-focus, var(--fvh-property-accent));
    outline-offset: -4px;
}

.fvh-modern-gallery-dialog__item:nth-child(6n + 4) {
    grid-column: span 6;
}

.fvh-modern-gallery-dialog__item:nth-child(6n + 5),
.fvh-modern-gallery-dialog__item:nth-child(6n + 6) {
    grid-column: span 3;
}

.fvh-modern-gallery-dialog__grid img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform .2s ease;
}

.fvh-modern-gallery-dialog__item > button:hover img {
    transform: scale(1.015);
}

.fvh-modern-gallery-lightbox {
    width: 100vw;
    max-width: none;
    height: 100dvh;
    max-height: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: #101014;
    color: #fff;
}

.fvh-modern-gallery-lightbox[open] {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
}

.fvh-modern-gallery-lightbox::backdrop {
    background: rgba(0, 0, 0, .9);
}

.fvh-modern-gallery-lightbox__header {
    position: relative;
    z-index: 4;
    display: flex;
    min-height: 64px;
    padding: 10px max(16px, env(safe-area-inset-right)) 10px max(16px, env(safe-area-inset-left));
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    background: #101014;
}

.fvh-modern-gallery-lightbox__counter {
    margin: 0;
    font-size: .92rem;
    font-weight: 700;
    font-feature-settings: "lnum" 1, "tnum" 1;
    font-variant-numeric: lining-nums tabular-nums;
}

.fvh-modern-gallery-lightbox__close {
    display: inline-flex;
    min-height: 44px;
    padding: 8px 14px;
    align-items: center;
    gap: 6px;
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 999px;
    background: transparent;
    color: #fff;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.fvh-modern-gallery-lightbox__close > span {
    font-size: 24px;
    font-weight: 400;
    line-height: .8;
}

.fvh-modern-gallery-lightbox__stage {
    position: relative;
    min-height: 0;
    overflow: hidden;
}

.fvh-modern-gallery-lightbox__viewport {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fvh-modern-gallery-lightbox__container {
    display: flex;
    height: 100%;
    touch-action: pan-y pinch-zoom;
}

.fvh-modern-gallery-lightbox__slide {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    min-width: 0;
    height: 100%;
    margin: 0;
    padding: 18px 82px 14px;
    flex: 0 0 100%;
    place-items: center;
    user-select: none;
}

.fvh-modern-gallery-lightbox__slide img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    -webkit-user-drag: none;
}

.fvh-modern-gallery-lightbox__slide figcaption {
    max-width: min(900px, 90vw);
    padding-top: 10px;
    color: rgba(255, 255, 255, .78);
    font-size: .82rem;
    line-height: 1.4;
    text-align: center;
}

.fvh-modern-gallery-lightbox__arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: grid;
    width: 50px;
    height: 50px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 50%;
    background: rgba(16, 16, 20, .76);
    color: #fff;
    font: inherit;
    font-size: 34px;
    font-weight: 300;
    line-height: 1;
    transform: translateY(-50%);
    cursor: pointer;
}

.fvh-modern-gallery-lightbox__arrow.is-previous {
    left: 18px;
}

.fvh-modern-gallery-lightbox__arrow.is-next {
    right: 18px;
}

.fvh-modern-gallery-lightbox__arrow:disabled {
    opacity: .3;
    cursor: default;
}

.fvh-modern-gallery-lightbox__close:focus-visible,
.fvh-modern-gallery-lightbox__arrow:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
}

.fvh-modern-property-header {
    padding: 34px 20px 28px;
    text-align: center;
}

.fvh-modern-property-header h1 {
    margin: 0;
    color: var(--fvh-property-ink);
    font-size: clamp(1.8rem, 2.5vw, 2.65rem);
    font-weight: 650;
    line-height: 1.15;
}

.fvh-modern-property-header p {
    margin: 7px 0 0;
}

.fvh-modern-property-header__location {
    color: var(--fvh-property-ink);
    font-size: 1rem;
    font-weight: 500;
}

.fvh-modern-property-header__facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: min(1040px, 100%);
    margin: 22px auto 0;
    padding: 0;
    color: var(--fvh-property-ink);
    list-style: none;
}

.fvh-modern-property-header__facts li {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 4px 14px;
    font-size: .9rem;
    font-weight: 600;
}

.fvh-modern-property-header__facts svg {
    width: 19px;
    height: 19px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
}

.fvh-modern-property-header__flex30 {
    display: inline-flex;
    min-height: 30px;
    margin: 18px auto 0 !important;
    padding: 6px 12px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ed087d;
    border-radius: 999px;
    background: color-mix(in srgb, #ed087d 6%, var(--fvh-property-surface));
    color: color-mix(in srgb, #ed087d 76%, var(--fvh-property-ink));
    font-size: .72rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.fvh-modern-property__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 360px);
    align-items: start;
    gap: clamp(38px, 5vw, 78px);
}

.fvh-modern-property-content {
    min-width: 0;
}

.fvh-modern-property-nav {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    width: 100%;
    overflow-x: auto;
    border: 1px solid var(--fvh-property-border);
    background: var(--fvh-property-soft);
    scrollbar-width: none;
}

.fvh-modern-property-nav::-webkit-scrollbar {
    display: none;
}

.fvh-modern-property-nav a {
    position: relative;
    display: grid;
    min-width: 150px;
    min-height: 54px;
    flex: 1 0 auto;
    place-items: center;
    padding: 12px 18px;
    color: var(--fvh-property-ink);
    font-size: .9rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.fvh-modern-property-nav a::after {
    position: absolute;
    right: 18px;
    bottom: -1px;
    left: 18px;
    height: 3px;
    border-radius: 3px 3px 0 0;
    background: var(--fvh-property-accent);
    content: "";
    opacity: 0;
    transform: scaleX(.55);
    transition: opacity .18s ease, transform .18s ease;
}

.fvh-modern-property-nav a:hover,
.fvh-modern-property-nav a[aria-current="location"] {
    color: var(--fvh-property-accent);
}

.fvh-modern-property-nav a[aria-current="location"]::after {
    opacity: 1;
    transform: scaleX(1);
}

.fvh-modern-property-nav a:focus-visible,
.fvh-modern-description__toggle:focus-visible,
.fvh-modern-booking-submit:focus-visible,
.fvh-modern-booking-form input:focus-visible {
    outline: 3px solid var(--fvh-palette-focus, var(--fvh-property-accent));
    outline-offset: 2px;
}

body.admin-bar .fvh-modern-property-nav {
    top: 32px;
}

.fvh-modern-property-section {
    scroll-margin-top: 78px;
    padding: 42px 0;
    border-bottom: 1px solid var(--fvh-property-border);
}

.fvh-modern-property-content > .fvh-modern-property-section:first-child {
    padding-top: 30px;
}

.fvh-modern-property-section h2 {
    margin: 0 0 20px;
    font-size: clamp(1.5rem, 2vw, 2rem);
}

.fvh-modern-property-section__intro {
    color: var(--fvh-property-muted);
}

.fvh-modern-description {
    position: relative;
    overflow: hidden;
    line-height: 1.7;
    transition: max-height .32s ease;
}

/*
 * Streamline descriptions can contain Bootstrap-style grid markup. Recreate
 * only the small presentation subset that stored property content needs so
 * the modern template remains independent from Bootstrap.
 */
.fvh-modern-description .row {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: clamp(14px, 2vw, 24px);
    width: 100%;
    margin: 0;
}

.fvh-modern-description .row > [class*="col-"] {
    min-width: 0;
}

.fvh-modern-description .row > .col-sm-12 {
    grid-column: span 12;
}

.fvh-modern-description .row > .col-sm-6 {
    grid-column: span 6;
}

.fvh-modern-description .row > .col-sm-4 {
    grid-column: span 4;
}

.fvh-modern-description .row > .col-sm-3 {
    grid-column: span 3;
}

.fvh-modern-description .row > [class*="col-"] > img,
.fvh-modern-description img.img-responsive {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-inline: auto;
}

.fvh-modern-description .row > [class*="col-"] > img + p {
    margin: 8px 0 0;
    line-height: 1.4;
    text-align: center;
}

.fvh-modern-description.is-collapsed {
    max-height: 34em;
}

.fvh-modern-description.is-collapsed::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 70px;
    background: linear-gradient(transparent, var(--fvh-property-page));
    content: "";
    pointer-events: none;
}

.fvh-modern-description__toggle,
.fvh-modern-description__toggle:hover,
.fvh-modern-description__toggle:focus,
.fvh-modern-description__toggle:active,
.fvh-modern-description__toggle[aria-expanded="true"] {
    min-height: 42px;
    margin-top: 16px;
    padding: 8px 0;
    border: 0 !important;
    border-bottom: 2px solid currentColor !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--fvh-property-ink) !important;
    font: inherit;
    font-weight: 800;
    text-transform: uppercase;
    transform: none !important;
    cursor: pointer;
}

.fvh-modern-description__toggle:hover {
    color: var(--fvh-property-accent) !important;
}

.fvh-modern-description__toggle:focus-visible {
    outline: 3px solid var(--fvh-palette-focus, var(--fvh-property-accent)) !important;
    outline-offset: 3px;
}

.fvh-modern-floor-plan__image-preview {
    position: relative;
    display: grid;
    width: 100%;
    height: clamp(360px, 48vw, 650px);
    padding: 18px;
    overflow: hidden;
    place-items: center;
    border: 1px solid var(--fvh-property-border);
    border-radius: var(--fvh-property-radius);
    background: var(--fvh-property-soft);
    color: var(--fvh-property-ink);
    cursor: zoom-in;
}

.fvh-modern-floor-plan__image-preview img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.fvh-modern-floor-plan__image-preview > span {
    position: absolute;
    right: 16px;
    bottom: 16px;
    min-height: 42px;
    padding: 10px 15px;
    border: 1px solid var(--fvh-property-border);
    border-radius: 999px;
    background: var(--fvh-property-surface);
    font-weight: 750;
    box-shadow: 0 4px 18px rgba(18, 15, 23, .16);
}

.fvh-modern-floor-plan__interactive {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    padding: 22px;
    border: 1px solid var(--fvh-property-border);
    border-radius: var(--fvh-property-radius);
    background: var(--fvh-property-surface);
}

.fvh-modern-floor-plan__interactive > svg {
    width: 46px;
    height: 46px;
    padding: 9px;
    border-radius: 13px;
    background: var(--fvh-property-soft);
    fill: none;
    stroke: var(--fvh-property-accent);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
}

.fvh-modern-floor-plan__interactive strong,
.fvh-modern-floor-plan__interactive span {
    display: block;
}

.fvh-modern-floor-plan__interactive span {
    margin-top: 4px;
    color: var(--fvh-property-muted);
    font-size: .88rem;
}

.fvh-modern-floor-plan__interactive button,
.fvh-modern-floor-plan__external {
    display: inline-flex;
    min-height: 46px;
    padding: 10px 17px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid var(--fvh-property-accent);
    border-radius: 999px;
    background: transparent;
    color: var(--fvh-property-accent);
    font: inherit;
    font-weight: 750;
    text-decoration: none;
    cursor: pointer;
}

.fvh-modern-floor-plan__interactive button:hover,
.fvh-modern-floor-plan__external:hover {
    background: var(--fvh-property-accent);
    color: var(--fvh-property-on-accent);
}

.fvh-modern-floor-plan__image-preview:focus-visible,
.fvh-modern-floor-plan__interactive button:focus-visible,
.fvh-modern-floor-plan__external:focus-visible,
.fvh-modern-floor-plan-dialog__actions a:focus-visible,
.fvh-modern-floor-plan-dialog__close:focus-visible {
    outline: 3px solid var(--fvh-palette-focus, var(--fvh-property-accent));
    outline-offset: 3px;
}

.fvh-modern-floor-plan-dialog {
    position: fixed;
    inset: 0;
    width: min(1200px, calc(100vw - 40px));
    max-width: none;
    height: min(90dvh, 940px);
    max-height: none;
    margin: auto;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--fvh-property-border);
    border-radius: var(--fvh-property-radius);
    background: var(--fvh-property-surface);
    color: var(--fvh-property-ink);
    box-shadow: 0 28px 80px rgba(18, 15, 23, .3);
}

.fvh-modern-floor-plan-dialog[open] {
    display: flex;
    flex-direction: column;
}

.fvh-modern-floor-plan-dialog::backdrop {
    background: rgba(18, 15, 23, .78);
    backdrop-filter: blur(2px);
}

.fvh-modern-floor-plan-dialog__header {
    display: flex;
    min-height: 70px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 14px 18px;
    border-bottom: 1px solid var(--fvh-property-border);
    background: var(--fvh-property-surface);
}

.fvh-modern-floor-plan-dialog__header h2 {
    margin: 0;
    font-size: 1.2rem;
}

.fvh-modern-floor-plan-dialog__actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.fvh-modern-floor-plan-dialog__actions a {
    color: var(--fvh-property-accent);
    font-size: .88rem;
    font-weight: 700;
    text-decoration: none;
}

.fvh-modern-floor-plan-dialog__close {
    display: inline-flex;
    min-height: 44px;
    padding: 8px 13px;
    align-items: center;
    gap: 6px;
    border: 1px solid var(--fvh-property-border);
    border-radius: 999px;
    background: var(--fvh-property-surface);
    color: inherit;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.fvh-modern-floor-plan-dialog__close > span {
    font-size: 24px;
    font-weight: 400;
    line-height: .8;
}

.fvh-modern-floor-plan-dialog__content {
    display: grid;
    min-height: 0;
    flex: 1 1 auto;
    place-items: center;
    overflow: auto;
    background: var(--fvh-property-soft);
}

.fvh-modern-floor-plan-dialog__content > img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    padding: 18px;
    object-fit: contain;
}

.fvh-modern-floor-plan-dialog__content > iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background: var(--fvh-property-surface);
}

.fvh-modern-booking-panel {
    position: sticky;
    top: 82px;
    margin-top: 14px;
    padding: 22px;
    overflow: visible;
    border: 1px solid var(--fvh-property-border);
    border-radius: var(--fvh-property-radius);
    background: var(--fvh-property-surface);
    box-shadow: 0 16px 45px rgba(36, 33, 41, .1);
}

body.admin-bar .fvh-modern-booking-panel {
    top: 114px;
}

.fvh-modern-booking-benefits {
    display: grid;
    gap: 10px;
    margin: 0 0 16px;
}

.fvh-modern-booking-benefit {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 12px;
    align-items: center;
    gap: 10px;
    border-radius: 13px;
}

.fvh-modern-booking-benefit--pricing {
    border: 1px solid color-mix(in srgb, var(--fvh-property-accent) 16%, var(--fvh-property-border));
    background: color-mix(in srgb, var(--fvh-property-accent) 7%, var(--fvh-property-surface));
}

.fvh-modern-booking-benefit--flex30 {
    border: 1px solid color-mix(in srgb, #ed087d 28%, var(--fvh-property-border));
    background: color-mix(in srgb, #ed087d 6%, var(--fvh-property-surface));
}

.fvh-modern-booking-benefit__icon {
    display: grid;
    width: 32px;
    height: 32px;
    align-self: center;
    place-items: center;
    border-radius: 50%;
    background: var(--fvh-property-accent);
    color: var(--fvh-property-on-accent);
    font-size: .9rem;
    font-weight: 800;
    font-feature-settings: "lnum" 1, "tnum" 1;
    font-variant-numeric: lining-nums tabular-nums;
}

.fvh-modern-booking-benefit--flex30 .fvh-modern-booking-benefit__icon {
    border: 2px solid #ed087d;
    background: transparent;
    color: color-mix(in srgb, #ed087d 76%, var(--fvh-property-ink));
    font-size: .68rem;
}

.fvh-modern-booking-benefit > div > strong,
.fvh-modern-booking-benefit > div > span,
.fvh-modern-booking-benefit > div > small {
    display: block;
}

.fvh-modern-booking-benefit strong {
    color: var(--fvh-property-ink);
    font-size: .86rem;
    font-weight: 750;
    line-height: 1.3;
}

.fvh-modern-booking-benefit div > span {
    margin-top: 3px;
    color: var(--fvh-property-muted);
    font-size: .75rem;
    line-height: 1.45;
}

.fvh-modern-booking-benefit small {
    margin-top: 5px;
    color: var(--fvh-property-muted);
    font-size: .66rem;
    line-height: 1.35;
}

.fvh-modern-booking-form {
    display: grid;
    gap: 14px;
}

.fvh-modern-booking-form__dates {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.fvh-modern-booking-field {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    width: 100%;
    min-width: 0;
    min-height: 70px;
    padding: 10px 12px;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--fvh-property-border);
    border-radius: 13px;
    background: var(--fvh-property-surface);
    color: var(--fvh-property-ink);
    font: inherit;
    text-align: left;
    text-transform: none !important;
    cursor: pointer;
}

.fvh-modern-booking-panel .fvh-modern-booking-field:hover,
.fvh-modern-booking-panel .fvh-modern-booking-field:active,
.fvh-modern-booking-panel .fvh-modern-booking-field:focus,
.fvh-modern-booking-field:hover,
.fvh-modern-booking-field[aria-expanded="true"] {
    border-color: var(--fvh-property-border) !important;
    background: var(--fvh-property-surface) !important;
    box-shadow: none !important;
    color: var(--fvh-property-ink) !important;
    text-transform: none !important;
    transform: none !important;
}

.fvh-modern-booking-field:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--fvh-property-accent) 28%, transparent);
    outline-offset: 2px;
}

.fvh-modern-booking-field svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.fvh-modern-booking-field > span {
    display: grid;
    min-width: 0;
    gap: 2px;
}

.fvh-modern-booking-field small {
    color: var(--fvh-property-muted);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none !important;
}

.fvh-modern-booking-field strong {
    overflow: hidden;
    font-size: 1rem;
    font-weight: 650;
    line-height: 1.2;
    text-transform: none !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fvh-modern-booking-field--guests {
    min-height: 72px;
}

.fvh-modern-booking-popover[hidden] {
    display: none !important;
}

.fvh-modern-booking-popover {
    position: absolute;
    right: 0;
    z-index: 120;
    display: grid;
    width: min(760px, calc(100vw - 32px));
    max-height: min(760px, calc(100vh - 40px));
    overflow: auto;
    border: 1px solid var(--fvh-property-border);
    border-radius: 20px;
    background: var(--fvh-property-surface);
    box-shadow: 0 24px 70px rgba(36, 33, 41, .2);
}

.fvh-modern-booking-popover--guests {
    width: min(390px, calc(100vw - 32px));
}

.fvh-modern-booking-popover__header,
.fvh-modern-booking-popover__actions {
    display: flex;
    min-height: 58px;
    padding: 12px 16px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.fvh-modern-booking-popover__header {
    border-bottom: 1px solid var(--fvh-property-border);
}

.fvh-modern-booking-popover__header > strong {
    font-size: 1.05rem;
}

.fvh-modern-booking-popover__close {
    display: grid;
    width: 38px;
    height: 38px;
    padding: 0;
    place-items: center;
    border: 1px solid var(--fvh-property-border);
    border-radius: 50%;
    background: color-mix(in srgb, var(--fvh-property-ink) 5%, var(--fvh-property-surface)) !important;
    box-shadow: none !important;
    color: var(--fvh-property-ink) !important;
    font: inherit;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    text-transform: none !important;
    transform: none !important;
    cursor: pointer;
}

.fvh-modern-booking-popover__close:hover,
.fvh-modern-booking-popover__close:active {
    border-color: var(--fvh-property-border) !important;
    background: color-mix(in srgb, var(--fvh-property-ink) 9%, var(--fvh-property-surface)) !important;
    box-shadow: none !important;
    color: var(--fvh-property-ink) !important;
    transform: none !important;
}

.fvh-modern-booking-popover__close:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--fvh-property-accent) 28%, transparent);
    outline-offset: 2px;
}

.fvh-modern-booking-popover__actions {
    border-top: 1px solid var(--fvh-property-border);
}

.fvh-modern-booking-popover__actions button {
    min-height: 42px;
    padding: 8px 15px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--fvh-property-ink);
    font: inherit;
    font-weight: 750;
    cursor: pointer;
}

.fvh-modern-booking-popover__actions button:not(.is-primary) {
    padding-inline: 2px;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.fvh-modern-booking-popover__actions button.is-primary {
    min-width: 92px;
    background: var(--fvh-property-accent);
    color: var(--fvh-property-on-accent);
}

.fvh-modern-booking-popover__actions button:disabled,
.fvh-modern-booking-popover__close:disabled {
    opacity: .38;
    cursor: default;
}

.fvh-modern-calendar.fvh-modern-booking-calendar {
    --fvh-modern-calendar-padding: 18px;
    min-height: 390px;
    padding: 18px;
    border: 0;
    border-radius: 0;
}

.fvh-modern-booking-guests-row {
    display: flex;
    padding: 24px 18px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.fvh-modern-booking-guests-row > div:first-child {
    display: grid;
    gap: 4px;
}

.fvh-modern-booking-guests-row span {
    color: var(--fvh-property-muted);
    font-size: .85rem;
}

.fvh-modern-booking-guests-control {
    display: grid;
    gap: 7px;
}

.fvh-modern-booking-guest-value {
    margin: 0 4px;
    padding: 0;
    color: var(--fvh-property-muted);
    font-size: .78rem;
    font-weight: 600;
    line-height: 1.35;
    font-feature-settings: "lnum" 1, "tnum" 1;
    font-variant-numeric: lining-nums tabular-nums;
}

.fvh-modern-booking-guest-value--popover {
    margin: -6px 18px 20px;
    padding: 11px 13px;
    border: 1px solid color-mix(in srgb, var(--fvh-property-accent) 16%, var(--fvh-property-border));
    border-radius: 12px;
    background: color-mix(in srgb, var(--fvh-property-accent) 7%, var(--fvh-property-surface));
    color: var(--fvh-property-ink);
    font-size: .85rem;
    font-weight: 650;
    line-height: 1.4;
}

.fvh-modern-booking-stepper {
    display: flex;
    align-items: center;
    gap: 14px;
}

.fvh-modern-booking-stepper button {
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid var(--fvh-property-border);
    border-radius: 50%;
    background: transparent;
    color: inherit;
    font: inherit;
    font-size: 22px;
    cursor: pointer;
}

.fvh-modern-booking-stepper button:disabled {
    opacity: .35;
    cursor: default;
}

.fvh-modern-booking-stepper > strong {
    min-width: 28px;
    font-size: 1.35rem;
    text-align: center;
}

.fvh-modern-coupon[hidden],
.fvh-modern-coupon__body[hidden],
.fvh-modern-coupon__feedback [hidden] {
    display: none !important;
}

.fvh-modern-coupon {
    display: grid;
    padding: 2px 0;
}

.fvh-modern-coupon__toggle,
.fvh-modern-coupon__toggle:hover,
.fvh-modern-coupon__toggle:active,
.fvh-modern-coupon__toggle:focus {
    display: flex;
    width: 100%;
    min-height: 42px;
    padding: 7px 0;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--fvh-property-ink) !important;
    font: inherit;
    font-size: .9rem;
    font-weight: 700;
    text-align: left;
    text-transform: none !important;
    transform: none !important;
    cursor: pointer;
}

.fvh-modern-coupon__toggle > span:last-child {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1;
}

.fvh-modern-coupon__toggle:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--fvh-property-accent) 24%, transparent);
    outline-offset: 2px;
}

.fvh-modern-coupon__body {
    display: grid;
    padding: 9px 0 5px;
    gap: 8px;
}

.fvh-modern-coupon__body > label {
    color: var(--fvh-property-muted);
    font-size: .78rem;
    font-weight: 700;
}

.fvh-modern-coupon__controls {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
}

.fvh-modern-coupon__controls input {
    width: 100%;
    min-width: 0;
    min-height: 46px;
    padding: 9px 12px;
    border: 1px solid var(--fvh-property-border);
    border-radius: 11px;
    background: var(--fvh-property-surface);
    color: var(--fvh-property-ink);
    font: inherit;
    font-size: .92rem;
}

.fvh-modern-coupon__controls input:focus {
    border-color: var(--fvh-property-accent);
    outline: 3px solid color-mix(in srgb, var(--fvh-property-accent) 20%, transparent);
    outline-offset: 1px;
}

.fvh-modern-coupon__controls button,
.fvh-modern-coupon__controls button:hover,
.fvh-modern-coupon__controls button:active,
.fvh-modern-coupon__controls button:focus {
    min-width: 82px;
    min-height: 46px;
    padding: 8px 14px;
    border: 1px solid var(--fvh-property-accent) !important;
    border-radius: 11px;
    background: var(--fvh-property-accent) !important;
    box-shadow: none !important;
    color: var(--fvh-property-on-accent) !important;
    font: inherit;
    font-size: .86rem;
    font-weight: 750;
    text-transform: none !important;
    transform: none !important;
    cursor: pointer;
}

.fvh-modern-coupon__controls button:disabled {
    opacity: .42;
    cursor: default;
}

.fvh-modern-coupon__feedback {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.fvh-modern-coupon__feedback p {
    margin: 0;
    color: var(--fvh-property-muted);
    font-size: .79rem;
    font-weight: 600;
    line-height: 1.4;
}

.fvh-modern-coupon__feedback p[data-state="success"] {
    color: #237a45;
}

.fvh-modern-coupon__feedback p[data-state="error"] {
    color: #a23a32;
}

.fvh-modern-coupon__feedback button,
.fvh-modern-coupon__feedback button:hover,
.fvh-modern-coupon__feedback button:active,
.fvh-modern-coupon__feedback button:focus {
    flex: 0 0 auto;
    padding: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--fvh-property-ink) !important;
    font: inherit;
    font-size: .76rem;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-transform: none !important;
    transform: none !important;
    cursor: pointer;
}

.fvh-modern-booking-price {
    display: grid;
    gap: 5px;
    padding: 18px 0;
    border-top: 1px solid var(--fvh-property-border);
    border-bottom: 1px solid var(--fvh-property-border);
    font-feature-settings: "lnum" 1, "tnum" 1;
    font-variant-numeric: lining-nums tabular-nums;
}

.fvh-modern-booking-price > [data-modern-booking-price-content] {
    display: grid;
    gap: 6px;
}

.fvh-modern-booking-price span,
.fvh-modern-booking-price__before {
    color: var(--fvh-property-muted);
    font-size: .85rem;
}

.fvh-modern-booking-price__before {
    width: fit-content;
}

.fvh-modern-booking-price__total {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 7px;
}

.fvh-modern-booking-price__amount {
    color: var(--fvh-property-ink);
    font-size: clamp(1.4rem, 2.5vw, 1.75rem);
    font-weight: 800;
    line-height: 1.1;
}

.fvh-modern-booking-price .fvh-modern-booking-price__nights {
    color: var(--fvh-property-ink);
    font-size: .95rem;
    font-weight: 650;
}

.fvh-modern-booking-price .fvh-modern-booking-price__discount {
    width: fit-content;
    padding: 5px 9px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--fvh-property-accent) 10%, transparent);
    color: var(--fvh-property-accent);
    font-size: .76rem;
    font-weight: 750;
}

.fvh-modern-booking-price[data-state="unavailable"] > [data-modern-booking-price-content] > strong,
.fvh-modern-booking-price[data-state="error"] > [data-modern-booking-price-content] > strong {
    color: var(--fvh-property-ink);
}

.fvh-modern-booking-price[data-state="loading"] > [data-modern-booking-price-content] > strong::before {
    display: inline-block;
    width: .8em;
    height: .8em;
    margin-right: 8px;
    border: 2px solid color-mix(in srgb, var(--fvh-property-accent) 24%, transparent);
    border-top-color: var(--fvh-property-accent);
    border-radius: 50%;
    content: "";
    animation: fvh-modern-booking-spin .75s linear infinite;
}

.fvh-modern-booking-price__retry,
.fvh-modern-booking-price__retry:hover,
.fvh-modern-booking-price__retry:active,
.fvh-modern-booking-price__retry:focus {
    width: fit-content;
    min-height: 38px;
    margin-top: 7px;
    padding: 7px 13px;
    border: 1px solid var(--fvh-property-border) !important;
    border-radius: 999px;
    background: var(--fvh-property-surface) !important;
    box-shadow: none !important;
    color: var(--fvh-property-ink) !important;
    font: inherit;
    font-size: .85rem;
    font-weight: 700;
    text-transform: none !important;
    transform: none !important;
    cursor: pointer;
}

.fvh-modern-booking-price__retry:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--fvh-property-accent) 24%, transparent);
    outline-offset: 2px;
}

@keyframes fvh-modern-booking-spin {
    to {
        transform: rotate(360deg);
    }
}

.fvh-modern-booking-disclosure {
    border: 1px solid var(--fvh-property-border);
    border-radius: 12px;
    background: color-mix(in srgb, var(--fvh-property-ink) 3%, var(--fvh-property-surface));
}

.fvh-modern-booking-disclosure summary {
    display: flex;
    min-height: 44px;
    padding: 10px 13px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: var(--fvh-property-ink);
    font-size: .86rem;
    font-weight: 700;
    list-style: none;
    cursor: pointer;
}

.fvh-modern-booking-disclosure summary::-webkit-details-marker {
    display: none;
}

.fvh-modern-booking-disclosure summary::after {
    flex: 0 0 auto;
    color: var(--fvh-property-muted);
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1;
    content: "+";
}

.fvh-modern-booking-disclosure[open] summary::after {
    content: "−";
}

.fvh-modern-booking-disclosure summary:focus-visible {
    border-radius: 11px;
    outline: 3px solid color-mix(in srgb, var(--fvh-property-accent) 24%, transparent);
    outline-offset: 2px;
}

.fvh-modern-booking-disclosure__content {
    display: grid;
    padding: 0 13px 13px;
    gap: 6px;
}

.fvh-modern-booking-disclosure__content p {
    margin: 0;
    color: var(--fvh-property-muted);
    font-size: .78rem;
    line-height: 1.45;
}

.fvh-modern-booking-submit {
    min-height: 52px;
    border: 0;
    border-radius: 12px;
    background: var(--fvh-property-accent);
    color: var(--fvh-property-on-accent);
    font: inherit;
    font-weight: 800;
}

.fvh-modern-booking-submit:disabled {
    opacity: .5;
}

.fvh-modern-booking-submit:not(:disabled):hover {
    background: var(--fvh-property-accent-hover);
}

.fvh-modern-booking-submit-status {
    margin: -2px 2px 0;
    color: var(--fvh-property-muted);
    font-size: .82rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}

.fvh-modern-booking-submit-status[data-state="error"] {
    color: var(--fvh-property-error, #b42318);
}

.fvh-modern-mobile-booking-bar {
    display: none;
}

.fvh-modern-calendar {
    --fvh-modern-calendar-padding: 20px;
    position: relative;
    min-height: 440px;
    padding: 20px;
    border: 1px solid var(--fvh-property-border);
    border-radius: var(--fvh-property-radius);
    background: var(--fvh-property-surface);
    font-feature-settings: "lnum" 1, "tnum" 1;
    font-variant-numeric: lining-nums tabular-nums;
}

.fvh-modern-rates-quote {
    display: none;
    min-height: 64px;
    margin-top: 16px;
    padding: 13px 16px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid color-mix(in srgb, var(--fvh-property-accent) 24%, var(--fvh-property-border));
    border-radius: 14px;
    background: color-mix(in srgb, var(--fvh-property-accent) 7%, var(--fvh-property-surface));
}

.fvh-modern-rates-quote[hidden] {
    display: none;
}

.fvh-modern-rates-quote strong {
    color: var(--fvh-property-ink);
    font-size: 1rem;
    font-feature-settings: "lnum" 1, "tnum" 1;
    font-variant-numeric: lining-nums tabular-nums;
}

.fvh-modern-rates-quote a {
    flex: 0 0 auto;
    color: var(--fvh-property-accent);
    font-size: .88rem;
    font-weight: 750;
    text-underline-offset: 4px;
}

.fvh-modern-rates-quote[data-state="loading"] strong {
    color: var(--fvh-property-muted);
}

.fvh-modern-calendar__controls {
    position: absolute;
    top: var(--fvh-modern-calendar-padding);
    right: var(--fvh-modern-calendar-padding);
    left: var(--fvh-modern-calendar-padding);
    z-index: 2;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    pointer-events: none;
}

.fvh-modern-calendar__controls button {
    display: grid;
    width: 40px;
    height: 40px;
    min-height: 40px;
    padding: 0;
    place-items: center;
    border: 1px solid var(--fvh-property-border);
    border-radius: 999px;
    background: var(--fvh-property-surface) !important;
    box-shadow: none !important;
    color: var(--fvh-property-ink) !important;
    font: inherit;
    font-size: 27px;
    font-weight: 300;
    line-height: 1;
    pointer-events: auto;
    text-transform: none !important;
    transform: none !important;
    cursor: pointer;
}

.fvh-modern-calendar__controls button:hover,
.fvh-modern-calendar__controls button:active {
    border-color: var(--fvh-property-border) !important;
    background: color-mix(in srgb, var(--fvh-property-ink) 5%, var(--fvh-property-surface)) !important;
    box-shadow: none !important;
    color: var(--fvh-property-ink) !important;
    transform: none !important;
}

.fvh-modern-calendar__controls button:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--fvh-property-accent) 24%, transparent);
    outline-offset: 2px;
}

.fvh-modern-calendar__controls button:disabled {
    opacity: .28;
    cursor: default;
}

.fvh-modern-calendar__months {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.fvh-modern-calendar__month h3 {
    display: flex;
    min-height: 40px;
    margin: 0 0 14px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.fvh-modern-calendar__weekdays,
.fvh-modern-calendar__days {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.fvh-modern-calendar__weekdays span {
    padding: 6px 2px;
    color: var(--fvh-property-muted);
    font-size: .72rem;
    text-align: center;
}

.fvh-modern-calendar__day {
    position: relative;
    display: grid;
    place-items: center;
    min-width: 0;
    min-height: 58px;
    padding: 5px 2px;
    border: 1px solid transparent;
    border-radius: 9px;
    background: transparent;
    color: #191e3b !important;
    font: inherit;
    font-weight: 500;
    cursor: pointer;
}

.fvh-modern-calendar__day small {
    color: #191e3b !important;
    font-size: .65rem;
}

.fvh-modern-calendar__day:not(:disabled):not(.is-selected):hover {
    border-color: var(--fvh-property-accent) !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #191e3b !important;
    transform: none !important;
}

.fvh-modern-calendar__day:not(:disabled):focus-visible {
    border-color: var(--fvh-property-accent);
    outline: 2px solid color-mix(in srgb, var(--fvh-property-accent) 24%, transparent);
    outline-offset: 1px;
}

.fvh-modern-calendar__day.is-unavailable {
    color: #aaa5ae !important;
    text-decoration: line-through;
    cursor: not-allowed;
}

.fvh-modern-calendar__day.is-unavailable small {
    color: #aaa5ae !important;
}

.fvh-modern-calendar__day.is-checkout-only,
.fvh-modern-calendar__day.is-checkin-only {
    background: transparent;
}

.fvh-modern-calendar__day.is-in-range {
    border-radius: 0;
    background: rgba(95, 39, 220, .1);
}

.fvh-modern-calendar__day.is-selected {
    border-radius: 9px;
    background: var(--fvh-property-accent);
    color: var(--fvh-property-on-accent) !important;
}

.fvh-modern-calendar__day.is-selected small {
    color: var(--fvh-property-on-accent) !important;
}

.fvh-modern-calendar__message {
    min-height: 1.5em;
    margin: 16px 0 0;
    color: var(--fvh-property-muted);
    font-weight: 600;
}

/* Prevent global themes from assigning their own surface to the generic ID. */
.fvh-modern-property #location.fvh-modern-property-section {
    background: transparent !important;
}

.fvh-modern-location__label {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: -8px 0 20px;
    color: var(--fvh-property-muted);
    font-weight: 600;
}

.fvh-modern-location__label svg {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.fvh-modern-location__map {
    width: 100%;
    min-height: 390px;
    overflow: hidden;
    border: 1px solid var(--fvh-property-border);
    border-radius: var(--fvh-property-radius);
    background: var(--fvh-property-soft);
}

.fvh-modern-location__map iframe {
    display: block;
    width: 100%;
    height: 390px;
    border: 0;
}

.fvh-modern-location__actions {
    margin: 14px 0 0;
    text-align: right;
}

.fvh-modern-location__actions a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    gap: 7px;
    color: var(--fvh-property-accent);
    font-weight: 750;
    text-decoration: none;
}

.fvh-modern-location__actions a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.fvh-modern-location__actions a:focus-visible {
    border-radius: 4px;
    outline: 3px solid var(--fvh-palette-focus, var(--fvh-property-accent));
    outline-offset: 3px;
}

.fvh-modern-reviews {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.fvh-modern-reviews-heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
}

.fvh-modern-reviews-heading > p {
    margin: 0;
    color: var(--fvh-property-rating);
    font-size: 1.1rem;
    font-weight: 800;
}

.fvh-modern-review {
    padding: 20px;
    border: 1px solid var(--fvh-property-border);
    border-radius: 14px;
    background: var(--fvh-property-surface);
}

.fvh-modern-review h3,
.fvh-modern-review p {
    margin-top: 0;
}

.fvh-modern-review__rating {
    color: var(--fvh-property-rating);
    font-weight: 800;
}

.fvh-modern-review__rating.is-unscored {
    color: var(--fvh-property-muted);
}

.fvh-modern-reviews__open,
.fvh-modern-reviews__load-more {
    min-height: 48px;
    margin-top: 22px;
    padding: 10px 20px;
    border: 1px solid var(--fvh-property-ink);
    border-radius: 999px;
    background: transparent;
    color: var(--fvh-property-ink);
    font: inherit;
    font-weight: 750;
    cursor: pointer;
}

.fvh-modern-reviews__open:hover,
.fvh-modern-reviews__load-more:hover {
    border-color: var(--fvh-property-accent);
    color: var(--fvh-property-accent);
}

.fvh-modern-reviews__open:focus-visible,
.fvh-modern-reviews__load-more:focus-visible,
.fvh-modern-reviews-dialog__close:focus-visible {
    outline: 3px solid var(--fvh-palette-focus, var(--fvh-property-accent));
    outline-offset: 3px;
}

.fvh-modern-reviews__load-more {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.fvh-modern-reviews__load-more[hidden] {
    display: none;
}

.fvh-modern-reviews__load-more:disabled {
    cursor: wait;
    opacity: .65;
}

.fvh-modern-reviews-dialog {
    width: min(1040px, calc(100vw - 40px));
    max-width: none;
    height: min(86dvh, 900px);
    max-height: none;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--fvh-property-border);
    border-radius: var(--fvh-property-radius);
    background: var(--fvh-property-surface);
    color: var(--fvh-property-ink);
    box-shadow: 0 28px 80px rgba(18, 15, 23, .28);
}

.fvh-modern-reviews-dialog[open] {
    display: flex;
    flex-direction: column;
}

.fvh-modern-reviews-dialog::backdrop {
    background: rgba(18, 15, 23, .72);
    backdrop-filter: blur(2px);
}

.fvh-modern-reviews-dialog__header {
    z-index: 2;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 22px;
    border-bottom: 1px solid var(--fvh-property-border);
    background: var(--fvh-property-surface);
}

.fvh-modern-reviews-dialog__header h2,
.fvh-modern-reviews-dialog__header p {
    margin: 0;
}

.fvh-modern-reviews-dialog__header h2 {
    font-size: 1.45rem;
}

.fvh-modern-reviews-dialog__header p {
    margin-top: 3px;
    color: var(--fvh-property-muted);
    font-size: .88rem;
}

.fvh-modern-reviews-dialog__close {
    display: inline-flex;
    min-height: 44px;
    padding: 8px 14px;
    align-items: center;
    gap: 6px;
    border: 1px solid var(--fvh-property-border);
    border-radius: 999px;
    background: var(--fvh-property-surface);
    color: inherit;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.fvh-modern-reviews-dialog__close span {
    font-size: 24px;
    font-weight: 400;
    line-height: .8;
}

.fvh-modern-reviews-dialog__content {
    min-height: 0;
    flex: 1 1 auto;
    padding: 22px;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.fvh-modern-reviews-dialog__status {
    color: var(--fvh-property-muted);
    font-weight: 650;
}

.fvh-modern-reviews-dialog__status:empty {
    display: none;
}

.fvh-modern-reviews--dialog:empty {
    display: none;
}

@media (max-width: 1024px) {
    .fvh-modern-rates-quote:not([hidden]) {
        display: flex;
    }

    body.fvh-modern-mobile-booking-bar-visible .fvh-modern-property {
        padding-bottom: calc(88px + env(safe-area-inset-bottom));
    }

    .fvh-modern-mobile-booking-bar:not([hidden]) {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 99990;
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) auto;
        min-height: 76px;
        padding: 10px max(14px, env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));
        align-items: center;
        gap: 12px;
        border-top: 1px solid var(--fvh-property-border);
        background: var(--fvh-property-surface);
        box-shadow: 0 -12px 32px rgba(18, 15, 23, .14);
    }

    .fvh-modern-mobile-booking-bar:not([data-state="priced"]) {
        grid-template-columns: auto minmax(0, 1fr);
    }

    body.fvh-modern-booking-layer-open .fvh-modern-mobile-booking-bar {
        display: none !important;
    }

    .fvh-modern-mobile-booking-bar__explore {
        color: var(--fvh-property-ink);
        font-size: .82rem;
        font-weight: 700;
        text-decoration: underline;
        text-underline-offset: 4px;
    }

    .fvh-modern-mobile-booking-bar__price {
        display: grid;
        min-width: 0;
        margin: 0;
        justify-items: end;
        color: var(--fvh-property-ink);
        font-feature-settings: "lnum" 1, "tnum" 1;
        font-variant-numeric: lining-nums tabular-nums;
        text-decoration: none;
        text-transform: none;
    }

    .fvh-modern-mobile-booking-bar__price[hidden] {
        display: none;
    }

    .fvh-modern-mobile-booking-bar__price s {
        color: var(--fvh-property-muted);
        font-size: .68rem;
        line-height: 1.15;
        white-space: nowrap;
    }

    .fvh-modern-mobile-booking-bar__price strong {
        overflow: hidden;
        color: var(--fvh-property-ink);
        font-size: .95rem;
        line-height: 1.2;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .fvh-modern-mobile-booking-bar__price span {
        color: var(--fvh-property-muted);
        font-size: .72rem;
        white-space: nowrap;
    }

    .fvh-modern-mobile-booking-bar__price:focus-visible,
    .fvh-modern-mobile-booking-bar__explore:focus-visible,
    .fvh-modern-mobile-booking-bar__submit:focus-visible {
        outline: 3px solid var(--fvh-palette-focus, var(--fvh-property-accent));
        outline-offset: 2px;
    }

    .fvh-modern-mobile-booking-bar__submit {
        min-height: 46px;
        padding: 9px 15px;
        border: 0;
        border-radius: 12px;
        background: var(--fvh-property-accent);
        color: var(--fvh-property-on-accent);
        font: inherit;
        font-size: .86rem;
        font-weight: 800;
        text-transform: none;
        cursor: pointer;
    }

    .fvh-modern-mobile-booking-bar__submit:disabled {
        opacity: .55;
    }

    .fvh-modern-gallery {
        height: clamp(390px, 44vw, 520px);
    }

    .fvh-modern-gallery__preview {
        grid-template-columns: 3fr 2fr;
    }

    .fvh-modern-gallery__tile--1 {
        grid-column: 1;
        grid-row: 1 / 3;
    }

    .fvh-modern-gallery__tile--2,
    .fvh-modern-gallery__tile--3 {
        grid-column: 2;
    }

    .fvh-modern-gallery__tile--2 {
        grid-row: 1;
    }

    .fvh-modern-gallery__tile--3 {
        grid-row: 2;
    }

    .fvh-modern-gallery__tile--4,
    .fvh-modern-gallery__tile--5 {
        display: none;
    }

    .fvh-modern-gallery[data-preview-count="1"] .fvh-modern-gallery__preview {
        display: block;
    }

    .fvh-modern-gallery[data-preview-count="2"] .fvh-modern-gallery__preview {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: minmax(0, 1fr);
    }

    .fvh-modern-gallery[data-preview-count="2"] .fvh-modern-gallery__tile--1,
    .fvh-modern-gallery[data-preview-count="2"] .fvh-modern-gallery__tile--2 {
        display: block;
        grid-row: 1;
    }

    .fvh-modern-gallery[data-preview-count="2"] .fvh-modern-gallery__tile--1 {
        grid-column: 1;
    }

    .fvh-modern-gallery[data-preview-count="2"] .fvh-modern-gallery__tile--2 {
        grid-column: 2;
    }

    .fvh-modern-property__layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
    }

    .fvh-modern-property-content {
        grid-row: auto;
    }

    .fvh-modern-booking-panel {
        position: static;
        grid-row: auto;
        width: min(560px, 100%);
        margin: 30px auto 8px;
    }
}

@media (min-width: 701px) and (max-width: 900px) {
    .fvh-modern-description .row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fvh-modern-description .row > .col-sm-12 {
        grid-column: span 2;
    }

    .fvh-modern-description .row > .col-sm-6,
    .fvh-modern-description .row > .col-sm-4,
    .fvh-modern-description .row > .col-sm-3 {
        grid-column: span 1;
    }
}

@media (max-width: 700px) {
    body.fvh-modern-booking-layer-open {
        overflow: hidden;
    }

    .fvh-modern-description .row {
        grid-template-columns: minmax(0, 1fr);
    }

    .fvh-modern-description .row > .col-sm-12,
    .fvh-modern-description .row > .col-sm-6,
    .fvh-modern-description .row > .col-sm-4,
    .fvh-modern-description .row > .col-sm-3 {
        grid-column: span 1;
    }

    .fvh-modern-property {
        padding: 12px 14px 60px;
    }

    .fvh-modern-gallery {
        width: calc(100vw - 28px);
        height: auto;
        aspect-ratio: 4 / 3;
        border-radius: 15px;
    }

    .fvh-modern-gallery__preview,
    .fvh-modern-gallery[data-preview-count="2"] .fvh-modern-gallery__preview,
    .fvh-modern-gallery[data-preview-count="3"] .fvh-modern-gallery__preview {
        display: block;
    }

    .fvh-modern-gallery__tile {
        display: none;
    }

    .fvh-modern-gallery .fvh-modern-gallery__tile--1 {
        display: block;
        width: 100%;
        height: 100%;
    }

    .fvh-modern-gallery__open {
        right: 12px;
        bottom: 12px;
        min-height: 40px;
        padding: 8px 11px;
        font-size: 12px;
    }

    .fvh-modern-gallery-lightbox__header {
        min-height: 58px;
        padding-block: 7px;
    }

    .fvh-modern-gallery-lightbox__close {
        min-height: 42px;
        padding: 7px 11px;
        font-size: .84rem;
    }

    .fvh-modern-gallery-lightbox__slide {
        padding: 10px 12px 14px;
    }

    .fvh-modern-gallery-lightbox__arrow {
        width: 44px;
        height: 44px;
        font-size: 30px;
    }

    .fvh-modern-gallery-lightbox__arrow.is-previous {
        left: 8px;
    }

    .fvh-modern-gallery-lightbox__arrow.is-next {
        right: 8px;
    }

    .fvh-modern-property-header {
        padding: 25px 4px 22px;
    }

    .fvh-modern-property-header h1 {
        font-size: clamp(1.55rem, 7vw, 2rem);
    }

    .fvh-modern-property-header__location {
        font-size: .9rem;
    }

    .fvh-modern-property-header__facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 18px;
        row-gap: 12px;
    }

    .fvh-modern-property-header__facts li {
        gap: 5px;
        padding: 3px 5px;
        font-size: .74rem;
    }

    .fvh-modern-property-header__facts svg {
        width: 17px;
        height: 17px;
    }

    .fvh-modern-property-nav {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        overflow-x: hidden;
    }

    .fvh-modern-property-nav a {
        min-width: 0;
        width: 100%;
        min-height: 48px;
        padding: 10px 4px;
        font-size: clamp(.66rem, 2.7vw, .78rem);
        letter-spacing: .025em;
    }

    .fvh-modern-property-nav a::after {
        right: 8px;
        left: 8px;
    }

    .fvh-modern-property-section {
        scroll-margin-top: 68px;
        padding: 34px 0;
    }

    .fvh-modern-booking-panel {
        margin-top: 22px;
        padding: 20px;
    }

    .fvh-modern-booking-popover--calendar {
        position: fixed;
        inset: 0;
        z-index: 100000;
        width: 100vw;
        height: 100dvh;
        max-height: none;
        overflow: hidden;
        grid-template-rows: auto minmax(0, 1fr) auto;
        border: 0;
        border-radius: 0;
    }

    .fvh-modern-booking-popover--calendar .fvh-modern-booking-calendar {
        min-height: 0;
        overflow: auto;
        overscroll-behavior: contain;
    }

    .fvh-modern-booking-popover--calendar .fvh-modern-booking-popover__header,
    .fvh-modern-booking-popover--calendar .fvh-modern-booking-popover__actions {
        position: relative;
        z-index: 2;
        background: var(--fvh-property-surface);
    }

    .fvh-modern-booking-popover--guests {
        position: fixed;
        inset: auto 14px 14px;
        z-index: 100000;
        width: auto;
        max-height: calc(100dvh - 28px);
        overflow: auto;
    }

    .fvh-modern-floor-plan__image-preview {
        height: min(118vw, 540px);
        min-height: 310px;
        padding: 10px;
    }

    .fvh-modern-floor-plan__image-preview > span {
        right: 11px;
        bottom: 11px;
        min-height: 40px;
        padding: 8px 11px;
        font-size: .8rem;
    }

    .fvh-modern-floor-plan__interactive {
        grid-template-columns: auto minmax(0, 1fr);
        padding: 17px;
    }

    .fvh-modern-floor-plan__interactive button {
        grid-column: 1 / -1;
        width: 100%;
    }

    .fvh-modern-floor-plan-dialog {
        width: 100vw;
        height: 100dvh;
        margin: 0;
        border: 0;
        border-radius: 0;
    }

    .fvh-modern-floor-plan-dialog__header {
        min-height: 62px;
        padding: 10px 12px;
    }

    .fvh-modern-floor-plan-dialog__header h2 {
        overflow: hidden;
        font-size: 1rem;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .fvh-modern-floor-plan-dialog__close {
        padding: 7px 10px;
    }

    .fvh-modern-gallery-dialog__header {
        padding: 12px 14px;
    }

    .fvh-modern-gallery-dialog__grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        padding: 8px 8px 40px;
        gap: 8px;
    }

    .fvh-modern-gallery-dialog__item:nth-child(n) {
        grid-column: span 3;
        border-radius: 8px;
    }

    .fvh-modern-gallery-dialog__item:nth-child(6n + 3),
    .fvh-modern-gallery-dialog__item:nth-child(6n + 4) {
        grid-column: span 6;
    }

    .fvh-modern-calendar__months,
    .fvh-modern-reviews {
        grid-template-columns: minmax(0, 1fr);
    }

    .fvh-modern-calendar__months .fvh-modern-calendar__month:nth-child(2) {
        display: none;
    }

    .fvh-modern-calendar {
        --fvh-modern-calendar-padding: 12px;
        padding: 12px;
    }

    .fvh-modern-calendar.fvh-modern-booking-calendar {
        --fvh-modern-calendar-padding: 12px;
    }

    .fvh-modern-calendar__day {
        min-height: 52px;
    }

    .fvh-modern-location__map {
        min-height: 320px;
    }

    .fvh-modern-location__map iframe {
        height: 320px;
    }

    .fvh-modern-reviews-dialog {
        width: 100vw;
        height: 100dvh;
        margin: 0;
        border: 0;
        border-radius: 0;
    }

    .fvh-modern-reviews-dialog__header {
        padding: 14px;
    }

    .fvh-modern-reviews-dialog__header h2 {
        font-size: 1.2rem;
    }

    .fvh-modern-reviews-dialog__close {
        padding: 7px 11px;
    }

    .fvh-modern-reviews-dialog__content {
        padding: 14px;
    }
}

@media (max-width: 430px) {
    .fvh-modern-booking-panel {
        padding: 16px;
    }

    .fvh-modern-booking-benefit {
        grid-template-columns: 30px minmax(0, 1fr);
        padding: 11px;
        gap: 9px;
    }

    .fvh-modern-booking-benefit__icon {
        width: 30px;
        height: 30px;
    }

    .fvh-modern-booking-form__dates {
        gap: 8px;
    }

    .fvh-modern-booking-field {
        min-height: 66px;
        padding: 10px;
        gap: 8px;
    }

    .fvh-modern-booking-field svg {
        width: 22px;
        height: 22px;
    }

    .fvh-modern-booking-field strong {
        font-size: .92rem;
    }
}

@media (max-width: 782px) {
    body.admin-bar .fvh-modern-property-nav {
        top: 46px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fvh-modern-description,
    .fvh-modern-gallery__tile img,
    .fvh-modern-property-nav a::after {
        transition: none;
    }

    .fvh-modern-booking-price[data-state="loading"] > [data-modern-booking-price-content] > strong::before {
        animation: none;
    }
}
