/* BFT REVIEWS LIST V1 - isolated styles, no header or booking changes. */
html body #reviews.bft-reviews-list-section{
    position:relative !important;
    isolation:isolate;
    background:#222 !important;
    color:#f5f5f5 !important;
    padding:26px 0 30px !important;
    overflow:hidden !important;
}
html body #reviews.bft-reviews-list-section::before{
    content:"" !important;
    position:absolute !important;
    inset:auto -22% -54% auto !important;
    width:85% !important;
    height:140% !important;
    background:#000 !important;
    border:0 !important;
    border-radius:55% 45% 60% 40% !important;
    transform:rotate(-24deg) !important;
    opacity:.68;
    pointer-events:none;
    z-index:0;
}
html body #reviews.bft-reviews-list-section::after{
    content:none !important;
    display:none !important;
}
html body #reviews.bft-reviews-list-section > .container{
    position:relative;
    z-index:1;
    box-sizing:border-box;
    width:calc(100% - 40px) !important;
    max-width:1120px !important;
    margin:0 auto !important;
    padding:0 !important;
}
html body #reviews.bft-reviews-list-section .section-header{
    max-width:none !important;
    margin:0 0 12px !important;
    text-align:center;
    opacity:1 !important;
    transform:none !important;
}
html body #reviews.bft-reviews-list-section .section-header h2{
    display:block;
    margin:0 0 5px !important;
    color:#fff !important;
    font-size:30px !important;
    line-height:1.1 !important;
}
html body #reviews.bft-reviews-list-section .section-header h2::after,
html body #reviews.bft-reviews-list-section .section-header::after{
    display:none !important;
    content:none !important;
}
html body #reviews.bft-reviews-list-section .section-header p{
    max-width:none !important;
    margin:0 !important;
    color:#ccc !important;
    font-size:16px !important;
    line-height:1.4 !important;
}
html body #reviews.bft-reviews-list-section .reviews-source-tabs{
    margin:0 0 10px !important;
    gap:8px !important;
}
html body #reviews.bft-reviews-list-section .reviews-source-tab{
    padding:6px 13px !important;
    min-height:34px;
    font-weight:600;
    font-size:14px !important;
    line-height:1.3 !important;
    color:#ccc !important;
    background:rgba(0,0,0,.3) !important;
    border:1px solid #555 !important;
    box-shadow:none !important;
    transform:none !important;
}
html body #reviews.bft-reviews-list-section .reviews-source-tab.active{
    background:#eee !important;
    color:#111 !important;
    border-color:#eee !important;
}
html body #reviews .reviews-source-panel[hidden]{display:none !important}
html body #reviews.bft-reviews-list-section .bft-rv{
    --bft-rv-lines:2;
    --bft-rv-gap:8px;
    --bft-rv-pad:10px;
    width:100%;
    min-width:0;
}
html body #reviews .bft-rv__overview{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    gap:6px 10px;
    margin:0 0 14px;
}
html body #reviews .bft-rv__google{font-size:14px;color:#eee;font-weight:600}
html body #reviews .bft-rv__score{font-size:24px;line-height:1.2;color:#fff}
html body #reviews .bft-rv__score > span{font-size:13px;font-weight:400;color:#ccc}
html body #reviews .bft-rv__count{font-size:13px;line-height:1.4;color:#ccc}
html body #reviews .bft-rv__list{
    display:grid;
    grid-template-columns:minmax(0,1fr);
    gap:var(--bft-rv-gap);
}
html body #reviews .bft-rv__row{
    box-sizing:border-box;
    display:grid;
    grid-template-columns:44px minmax(0,1fr);
    align-items:start;
    gap:14px;
    margin:0;
    padding:var(--bft-rv-pad) 16px;
    background:rgba(0,0,0,.32);
    border:1px solid rgba(255,255,255,.10);
    border-radius:14px;
    box-shadow:none;
    transform:none !important;
    opacity:1 !important;
    min-width:0;
}
html body #reviews .bft-rv__avatar{
    position:relative;
    display:grid;
    place-items:center;
    width:44px;
    height:44px;
    overflow:hidden;
    border-radius:50%;
    background:#444;
    color:#fff;
    flex:none;
}
html body #reviews .bft-rv__initials{font:600 15px/1 Arial,sans-serif}
html body #reviews .bft-rv__photo{
    position:absolute;
    inset:0;
    display:block;
    width:100% !important;
    height:100% !important;
    margin:0;
    border:0;
    border-radius:0;
    object-fit:cover;
    opacity:0;
}
html body #reviews .bft-rv__photo.is-loaded{opacity:1}
html body #reviews .bft-rv__body{min-width:0}
html body #reviews .bft-rv__meta{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto auto;
    align-items:center;
    gap:10px;
    margin:0 0 4px;
}
html body #reviews .bft-rv__author{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-family:inherit !important;
    font-size:15px !important;
    line-height:1.35 !important;
    font-weight:700 !important;
    font-style:normal !important;
    color:#f5f5f5 !important;
    text-decoration:none;
}
html body #reviews a.bft-rv__author:hover{text-decoration:underline}
html body #reviews .bft-rv__date{
    color:#bbb;
    font-size:13px;
    line-height:1.3;
    font-variant-numeric:tabular-nums;
    white-space:nowrap;
}
html body #reviews .bft-rv__stars{display:inline-flex;gap:2px;line-height:1;flex:none}
html body #reviews .bft-rv__stars svg{display:block;width:14px !important;height:14px !important;flex:none}
html body #reviews .bft-rv__star-base{fill:#666}
html body #reviews .bft-rv__star-fill{fill:#f5f5f5}
html body #reviews .bft-rv__excerpt{display:flex;align-items:flex-end;gap:10px;min-width:0}
html body #reviews.bft-reviews-list-section .bft-rv__text{
    flex:1;
    min-width:0;
    margin:0 !important;
    padding:0 !important;
    color:#e0e0e0 !important;
    font-size:16px !important;
    font-style:normal !important;
    font-weight:400 !important;
    line-height:1.45 !important;
    text-align:left !important;
    text-shadow:none !important;
    white-space:pre-line;
    overflow-wrap:anywhere;
}
html body #reviews .bft-rv.is-enhanced .bft-rv__row:not(.is-expanded) .bft-rv__text{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:var(--bft-rv-lines);
    max-height:calc(var(--bft-rv-lines) * 1.45 * 16px);
    overflow:hidden;
    white-space:normal;
}
html body #reviews .bft-rv__row.is-expanded .bft-rv__excerpt{flex-wrap:wrap}
html body #reviews .bft-rv__row.is-expanded .bft-rv__text{flex-basis:100%}
html body #reviews.bft-reviews-list-section .bft-rv__toggle{
    appearance:none;
    box-sizing:border-box !important;
    flex:none !important;
    width:auto !important;
    min-width:0 !important;
    min-height:28px !important;
    height:auto !important;
    margin:0 !important;
    padding:3px 5px !important;
    border:0 !important;
    border-radius:5px !important;
    background:transparent !important;
    color:#fff !important;
    font-family:inherit !important;
    font-size:14px !important;
    font-weight:600 !important;
    line-height:20px !important;
    letter-spacing:0 !important;
    text-transform:none !important;
    text-decoration:underline;
    text-underline-offset:3px;
    white-space:nowrap !important;
    box-shadow:none !important;
    transform:none !important;
    cursor:pointer;
}
html body #reviews .bft-rv__toggle[hidden]{display:none !important}
html body #reviews.bft-reviews-list-section .bft-rv__toggle:hover{background:rgba(255,255,255,.08) !important}
html body #reviews.bft-reviews-list-section :is(a,button):focus-visible{
    outline:2px solid #fff !important;
    outline-offset:3px;
}
@media(max-width:640px){
    html body #reviews.bft-reviews-list-section{padding:22px 0 24px !important}
    html body #reviews.bft-reviews-list-section > .container{width:calc(100% - 24px) !important}
    html body #reviews.bft-reviews-list-section .section-header h2{font-size:27px !important}
    html body #reviews.bft-reviews-list-section .bft-rv{--bft-rv-lines:1}
    html body #reviews .bft-rv__row{grid-template-columns:38px minmax(0,1fr);gap:10px;padding-inline:11px}
    html body #reviews .bft-rv__avatar{width:38px;height:38px}
    html body #reviews .bft-rv__meta{grid-template-columns:minmax(0,1fr) auto;gap:3px 8px}
    html body #reviews .bft-rv__author{grid-column:1;grid-row:1}
    html body #reviews .bft-rv__meta .bft-rv__stars{grid-column:1;grid-row:2}
    html body #reviews .bft-rv__date{grid-column:2;grid-row:1 / span 2}
    html body #reviews .bft-rv__overview{gap:4px 8px;margin-bottom:10px}
    html body #reviews .bft-rv__count{flex-basis:100%;text-align:center}
    html body #reviews .bft-rv__excerpt{gap:6px}
}
@media(max-height:720px){
    html body #reviews.bft-reviews-list-section{padding-top:18px !important;padding-bottom:20px !important}
    html body #reviews.bft-reviews-list-section .bft-rv{--bft-rv-lines:1;--bft-rv-pad:8px;--bft-rv-gap:7px}
}

html body #reviews .bft-rv__photo[hidden]{display:none !important}

/* If the viewport is short, tighten spacing before sacrificing readability. */
html body #reviews.bft-reviews-list-section.bft-rv-compact{padding:14px 0 !important}
html body #reviews.bft-reviews-list-section.bft-rv-compact .section-header{margin-bottom:8px !important}
html body #reviews.bft-reviews-list-section.bft-rv-compact .bft-rv{--bft-rv-pad:8px;--bft-rv-gap:6px}
html body #reviews.bft-reviews-list-section.bft-rv-compact .bft-rv__overview{margin-bottom:8px}
