body.vg-page--single-hotel {
}

body.vg-page--single-hotel .featured-image {
    width: 480px;
    max-width: 480px;
    aspect-ratio: 1 / 1;
    height: auto;
}

body.vg-page--single-hotel .featured-image img {
    width: 480px;
    height: 480px;
    object-fit: cover;
    display: block;
}

body.vg-page--single-hotel .entry-meta a,
body.vg-page--single-hotel .vg-tt-trigger,
body.vg-page--single-hotel .vg-tt-btn,
body.vg-page--single-hotel .vg-tt-number a {
    background: rgb(var(--rc-btn-rgb, 223 182 165) / 24%);
    transition: background-color .2s ease, background .2s ease, transform .2s ease, opacity .2s ease;
    will-change: transform, background-color;
}

body.vg-page--single-hotel .entry-meta a:hover,
body.vg-page--single-hotel .vg-tt-trigger:hover,
body.vg-page--single-hotel .vg-tt-btn:hover,
body.vg-page--single-hotel .vg-tt-number a:hover {
    background: rgb(var(--rc-btn-rgb, 223 182 165) / 34%);
    transform: translateY(-1px);
}

body.vg-page--single-hotel .entry-meta a:active,
body.vg-page--single-hotel .vg-tt-trigger:active,
body.vg-page--single-hotel .vg-tt-btn:active,
body.vg-page--single-hotel .vg-tt-number a:active {
    background: rgb(var(--rc-btn-rgb, 223 182 165) / 12%);
    transform: translateY(0) scale(0.98);
}

body.vg-page--single-hotel .entry-meta a:focus-visible,
body.vg-page--single-hotel .vg-tt-trigger:focus-visible,
body.vg-page--single-hotel .vg-tt-btn:focus-visible,
body.vg-page--single-hotel .vg-tt-number a:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06);
    transform: translateY(-1px);
}

body.vg-page--single-hotel .entry-header .event-heading {
    display: flex;
    gap: 14px;
    flex-direction: column;
}

body.vg-page--single-hotel .entry-quick-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

body.vg-page--single-hotel .entry-quick-info .qi-block {
    display: block;
}

body.vg-page--single-hotel .entry-quick-info .open-info {
    background: var(--rc-panel-bg, rgba(0,0,0,0.04));
    border-radius: 16px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

body.vg-page--single-hotel .entry-quick-info .legend-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body.vg-page--single-hotel .entry-quick-info .legend-list li {
    background: rgba(0, 0, 0, 0.035);
    border-radius: 12px;
    padding: 6px 10px;
}

body.vg-page--single-hotel .entry-quick-info .website-btn,
body.vg-page--single-hotel .entry-meta .location,
body.vg-page--single-hotel .entry-meta .website-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    background: var(--rc-btn-bg, rgb(var(--rc-btn-rgb, 223 182 165) / 22%));
    color: #111;
    text-decoration: none;
    font-weight: 500;
}

body.vg-page--single-hotel .hotel-wraper {
    display: flex;
    gap: 24px;
}

body.vg-page--single-hotel .event-heading .qi-block .datetime {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-around;
    background: var(--rc-btn-bg);
    border-radius: 48px;
    padding: 12px;
    gap: 12px;
    corner-shape: squircle;
}

body.vg-page--single-hotel .event-heading .qi-block .datetime .date .qi-date {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

body.vg-page--single-hotel .entry-quick-info .rating-info {
    background: transparent;
    border-radius: 16px;
    padding: 0;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: flex-start;
    width: fit-content;
    height: fit-content;
}

body.vg-page--single-hotel .qi-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

body.vg-page--single-hotel .qi-label {
    font-weight: 600;
    margin: 0 0 6px;
}

body.vg-page--single-hotel .chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body.vg-page--single-hotel .chip-pill {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    background: #d5d5d545;
}

body.vg-page--single-hotel .m-0 {
    margin: 0;
}

body.vg-page--single-hotel .hotel-stars {
    align-items: center;
    gap: 4px;
    line-height: 1;
    background: var(--rc-panel-bg, rgba(0, 0, 0, 0.04));
    border-radius: 12px;
    padding: 12px;
    display: flex;
    flex-direction: row;
}
body.vg-page--single-hotel .hotel-stars .ta-star {
    color: #111;
    height: 24px;
    width: 24px;
}
body.vg-page--single-hotel .hotel-avg { font-weight: 600; }
body.vg-page--single-hotel .hotel-rev-count { opacity: .8; }

body.vg-page--single-hotel .rooms-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 16px;
}

body.vg-page--single-hotel .room-card {
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
}

body.vg-page--single-hotel .room-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
}

