/* Resort108 BBB V175: theme-aware guest review cards. */
main.wrap.r108-lb-active > #reviews .r108-review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:stretch}
main.wrap.r108-lb-active > #reviews .r108-review-card{position:relative;display:flex;flex-direction:column;min-width:0;padding:18px 18px 16px;overflow:hidden;border:1px solid rgba(15,23,42,.10);border-radius:calc(var(--r108-radius,24px)*.6);background:linear-gradient(145deg,#fff 0%,color-mix(in srgb,var(--r108-primary,#0f4c9a) 4%,#fff) 100%);box-shadow:0 10px 28px rgba(15,23,42,.08);color:#263348;transition:transform .25s ease,box-shadow .25s ease}
main.wrap.r108-lb-active > #reviews .r108-review-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--r108-primary,#0f4c9a)}
main.wrap.r108-lb-active > #reviews .r108-review-card:hover{transform:translateY(-3px);box-shadow:0 15px 34px rgba(15,23,42,.12)}
main.wrap.r108-lb-active > #reviews .r108-review-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}
main.wrap.r108-lb-active > #reviews .r108-review-person{display:flex;align-items:center;min-width:0;gap:11px}
main.wrap.r108-lb-active > #reviews .r108-review-avatar{display:grid;place-items:center;flex:0 0 48px;width:48px;height:48px;margin:0;border:3px solid color-mix(in srgb,var(--r108-primary,#0f4c9a) 25%,#fff);border-radius:50%;object-fit:cover;background:color-mix(in srgb,var(--r108-primary,#0f4c9a) 13%,#fff);color:var(--r108-primary,#0f4c9a);font-size:19px;font-weight:850;box-shadow:0 3px 10px rgba(15,23,42,.12)}
main.wrap.r108-lb-active > #reviews .r108-review-person strong{display:block;overflow:hidden;color:#172b3d;font-size:15px;font-weight:800;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}
main.wrap.r108-lb-active > #reviews .r108-review-person time{display:block;margin-top:2px;color:#708093;font-size:11px;line-height:1.3}
main.wrap.r108-lb-active > #reviews .r108-review-source{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:50%;background:var(--r108-primary,#0f4c9a);color:#fff;font-size:13px;font-weight:900;box-shadow:0 5px 13px color-mix(in srgb,var(--r108-primary,#0f4c9a) 30%,transparent)}
main.wrap.r108-lb-active > #reviews .r108-review-source.source-google{background:#fff;color:#4285f4;border:1px solid #e2e7ed}.r108-review-source.source-facebook{background:#1877f2!important}.r108-review-source.source-tiktok{background:#111827!important}.r108-review-source.source-line{background:#06c755!important;font-size:8px!important}
main.wrap.r108-lb-active > #reviews .r108-review-stars{display:flex;gap:2px;margin-bottom:10px;color:#d5dbe3;font-size:17px;line-height:1}
main.wrap.r108-lb-active > #reviews .r108-review-stars .is-active{color:#f3a600;text-shadow:0 1px 2px rgba(243,166,0,.2)}
main.wrap.r108-lb-active > #reviews .r108-review-text{display:-webkit-box;flex:1 1 auto;overflow:hidden;margin:0;color:#35485b;font-size:13px;font-weight:400;line-height:1.75;white-space:pre-line;-webkit-box-orient:vertical;-webkit-line-clamp:7}
main.wrap.r108-lb-active > #reviews .r108-review-trip{align-self:flex-start;margin-top:12px;padding:5px 10px;border-radius:999px;background:color-mix(in srgb,var(--r108-primary,#0f4c9a) 9%,#f5f7fa);color:#627286;font-size:10px;font-weight:700}
@media(max-width:900px){main.wrap.r108-lb-active > #reviews .r108-review-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){main.wrap.r108-lb-active > #reviews .r108-review-grid{grid-template-columns:1fr;gap:12px}main.wrap.r108-lb-active > #reviews .r108-review-card{padding:15px 14px 14px}main.wrap.r108-lb-active > #reviews .r108-review-avatar{flex-basis:44px;width:44px;height:44px}main.wrap.r108-lb-active > #reviews .r108-review-text{font-size:12.5px;line-height:1.7;-webkit-line-clamp:8}}
@media(prefers-reduced-motion:reduce){main.wrap.r108-lb-active > #reviews .r108-review-card{transition:none}main.wrap.r108-lb-active > #reviews .r108-review-card:hover{transform:none}}