body.vg-page--single-hotel .room-card-body {
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

body.vg-page--single-hotel .room-name { font-weight: 700; }
body.vg-page--single-hotel .room-capacity { opacity: .85; }

body.vg-page--single-hotel .room-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

body.vg-page--single-hotel .room-price { font-weight: 700; }

body.vg-page--single-hotel .room-tags { margin: 6px 0 12px; }

body.vg-page--single-hotel .booking-form {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: flex-end;
}

body.vg-page--single-hotel .booking-form .bf-field {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

body.vg-page--single-hotel .booking-segments {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

body.vg-page--single-hotel .booking-seg {
    background: var(--rc-btn-bg, rgb(var(--rc-btn-rgb, 223 182 165) / 22%));
    border-radius: 16px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

body.vg-page--single-hotel .booking-seg .seg-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
}

body.vg-page--single-hotel .booking-seg .seg-label {
    font-size: 12px;
    opacity: .75;
}

body.vg-page--single-hotel .booking-seg .seg-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    padding: 6px 8px;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: inherit;
}

body.vg-page--single-hotel .booking-seg .seg-input:focus-visible {
    outline: 2px solid rgba(0, 0, 0, 0.2);
    outline-offset: 2px;
    background: rgba(255, 255, 255, 0.55);
}

body.vg-page--single-hotel .booking-seg .seg-sep {
    width: 100%;
    height: 2px;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 1px;
}

body.vg-page--single-hotel .entry-quick-info .qi-block a.location,
body.vg-page--single-hotel .entry-quick-info .qi-block a.website-btn,
body.vg-page--single-hotel .entry-quick-info .qi-block a.vg-tt-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 48px;
    text-decoration: none;
    color: inherit;
    background: var(--rc-btn-bg);
}

body.vg-page--single-hotel .toolbox-wrapper{
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between;
    align-items: center;
}

body.vg-page--single-hotel .toolbox{
    width: fit-content;
}

body.vg-page--single-hotel .legend-gallery.owl-carousel .item .gcard-overlay {
    background: var(--hotel-gallery-overlay, rgb(var(--rc-btn-rgb, 223 182 165) / 24%));
}

@media (max-width: 540px) {
    body.vg-page--single-hotel .booking-segments {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1024px) {
    body.vg-page--single-hotel .hotel-wraper {
        flex-direction: column;
    }

    body.vg-page--single-hotel .content-grid {
        flex-direction: column;
    }
}

@media (max-width: 760px) {
    body.vg-page--single-hotel {
        overflow-x: hidden;
    }

    body.vg-page--single-hotel .featured-image {
        width: 100%;
        max-width: 100%;
    }

    body.vg-page--single-hotel .featured-image img {
        width: 100%;
        height: 100%;
    }

    body.vg-page--single-hotel .event-heading .qi-block .datetime {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        width: 100%;
        justify-content: space-around;
        background: var(--rc-btn-bg);
        border-radius: 24px;
        padding: 12px;
        gap: 12px;
        corner-shape: unset;
    }

    body.vg-page--single-hotel .event-heading .qi-block .datetime .date {
        background: var(--rc-btn-bg);
        border-radius: 16px;
        padding: 12px;
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        corner-shape: unset;
    }

    body.vg-page--single-hotel .toolbox-wrapper {
        display: flex !important;
        flex-direction: row !important;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        gap: 12px;
    }

    body.vg-page--single-hotel .toolbox-wrapper h1{
        margin: 0;
        flex: 1 1 100%;
        min-width: 0;
    }

    body.vg-page--single-hotel .date:has(.additional-info),
    body.vg-page--single-hotel .date.has-additional-info {
        corner-shape: unset !important;
        border-radius: 16px !important;
    }

    body.vg-page--single-hotel .legend-gallery.native-scroll {
        display: flex;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 12px;
        padding-bottom: 8px;
        scroll-snap-type: x mandatory;
    }

    body.vg-page--single-hotel .legend-gallery.native-scroll .item {
        flex: 0 0 auto;
        width: 320px;
        height: 310px;
        min-height: 310px;
        border-radius: 48px;
        corner-shape: squircle;
        overflow: hidden;
        position: relative;
        background: var(--bg-gray, #f5f5f5);
        scroll-snap-align: start;
    }
    body.vg-page--single-hotel .legend-gallery.native-scroll .item .gcard-bg,
    body.vg-page--single-hotel .legend-gallery.native-scroll .item .gcard-overlay {
        position: absolute;
        inset: 0;
    }
    body.vg-page--single-hotel .legend-gallery.native-scroll .item .gcard-bg img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    body.vg-page--single-hotel .legend-gallery.native-scroll .item .gcard-overlay {
        background: var(--hotel-gallery-overlay, rgb(var(--rc-btn-rgb, 223 182 165) / 24%));
        border-radius: 48px;
        corner-shape: squircle;
    }
    body.vg-page--single-hotel .legend-gallery.native-scroll .item .gcard-content {
        position: absolute;
        inset: 12px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        gap: 8px;
        pointer-events: none;
    }
    body.vg-page--single-hotel .legend-gallery.native-scroll .item .gcard-title {
        color: #fff;
        font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 0.2px;
        line-height: 1.12;
    }
    body.vg-page--single-hotel .legend-gallery.native-scroll .item .gcard-subtitle {
        align-self: stretch;
        padding: 8px 12px;
        background: linear-gradient(90deg, rgb(var(--rc-btn-rgb, 223 182 165) / 0%) 0%, rgb(var(--rc-btn-rgb, 223 182 165) / 12%) 100%);
        color: #000;
        border-radius: 99px;
        font-size: 13px;
        font-weight: 500;
    }
    body.vg-page--single-hotel .legend-gallery.native-scroll .owl-dots,
    body.vg-page--single-hotel .legend-gallery.native-scroll .owl-nav {
        display: none !important;
    }
}
