/* Trusted Google Reviews Widget - Frontend */
.trw-widget{
  --trw-bg:#ffffff;
  --trw-card-bg:#ffffff;
  --trw-text:#000000;
  --trw-muted:#000000;
  --trw-accent:#fbbc04;
  --trw-button-bg:#1f2937;
  --trw-button-text:#ffffff;
  --trw-border:#e5e7eb;
  --trw-shadow:0 10px 30px rgba(17,24,39,.08);
  --trw-radius:16px;
  --trw-card-padding:20px;
  --trw-gap:16px;
  --trw-review-size:15px;
  --trw-name-size:15px;
  --trw-columns:3;
  --trw-slides-desktop:3;
  --trw-slides-tablet:2;
  --trw-slides-mobile:1;
  font-family:'Poppins',sans-serif;
  color:var(--trw-text);
  box-sizing:border-box;
  width:100%;
}
.trw-widget *{box-sizing:border-box}
.trw-widget button,.trw-widget a{font:inherit}
.trw-widget [hidden]{display:none!important}

/* Google/source marks */
.trw-gmark{display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-family:Arial,sans-serif;color:#4285f4;background:#fff;border:1px solid rgba(66,133,244,.18);width:28px;height:28px;border-radius:50%;flex:0 0 28px;box-shadow:0 1px 4px rgba(0,0,0,.08)}
.trw-google-logo,.trw-source{display:inline-flex;align-items:center;gap:7px;color:var(--trw-text);font-size:13px;font-weight:700;line-height:1}
.trw-google-logo .trw-gmark{width:30px;height:30px;flex-basis:30px}
.trw-source{font-weight:600;color:var(--trw-muted)}
.trw-source .trw-gmark{width:23px;height:23px;flex-basis:23px;font-size:12px}
.trw-source-label{display:inline-block}
.trw-source-icon{gap:0}.trw-source-icon .trw-gmark{box-shadow:none;border-color:rgba(66,133,244,.16)}

/* Header */
.trw-header{display:flex;align-items:center;justify-content:space-between;gap:22px;background:var(--trw-bg);border:1px solid var(--trw-border);border-radius:var(--trw-radius);padding:19px 22px;margin:0 0 20px;box-shadow:none;position:relative}
.trw-header-brand{display:flex;flex-direction:column;gap:7px;min-width:150px}
.trw-business-name{font-size:17px;line-height:1.2;color:var(--trw-text)}
.trw-score-block{display:flex;flex-direction:column;gap:3px;min-width:180px}
.trw-score-top{display:flex;align-items:center;gap:8px;line-height:1}
.trw-score-label{font-size:13px;color:var(--trw-text)}
.trw-score-number{font-size:20px;color:var(--trw-text)}
.trw-review-count{font-size:12px;color:var(--trw-muted)}
.trw-stars{display:inline-flex;gap:1px;white-space:nowrap;line-height:1}
.trw-star{font-size:17px;line-height:1}
.trw-star.is-filled{color:var(--trw-accent)}
.trw-star.is-empty{color:#d1d5db}
.trw-button{display:inline-flex;align-items:center;justify-content:center;padding:11px 16px;border-radius:10px;background:var(--trw-button-bg);color:var(--trw-button-text)!important;text-decoration:none!important;font-weight:700;font-size:13px;transition:transform .2s ease,opacity .2s ease;white-space:nowrap}
.trw-button:hover{transform:translateY(-1px);opacity:.92}
.trw-header-compact{margin:0;padding:15px 18px;gap:16px;box-shadow:var(--trw-shadow)}
.trw-header-compact .trw-header-brand{min-width:auto}
.trw-header-compact .trw-score-block{min-width:auto}
.trw-header-compact .trw-button{padding:9px 12px;font-size:12px}

/* Review cards */
.trw-cards{display:grid;grid-template-columns:repeat(var(--trw-columns),minmax(0,1fr));gap:var(--trw-gap)}
.trw-card{position:relative;background:var(--trw-card-bg);border:1px solid var(--trw-border);border-radius:var(--trw-radius);padding:var(--trw-card-padding);color:var(--trw-text);break-inside:avoid;min-width:0;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;box-shadow:0 6px 22px rgba(15,23,42,.045)}
.trw-card:hover{transform:none}
.trw-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}
.trw-author-row{display:flex;align-items:center;gap:11px;min-width:0;flex:1}
.trw-author-copy{min-width:0;display:flex;flex-direction:column}
.trw-name-line{display:flex;align-items:center;gap:6px;min-width:0}
.trw-author-name{font-size:var(--trw-name-size);line-height:1.25;color:var(--trw-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:210px;font-weight:700}
.trw-verified{display:inline-flex;align-items:center;justify-content:center;width:15px;height:15px;border-radius:50%;background:#1a73e8;color:#fff;font-size:10px;font-weight:800;flex:0 0 15px}
.trw-verified-rating{margin-left:8px;vertical-align:middle}
.trw-avatar{width:46px;height:46px;border-radius:50%;object-fit:cover;flex:0 0 46px;background:#f3f4f6}
.trw-avatar-fallback{display:inline-flex;align-items:center;justify-content:center;font-weight:800;color:#fff;background:linear-gradient(145deg,#8b5cf6,#6366f1)}
.trw-date{font-size:12px;color:var(--trw-muted);margin-top:4px;line-height:1.2}
.trw-rating-row{margin:2px 0 12px;display:flex;align-items:center}
.trw-text{font-size:var(--trw-review-size);line-height:1.65;color:var(--trw-text);word-break:break-word}
.trw-read-more{display:inline-block;border:0;background:transparent;padding:0;margin:10px 0 0;color:#6b7280;font-weight:500;font-size:12px;cursor:pointer}
.trw-read-more:hover{text-decoration:underline;color:#111827}
.trw-reply{margin-top:15px;padding:12px 13px;border-radius:10px;background:rgba(148,163,184,.11);border-left:3px solid rgba(148,163,184,.45);display:flex;flex-direction:column;gap:4px;font-size:12px;line-height:1.5;color:var(--trw-muted)}
.trw-reply strong{color:var(--trw-text);font-size:12px}
.trw-card-compact{padding:15px;margin:0}
.trw-card-compact .trw-text{font-size:13px}
.trw-card-compact .trw-avatar{width:36px;height:36px;flex-basis:36px}
.trw-empty{padding:22px;text-align:center;border:1px dashed var(--trw-border);border-radius:var(--trw-radius);color:var(--trw-muted);background:var(--trw-card-bg)}

/* Slider */
.trw-slider-shell{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:10px}
.trw-slider{display:flex;gap:var(--trw-gap);overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none;padding:4px 1px 8px;scroll-behavior:smooth}
.trw-slider::-webkit-scrollbar{display:none}
.trw-slider .trw-card{flex:0 0 calc((100% - (var(--trw-gap) * (var(--trw-slides-desktop) - 1))) / var(--trw-slides-desktop));scroll-snap-align:start;margin:0}
.trw-nav{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1px solid var(--trw-border);background:var(--trw-card-bg);color:var(--trw-text);font-size:25px;line-height:1;cursor:pointer;box-shadow:0 4px 14px rgba(17,24,39,.08);transition:.2s ease}
.trw-nav:hover{transform:scale(1.06);box-shadow:0 6px 18px rgba(17,24,39,.14)}
.trw-dots{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:12px}
.trw-dot{border:0;width:7px;height:7px;border-radius:50%;background:#cbd5e1;padding:0;cursor:pointer;transition:.2s ease}
.trw-dot.is-active{width:20px;border-radius:99px;background:#64748b}

/* Grid / masonry / list */
.trw-masonry{display:block;columns:var(--trw-columns);column-gap:var(--trw-gap)}
.trw-masonry .trw-card{display:inline-block;width:100%;margin:0 0 var(--trw-gap)}
.trw-list{display:flex;flex-direction:column;gap:0;border-radius:var(--trw-radius);overflow:hidden;border:1px solid var(--trw-border);background:var(--trw-card-bg)}
.trw-list .trw-card{border:0;border-bottom:1px solid var(--trw-border);border-radius:0;box-shadow:none;margin:0;transform:none!important}
.trw-list .trw-card:last-child{border-bottom:0}

/* Button */
.trw-review-button-layout{display:inline-flex;align-items:center;gap:12px;padding:13px 16px;border:1px solid var(--trw-border);border-radius:var(--trw-radius);background:var(--trw-card-bg);box-shadow:var(--trw-shadow);text-decoration:none!important;color:var(--trw-text)!important;transition:.2s ease;max-width:100%}
.trw-review-button-layout:hover{transform:translateY(-2px);box-shadow:0 14px 35px rgba(17,24,39,.13)}
.trw-review-button-copy{display:flex;flex-direction:column;line-height:1.25;min-width:0}
.trw-review-button-copy strong{font-size:14px;color:var(--trw-text)}
.trw-review-button-copy small{font-size:11px;color:var(--trw-muted);margin-top:2px}
.trw-button-arrow{font-size:20px;margin-left:5px}

/* Floating badge */
.trw-layout-floating-badge{position:fixed;z-index:99990;width:auto;max-width:390px}
.trw-position-bottom-right.trw-layout-floating-badge{right:20px;bottom:20px}
.trw-position-bottom-left.trw-layout-floating-badge{left:20px;bottom:20px}
.trw-position-middle-right.trw-layout-floating-badge{right:20px;top:50%;transform:translateY(-50%)}
.trw-position-middle-left.trw-layout-floating-badge{left:20px;top:50%;transform:translateY(-50%)}
.trw-floating-shell{position:relative}
.trw-floating-trigger,.trw-popup-trigger{display:flex;align-items:center;gap:11px;border:1px solid var(--trw-border);border-radius:14px;background:var(--trw-card-bg);color:var(--trw-text);padding:11px 14px;box-shadow:0 12px 32px rgba(15,23,42,.18);cursor:pointer;text-align:left}
.trw-floating-trigger>span:last-child,.trw-popup-trigger>span:last-child{display:flex;flex-direction:column;gap:2px}
.trw-floating-trigger strong,.trw-popup-trigger strong{font-size:13px;line-height:1.1}
.trw-floating-trigger .trw-stars .trw-star,.trw-popup-trigger .trw-stars .trw-star{font-size:13px}
.trw-floating-trigger small,.trw-popup-trigger small{font-size:10px;color:var(--trw-muted)}
.trw-floating-panel{position:absolute;bottom:calc(100% + 10px);right:0;width:min(380px,calc(100vw - 30px));max-height:540px;overflow:auto;background:var(--trw-bg);border:1px solid var(--trw-border);border-radius:18px;box-shadow:0 24px 70px rgba(15,23,42,.22);padding:12px}
.trw-position-bottom-left .trw-floating-panel,.trw-position-middle-left .trw-floating-panel{right:auto;left:0}
.trw-position-middle-right .trw-floating-panel,.trw-position-middle-left .trw-floating-panel{bottom:auto;top:0}
.trw-panel-reviews{display:flex;flex-direction:column;gap:10px;margin-top:10px}

/* Sidebar */
.trw-layout-sidebar{position:fixed;z-index:99991;top:50%;transform:translateY(-50%);width:auto}
.trw-position-middle-left.trw-layout-sidebar,.trw-position-bottom-left.trw-layout-sidebar{left:0}
.trw-position-middle-right.trw-layout-sidebar,.trw-position-bottom-right.trw-layout-sidebar{right:0}
.trw-sidebar-shell{position:relative}
.trw-sidebar-trigger{display:flex;flex-direction:column;align-items:center;gap:6px;background:var(--trw-card-bg);color:var(--trw-text);border:1px solid var(--trw-border);padding:12px 9px;border-radius:0 12px 12px 0;box-shadow:0 8px 26px rgba(15,23,42,.16);cursor:pointer;font-weight:700}
.trw-position-middle-right .trw-sidebar-trigger,.trw-position-bottom-right .trw-sidebar-trigger{border-radius:12px 0 0 12px}
.trw-sidebar-trigger small{font-size:10px;color:var(--trw-muted)}
.trw-sidebar-panel{position:absolute;top:50%;left:calc(100% + 8px);transform:translateY(-50%);width:min(390px,calc(100vw - 70px));max-height:80vh;overflow:auto;background:var(--trw-bg);border:1px solid var(--trw-border);border-radius:18px;box-shadow:0 26px 80px rgba(15,23,42,.25);padding:13px}
.trw-position-middle-right .trw-sidebar-panel,.trw-position-bottom-right .trw-sidebar-panel{left:auto;right:calc(100% + 8px)}
.trw-panel-close,.trw-modal-close{position:absolute;top:10px;right:10px;width:32px;height:32px;border:0;border-radius:50%;background:rgba(15,23,42,.08);color:var(--trw-text);font-size:22px;line-height:1;cursor:pointer;z-index:2}

/* Popup */
.trw-layout-popup{display:inline-block}
.trw-modal{position:fixed;inset:0;z-index:99999;display:flex!important;align-items:center;justify-content:center;padding:24px}
.trw-modal[hidden]{display:none!important}
.trw-modal-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.62);backdrop-filter:blur(3px)}
.trw-modal-dialog{position:relative;z-index:1;width:min(920px,100%);max-height:88vh;overflow:auto;background:var(--trw-bg);border-radius:20px;padding:20px;box-shadow:0 35px 100px rgba(0,0,0,.32)}
.trw-modal-reviews{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--trw-gap)}
body.trw-modal-open{overflow:hidden}

/* Style presets */
.trw-style-clean-white{--trw-bg:#fff;--trw-card-bg:#fff;--trw-text:#202124;--trw-muted:#6b7280;--trw-border:#e7e9ee;--trw-button-bg:#1f2937;--trw-button-text:#fff;--trw-shadow:0 7px 24px rgba(15,23,42,.07)}
.trw-style-clean-white .trw-card{box-shadow:0 8px 22px rgba(15,23,42,.055)}

.trw-style-light-border{--trw-bg:#fff;--trw-card-bg:#fff;--trw-text:#111827;--trw-muted:#6b7280;--trw-border:#d9dee7;--trw-shadow:none}
.trw-style-light-border .trw-card{border-width:1px;box-shadow:none}

.trw-style-drop-shadow{--trw-bg:#fff;--trw-card-bg:#fff;--trw-text:#202124;--trw-muted:#6b7280;--trw-border:transparent;--trw-shadow:0 16px 42px rgba(15,23,42,.11)}
.trw-style-drop-shadow .trw-card,.trw-style-drop-shadow .trw-header{border-color:transparent;box-shadow:var(--trw-shadow)}

.trw-style-soft-gray{--trw-bg:#f6f8fb;--trw-card-bg:#fff;--trw-text:#1f2937;--trw-muted:#70798a;--trw-border:#e9edf3;--trw-shadow:0 7px 20px rgba(15,23,42,.05)}
.trw-style-soft-gray:not(.trw-layout-floating-badge):not(.trw-layout-sidebar){background:var(--trw-bg);padding:20px;border-radius:calc(var(--trw-radius) + 4px)}

.trw-style-minimal{--trw-bg:transparent;--trw-card-bg:transparent;--trw-text:#222;--trw-muted:#777;--trw-border:transparent;--trw-shadow:none}
.trw-style-minimal .trw-card{padding-left:4px;padding-right:4px;border:0;box-shadow:none;transform:none}
.trw-style-minimal .trw-header{border:0;padding-left:0;padding-right:0;background:transparent}
.trw-style-minimal .trw-list{border:0;background:transparent}
.trw-style-minimal .trw-list .trw-card{border-bottom:1px solid #e5e7eb}

.trw-style-google-clean{--trw-bg:#fff;--trw-card-bg:#fff;--trw-text:#202124;--trw-muted:#5f6368;--trw-border:#dadce0;--trw-button-bg:#1a73e8;--trw-button-text:#fff;--trw-shadow:0 4px 14px rgba(60,64,67,.08)}
.trw-style-google-clean .trw-header{border-color:#dadce0}
.trw-style-google-clean .trw-card:hover{border-color:#a8c7fa}

.trw-style-google-blue{--trw-bg:#1a73e8;--trw-card-bg:#fff;--trw-text:#202124;--trw-muted:#5f6368;--trw-border:#e3e8ef;--trw-button-bg:#fff;--trw-button-text:#1a73e8;--trw-shadow:0 10px 30px rgba(26,115,232,.17)}
.trw-style-google-blue:not(.trw-layout-floating-badge):not(.trw-layout-sidebar){background:#1a73e8;padding:20px;border-radius:calc(var(--trw-radius) + 5px)}
.trw-style-google-blue .trw-header{background:#1a73e8;border-color:rgba(255,255,255,.28);box-shadow:none}
.trw-style-google-blue .trw-header .trw-business-name,.trw-style-google-blue .trw-header .trw-score-number,.trw-style-google-blue .trw-header .trw-score-label,.trw-style-google-blue .trw-header .trw-google-logo{color:#fff}
.trw-style-google-blue .trw-header .trw-review-count{color:rgba(255,255,255,.8)}

.trw-style-contrast{--trw-bg:#111827;--trw-card-bg:#fff;--trw-text:#111827;--trw-muted:#6b7280;--trw-border:#e5e7eb;--trw-button-bg:#fbbc04;--trw-button-text:#111827;--trw-shadow:0 10px 30px rgba(15,23,42,.12)}
.trw-style-contrast:not(.trw-layout-floating-badge):not(.trw-layout-sidebar){background:#111827;padding:20px;border-radius:calc(var(--trw-radius) + 4px)}
.trw-style-contrast .trw-header{background:#111827;border-color:#273244}
.trw-style-contrast .trw-header .trw-business-name,.trw-style-contrast .trw-header .trw-score-number,.trw-style-contrast .trw-header .trw-score-label,.trw-style-contrast .trw-header .trw-google-logo{color:#fff}
.trw-style-contrast .trw-header .trw-review-count{color:#aeb7c5}

.trw-style-dark{--trw-bg:#111318;--trw-card-bg:#191c22;--trw-text:#f6f7f9;--trw-muted:#9da6b3;--trw-border:#2a2f38;--trw-button-bg:#f6f7f9;--trw-button-text:#111318;--trw-shadow:0 12px 38px rgba(0,0,0,.24)}
.trw-style-dark:not(.trw-layout-floating-badge):not(.trw-layout-sidebar){background:#111318;padding:20px;border-radius:calc(var(--trw-radius) + 4px)}
.trw-style-dark .trw-gmark{background:#fff;color:#4285f4}

.trw-style-dark-minimal{--trw-bg:#0f1115;--trw-card-bg:#0f1115;--trw-text:#f5f5f5;--trw-muted:#989ea8;--trw-border:#2a2e36;--trw-button-bg:#fff;--trw-button-text:#111;--trw-shadow:none}
.trw-style-dark-minimal:not(.trw-layout-floating-badge):not(.trw-layout-sidebar){background:#0f1115;padding:18px;border-radius:var(--trw-radius)}
.trw-style-dark-minimal .trw-card{border-width:0 0 1px;border-radius:0;padding-left:0;padding-right:0;transform:none}
.trw-style-dark-minimal .trw-header{border-width:0 0 1px;border-radius:0;padding-left:0;padding-right:0;background:transparent}

.trw-style-rounded{--trw-bg:#f7faff;--trw-card-bg:#fff;--trw-text:#243043;--trw-muted:#748196;--trw-border:#e3ebf5;--trw-button-bg:#315efb;--trw-button-text:#fff;--trw-shadow:0 9px 26px rgba(49,94,251,.08);--trw-radius:24px}
.trw-style-rounded .trw-button{border-radius:999px}
.trw-style-rounded .trw-card{box-shadow:var(--trw-shadow)}

.trw-style-luxury{--trw-bg:#171512;--trw-card-bg:#211f1a;--trw-text:#f7f0df;--trw-muted:#b7ae9b;--trw-border:#403a2d;--trw-accent:#d6b66b;--trw-button-bg:#d6b66b;--trw-button-text:#171512;--trw-shadow:0 16px 40px rgba(0,0,0,.25)}
.trw-style-luxury:not(.trw-layout-floating-badge):not(.trw-layout-sidebar){background:#171512;padding:22px;border-radius:calc(var(--trw-radius) + 3px)}
.trw-style-luxury .trw-card{box-shadow:var(--trw-shadow)}

.trw-style-glass{--trw-bg:rgba(255,255,255,.3);--trw-card-bg:rgba(255,255,255,.72);--trw-text:#19202b;--trw-muted:#657083;--trw-border:rgba(255,255,255,.68);--trw-button-bg:#202938;--trw-button-text:#fff;--trw-shadow:0 12px 35px rgba(31,41,55,.12)}
.trw-style-glass:not(.trw-layout-floating-badge):not(.trw-layout-sidebar){background:linear-gradient(135deg,#eef4ff,#f7f0ff);padding:22px;border-radius:calc(var(--trw-radius) + 6px)}
.trw-style-glass .trw-card,.trw-style-glass .trw-header,.trw-style-glass .trw-floating-trigger,.trw-style-glass .trw-popup-trigger{backdrop-filter:blur(14px);box-shadow:var(--trw-shadow)}

.trw-style-warm{--trw-bg:#fbf8f3;--trw-card-bg:#fffdf9;--trw-text:#322c25;--trw-muted:#7c7063;--trw-border:#ece3d7;--trw-accent:#e2a83b;--trw-button-bg:#5b4631;--trw-button-text:#fff;--trw-shadow:0 10px 28px rgba(91,70,49,.08)}
.trw-style-warm:not(.trw-layout-floating-badge):not(.trw-layout-sidebar){background:#fbf8f3;padding:20px;border-radius:calc(var(--trw-radius) + 4px)}

.trw-style-accent-line{--trw-bg:#fff;--trw-card-bg:#fff;--trw-text:#20242c;--trw-muted:#6d7480;--trw-border:#e6e8ed;--trw-button-bg:#20242c;--trw-button-text:#fff;--trw-shadow:0 7px 22px rgba(15,23,42,.06)}
.trw-style-accent-line .trw-card{border-left:4px solid #1a73e8;box-shadow:var(--trw-shadow)}
.trw-style-accent-line .trw-header:before{content:"";position:absolute;left:0;top:14px;bottom:14px;width:4px;border-radius:0 4px 4px 0;background:#1a73e8}

/* Responsive */
@media(max-width:980px){
  .trw-cards{grid-template-columns:repeat(min(2,var(--trw-columns)),minmax(0,1fr))}
  .trw-masonry{columns:min(2,var(--trw-columns))}
  .trw-slider .trw-card{flex-basis:calc((100% - (var(--trw-gap) * (var(--trw-slides-tablet) - 1))) / var(--trw-slides-tablet))}
  .trw-header{flex-wrap:wrap;align-items:flex-start}
  .trw-modal-reviews{grid-template-columns:1fr}
}
@media(max-width:640px){
  .trw-cards{grid-template-columns:1fr}
  .trw-masonry{columns:1}
  .trw-slider-shell{grid-template-columns:minmax(0,1fr)}
  .trw-slider-shell>.trw-nav{display:none}
  .trw-slider .trw-card{flex-basis:calc((100% - (var(--trw-gap) * (var(--trw-slides-mobile) - 1))) / var(--trw-slides-mobile))}
  .trw-header{display:grid;grid-template-columns:1fr;gap:13px;padding:16px}
  .trw-button{width:100%}
  .trw-source-label{display:none}
  .trw-layout-floating-badge{left:12px!important;right:12px!important;bottom:12px!important;top:auto!important;transform:none!important;max-width:none}
  .trw-floating-trigger{width:100%;justify-content:center}
  .trw-floating-panel{left:0!important;right:0!important;width:100%;bottom:calc(100% + 8px)!important;top:auto!important}
  .trw-layout-sidebar{top:auto;bottom:90px;transform:none}
  .trw-sidebar-panel{position:fixed;left:12px!important;right:12px!important;top:auto!important;bottom:12px;transform:none;width:auto;max-height:75vh}
  .trw-modal{padding:12px}
  .trw-modal-dialog{padding:14px;max-height:92vh}
}


/* v1.7 review card refinement */
.trw-style-clean-white{--trw-bg:#fff;--trw-card-bg:#f5f5f5;--trw-text:#151515;--trw-muted:#7b7b7b;--trw-border:transparent;--trw-shadow:none}
.trw-style-clean-white .trw-card{box-shadow:none;border-color:transparent}
.trw-card{min-height:210px}
.trw-card-top{margin-bottom:12px}
.trw-author-name{font-weight:700;max-width:230px}
.trw-source-icon .trw-gmark{font-size:15px;width:24px;height:24px;flex-basis:24px;border:0;background:transparent;box-shadow:none}
.trw-rating-row{margin-top:0;margin-bottom:12px}
.trw-verified-rating{background:#4285f4;width:14px;height:14px;flex-basis:14px;font-size:9px}
.trw-text{line-height:1.55}
.trw-slider-shell{display:block;position:relative}
.trw-slider{padding:3px 1px 8px}
.trw-slider-shell>.trw-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:34px;height:34px;background:#fff}
.trw-slider-shell>.trw-prev{left:-17px}.trw-slider-shell>.trw-next{right:-17px}
.trw-slider-shell>.trw-nav:hover{transform:translateY(-50%) scale(1.05)}
@media(max-width:640px){.trw-card{min-height:0}.trw-slider-shell>.trw-nav{display:none}}


/* v1.8 frontend reliability + polished Google review cards */
.trw-widget,.trw-widget *{box-sizing:border-box}
.trw-widget{width:100%;max-width:100%;font-family:inherit;color:var(--trw-text);line-height:1.4}
.trw-google-icon{display:inline-block;width:22px;height:22px;flex:0 0 22px;vertical-align:middle}
.trw-source-icon .trw-google-icon{width:21px;height:21px;flex-basis:21px}
.trw-google-logo .trw-google-icon{width:24px;height:24px;flex-basis:24px}
.trw-card{min-height:220px;padding:20px;background:var(--trw-card-bg);border:1px solid var(--trw-border);border-radius:var(--trw-radius);overflow:hidden}
.trw-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin:0 0 12px}
.trw-author-row{display:flex;align-items:center;gap:11px;min-width:0;flex:1}
.trw-author-copy{display:flex;flex-direction:column;min-width:0}
.trw-avatar{width:44px;height:44px;flex:0 0 44px;border-radius:50%;object-fit:cover}
.trw-avatar-fallback{display:inline-flex;align-items:center;justify-content:center;color:#fff;background:#5b55e7;font-weight:700;font-size:18px}
.trw-author-name{font-size:var(--trw-name-size);font-weight:700;line-height:1.25;color:var(--trw-text);max-width:240px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.trw-date{font-size:12px;line-height:1.25;color:var(--trw-muted);margin-top:3px}
.trw-rating-row{display:flex;align-items:center;gap:7px;margin:0 0 12px}
.trw-stars{display:inline-flex;align-items:center;gap:1px;line-height:1}
.trw-star{font-size:18px;line-height:1;color:#d1d5db}
.trw-star.is-filled{color:#fbbc04}
.trw-verified-rating{display:inline-flex;align-items:center;justify-content:center;width:15px;height:15px;flex:0 0 15px;border-radius:50%;background:#4285f4;color:#fff;font-size:9px;font-weight:800;margin-left:1px}
.trw-text{font-size:var(--trw-review-size);line-height:1.58;color:var(--trw-text);margin:0;word-break:normal;overflow-wrap:anywhere}
.trw-read-more{display:inline-block;margin-top:8px!important;color:#777!important;font-size:12px!important;font-weight:500!important;text-decoration:none!important}
.trw-read-more:hover{color:#333!important;text-decoration:underline!important}
.trw-layout-slider .trw-reply,.trw-layout-grid .trw-reply,.trw-layout-masonry .trw-reply{display:none!important}
.trw-slider-shell{display:block;position:relative;width:100%;padding:0}
.trw-slider{display:flex!important;gap:var(--trw-gap)!important;overflow-x:auto!important;scroll-snap-type:x mandatory;scrollbar-width:none;padding:2px 1px 10px}
.trw-slider::-webkit-scrollbar{display:none}
.trw-slider .trw-card{flex:0 0 calc((100% - (var(--trw-gap) * (var(--trw-slides-desktop) - 1))) / var(--trw-slides-desktop));scroll-snap-align:start;margin:0;min-width:0}
.trw-slider-shell>.trw-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:6;width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid #e3e5e9;background:#fff;color:#4b5563;box-shadow:0 4px 14px rgba(15,23,42,.10);font-size:22px;cursor:pointer}
.trw-slider-shell>.trw-prev{left:-17px}.trw-slider-shell>.trw-next{right:-17px}
.trw-dots{display:flex;justify-content:center;gap:6px;margin-top:8px}
.trw-dot{width:7px;height:7px;border-radius:50%;background:#d7dee8}.trw-dot.is-active{width:18px;border-radius:999px;background:#708399}
.trw-cards{display:grid!important;grid-template-columns:repeat(var(--trw-columns),minmax(0,1fr));gap:var(--trw-gap)!important}
.trw-list{display:flex!important;flex-direction:column;gap:0}
.trw-header{display:flex;align-items:center;justify-content:space-between;gap:20px;background:var(--trw-card-bg);border:1px solid var(--trw-border);border-radius:var(--trw-radius);padding:16px 18px;margin:0 0 18px}
.trw-header-brand{display:flex;align-items:center;gap:11px;min-width:0}.trw-google-logo{display:flex;align-items:center;gap:8px;font-weight:700}.trw-business-name{font-weight:700}
.trw-score-block{display:flex;flex-direction:column;gap:4px}.trw-score-top{display:flex;align-items:center;gap:8px}.trw-review-count{font-size:12px;color:var(--trw-muted)}
.trw-button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border-radius:8px;background:var(--trw-button-bg);color:var(--trw-button-text)!important;text-decoration:none!important;font-weight:700;font-size:13px;white-space:nowrap}
.trw-style-clean-white{--trw-bg:#fff;--trw-card-bg:#f5f5f5;--trw-text:#151515;--trw-muted:#777;--trw-border:transparent;--trw-button-bg:#1f2937;--trw-button-text:#fff}
.trw-style-clean-white .trw-card{box-shadow:none}
.trw-style-light-border .trw-card{background:#fff;border-color:#dfe3e8;box-shadow:none}
.trw-style-drop-shadow .trw-card{background:#fff;border-color:transparent;box-shadow:0 10px 24px rgba(15,23,42,.10)}
.trw-style-google-clean .trw-header{box-shadow:0 5px 16px rgba(60,64,67,.08)}
@media(max-width:980px){.trw-slider .trw-card{flex-basis:calc((100% - (var(--trw-gap) * (var(--trw-slides-tablet) - 1))) / var(--trw-slides-tablet))}.trw-cards{grid-template-columns:repeat(min(2,var(--trw-columns)),minmax(0,1fr))}}
@media(max-width:640px){.trw-card{min-height:0}.trw-slider .trw-card{flex-basis:calc((100% - (var(--trw-gap) * (var(--trw-slides-mobile) - 1))) / var(--trw-slides-mobile))}.trw-slider-shell>.trw-nav{display:none}.trw-cards{grid-template-columns:1fr}.trw-header{display:grid;grid-template-columns:1fr;gap:12px}.trw-button{width:100%}}

/* v1.9 interaction + review-card polish */
.trw-widget-font{font-family:Arial,Helvetica,sans-serif}
.trw-use-site-font{font-family:inherit}
.trw-align-left .trw-card{text-align:left}.trw-align-center .trw-card{text-align:center}.trw-align-right .trw-card{text-align:right}.trw-align-justify .trw-card{text-align:justify}
.trw-align-center .trw-card-top,.trw-align-center .trw-rating-row{justify-content:center}.trw-align-right .trw-card-top,.trw-align-right .trw-rating-row{justify-content:flex-end}
.trw-align-center .trw-author-row{justify-content:center}.trw-align-right .trw-author-row{justify-content:flex-end}
.trw-hover-animation .trw-card:hover{transform:translateY(-2px)}
.trw-widget:not(.trw-hover-animation) .trw-card:hover{transform:none}

.trw-source{margin-left:auto;flex:0 0 auto}.trw-source .trw-google-icon{display:block;width:20px;height:20px}
.trw-google-icon{display:inline-block;width:20px;height:20px;vertical-align:middle}
.trw-date,.trw-source,.trw-google-icon,.trw-verified{cursor:default}

.trw-text-read-more .trw-review-body{display:block}
.trw-text-read-more.has-toggle.is-collapsed .trw-review-body,.trw-text-truncated{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}
.trw-text-scroll{max-height:6.6em;overflow-y:auto;padding-right:8px;scrollbar-width:thin}
.trw-text-scroll::-webkit-scrollbar{width:5px}.trw-text-scroll::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}
.trw-read-more{appearance:none;border:0;background:transparent!important;color:#6b7280!important;padding:0!important;margin:8px 0 0!important;font-size:12px!important;line-height:1.3!important;font-weight:600!important;text-decoration:none!important;cursor:pointer;box-shadow:none!important}
.trw-read-more:hover{color:#1f2937!important;text-decoration:underline!important}
.trw-read-more:focus-visible{outline:2px solid #4285f4;outline-offset:3px;border-radius:3px}

.trw-filter-condition{margin:0 0 12px;padding:8px 11px;border-radius:8px;background:#f8fafc;border:1px solid #e5e7eb;color:#64748b;font-size:12px}
.trw-load-item{min-width:0;break-inside:avoid}.trw-load-item>.trw-card{height:100%}
.trw-masonry .trw-load-item{display:inline-block;width:100%;margin:0 0 var(--trw-gap)}.trw-masonry .trw-load-item>.trw-card{margin:0}
.trw-list .trw-load-item{display:block}.trw-list .trw-load-item>.trw-card{border:0;border-bottom:1px solid var(--trw-border);border-radius:0;box-shadow:none;margin:0;transform:none!important}.trw-list .trw-load-item:last-child>.trw-card{border-bottom:0}
.trw-load-more-wrap{text-align:center;margin-top:18px}.trw-load-more{appearance:none;border:1px solid #d6d9df;background:#fff;color:#374151;border-radius:8px;padding:9px 18px;font-size:13px;font-weight:700;cursor:pointer;box-shadow:0 3px 10px rgba(15,23,42,.05)}.trw-load-more:hover{border-color:#9ca3af;background:#f9fafb}.trw-load-more:focus-visible{outline:2px solid #4285f4;outline-offset:3px}

.trw-slider{scroll-behavior:smooth!important;touch-action:pan-y pan-x}
.trw-slider .trw-card{height:auto;align-self:stretch}
.trw-dots{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:12px}.trw-dot{appearance:none;border:0;width:7px;height:7px;border-radius:50%;background:#cbd5e1;padding:0;cursor:pointer}.trw-dot.is-active{width:18px;border-radius:999px;background:#64748b}
.trw-nav{user-select:none}

@media(max-width:640px){.trw-text-read-more.has-toggle.is-collapsed .trw-review-body,.trw-text-truncated{-webkit-line-clamp:4}.trw-load-more{width:100%;max-width:220px}}

/* v1.9.1 interaction hardening */
.trw-load-item[hidden]{display:none!important}
.trw-widget .trw-read-more{
  display:inline-flex!important;align-items:center!important;gap:5px!important;
  width:auto!important;min-width:0!important;height:auto!important;
  border:0!important;background:transparent!important;box-shadow:none!important;
  color:#7b7f86!important;padding:0!important;margin:8px 0 0!important;
  font-family:inherit!important;font-size:12px!important;line-height:1.35!important;font-weight:600!important;
  text-decoration:none!important;text-transform:none!important;letter-spacing:0!important;cursor:pointer!important;
}
.trw-widget .trw-read-more:hover{color:#202124!important;text-decoration:underline!important}
.trw-widget .trw-load-more{font-family:inherit!important;text-transform:none!important;letter-spacing:0!important}
.trw-slider-shell>.trw-nav{pointer-events:auto!important;cursor:pointer!important}
.trw-slider{position:relative}


/* v1.9.2 - one-card slider motion, tooltips and layout variants */
.trw-tooltip-target{position:relative;overflow:visible}
.trw-tooltip-target[data-trw-tooltip]:before,
.trw-tooltip-target[data-trw-tooltip]:after{position:absolute;left:50%;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .14s ease,transform .14s ease;z-index:50}
.trw-tooltip-target[data-trw-tooltip]:after{content:attr(data-trw-tooltip);bottom:calc(100% + 8px);transform:translate(-50%,4px);background:#111;color:#fff;border-radius:6px;padding:7px 10px;font-size:11px;font-weight:600;line-height:1.2;white-space:nowrap;box-shadow:0 5px 15px rgba(0,0,0,.18)}
.trw-tooltip-target[data-trw-tooltip]:before{content:'';bottom:calc(100% + 3px);transform:translateX(-50%);border:5px solid transparent;border-top-color:#111}
.trw-tooltip-target[data-trw-tooltip]:hover:after,.trw-tooltip-target[data-trw-tooltip]:hover:before,.trw-tooltip-target[data-trw-tooltip]:focus-visible:after,.trw-tooltip-target[data-trw-tooltip]:focus-visible:before{opacity:1;visibility:visible}
.trw-tooltip-target[data-trw-tooltip]:hover:after,.trw-tooltip-target[data-trw-tooltip]:focus-visible:after{transform:translate(-50%,0)}

/* Keep the normal card shadow unchanged on hover. Optional hover animation only lifts the card. */
.trw-widget .trw-card:hover{box-shadow:0 6px 22px rgba(15,23,42,.045)}
.trw-style-drop-shadow .trw-card:hover{box-shadow:0 10px 28px rgba(15,23,42,.12)}
.trw-style-dark .trw-card:hover,.trw-style-dark-minimal .trw-card:hover{box-shadow:none}
.trw-style-luxury .trw-card:hover{box-shadow:none}

/* Structural layout variants. Visual style presets still apply independently. */
.trw-layout-variant-slider-compact .trw-card{padding:14px;min-height:0}.trw-layout-variant-slider-compact .trw-avatar{width:36px;height:36px;flex-basis:36px}
.trw-layout-variant-slider-centered .trw-card{text-align:center}.trw-layout-variant-slider-centered .trw-author-row{justify-content:center}.trw-layout-variant-slider-centered .trw-source{position:absolute;right:16px;top:16px}.trw-layout-variant-slider-centered .trw-rating-row{justify-content:center}
.trw-layout-variant-slider-wide .trw-card{padding:26px}.trw-layout-variant-slider-testimonial .trw-text{font-size:calc(var(--trw-review-size) + 1px);line-height:1.75}
.trw-layout-variant-slider-minimal .trw-card{border-color:transparent;box-shadow:none}.trw-layout-variant-slider-cards .trw-card{border-width:1px}
.trw-layout-variant-grid-compact .trw-card{padding:14px}.trw-layout-variant-grid-bordered .trw-card{box-shadow:none;border-width:1px}.trw-layout-variant-grid-centered .trw-card{text-align:center}.trw-layout-variant-grid-centered .trw-author-row,.trw-layout-variant-grid-centered .trw-rating-row{justify-content:center}.trw-layout-variant-grid-dense{--trw-gap:10px}.trw-layout-variant-grid-dense .trw-card{padding:13px}.trw-layout-variant-grid-highlight .trw-card{border-top-width:3px;border-top-color:#4285f4}
.trw-layout-variant-masonry-compact .trw-card{padding:14px}.trw-layout-variant-masonry-spacious{--trw-gap:24px}.trw-layout-variant-list-cards .trw-card{padding:22px}.trw-layout-variant-list-divider .trw-card{border:0;border-bottom:1px solid var(--trw-border);border-radius:0;box-shadow:none;padding-left:0;padding-right:0}.trw-layout-variant-list-compact .trw-card{padding:13px}.trw-layout-variant-list-centered .trw-card{text-align:center}.trw-layout-variant-list-centered .trw-author-row,.trw-layout-variant-list-centered .trw-rating-row{justify-content:center}
.trw-layout-variant-badge-rating .trw-score-number{font-size:24px}.trw-layout-variant-badge-compact .trw-header{padding:10px 12px}.trw-layout-variant-badge-top-rated .trw-header{border-color:#f0c65d}.trw-layout-variant-badge-certificate .trw-header{border-style:double;border-width:3px}
.trw-layout-variant-button-outline .trw-review-button-layout{background:transparent!important;border:1px solid var(--trw-border)!important;color:var(--trw-text)!important}.trw-layout-variant-button-compact .trw-review-button-layout{padding:9px 13px}.trw-layout-variant-button-stars .trw-review-button-layout{border-radius:999px}
.trw-layout-variant-floating-badge-pill .trw-floating-trigger{border-radius:999px}.trw-layout-variant-floating-badge-card .trw-floating-trigger{border-radius:14px;padding:14px 18px}.trw-layout-variant-sidebar-compact .trw-sidebar-trigger{padding:9px 7px}.trw-layout-variant-popup-card .trw-popup-trigger{border-radius:14px;padding:14px 18px}


/* v1.9.3 - expanded layout library, header layouts, tooltip alignment and hover cleanup */
.trw-widget .trw-card:hover{transform:none!important;box-shadow:none!important}
.trw-widget.trw-hover-animation .trw-card:hover{transform:none!important;box-shadow:none!important}
.trw-source.trw-tooltip-target[data-trw-tooltip]:after{left:auto!important;right:0!important;transform:translate(0,4px)!important}
.trw-source.trw-tooltip-target[data-trw-tooltip]:before{left:auto!important;right:5px!important;transform:none!important}
.trw-source.trw-tooltip-target[data-trw-tooltip]:hover:after,.trw-source.trw-tooltip-target[data-trw-tooltip]:focus-visible:after{transform:translate(0,0)!important}
.trw-rating-line{display:flex;align-items:center;justify-content:center;gap:4px;flex-wrap:wrap;font-size:14px;color:var(--trw-text);padding:8px 12px;text-align:center}
.trw-rating-line strong{font-weight:700}
.trw-section-title{font-size:clamp(28px,4vw,48px);line-height:1.1;text-align:center;margin:0 0 22px;color:var(--trw-text);font-weight:800}
.trw-layout-variant-slider-with-header .trw-header{background:#f6f6f6;border-color:transparent;border-radius:12px;padding:14px 20px;margin-bottom:16px;box-shadow:none}
.trw-layout-variant-slider-with-header .trw-header-brand{min-width:auto;flex-direction:row;align-items:center;gap:10px}
.trw-layout-variant-slider-with-header .trw-business-name{display:none}
.trw-layout-variant-slider-with-header .trw-score-block{min-width:auto;flex:1;align-items:flex-start}
.trw-layout-variant-slider-with-header .trw-score-top{gap:7px;flex-wrap:wrap}
.trw-layout-variant-slider-with-header .trw-review-count{font-weight:700;color:var(--trw-text)}
.trw-layout-variant-slider-with-header .trw-button{background:#fff;color:#111!important;border:1px solid #9aa0a6;border-radius:6px;padding:10px 18px}
.trw-inline-google-badge,.trw-inline-rating-pill,.trw-stars-badge,.trw-stacked-google-badge,.trw-reviewer-badge{display:flex;align-items:center;justify-content:center;gap:9px;flex-wrap:wrap;background:var(--trw-card-bg);border:1px solid var(--trw-border);border-radius:12px;padding:12px 16px;color:var(--trw-text);box-shadow:none}
.trw-stacked-google-badge{flex-direction:column;gap:5px}.trw-stacked-google-badge small{color:var(--trw-muted)}
.trw-stars-badge strong{font-size:18px}.trw-stars-badge span,.trw-inline-rating-pill span{font-size:12px;color:var(--trw-muted)}
.trw-reviewer-badge{gap:14px}.trw-reviewer-badge>div:last-child{display:flex;flex-direction:column;gap:3px}.trw-reviewer-badge small{color:var(--trw-muted)}
.trw-reviewer-bubbles{display:flex;align-items:center}.trw-reviewer-bubbles .trw-avatar{width:34px;height:34px;flex-basis:34px;margin-left:-8px;border:2px solid #fff}.trw-reviewer-bubbles .trw-avatar:first-child{margin-left:0}
.trw-layout-variant-slider-borderless .trw-card,.trw-layout-variant-slider-minimal .trw-card,.trw-layout-variant-grid-minimal .trw-card,.trw-layout-variant-masonry-minimal .trw-card{border-color:transparent;box-shadow:none!important;background:transparent}
.trw-layout-variant-slider-quote .trw-text:before{content:'“';font-size:30px;line-height:0;color:var(--trw-muted);margin-right:3px;vertical-align:-8px}
.trw-layout-variant-slider-profile .trw-card-top,.trw-layout-variant-grid-profile .trw-card-top{align-items:center}
.trw-layout-variant-grid-wide .trw-cards{--trw-columns:2}
.trw-layout-variant-list-minimal .trw-list{border-color:transparent}.trw-layout-variant-list-minimal .trw-card{background:transparent}
.trw-layout-variant-list-timeline .trw-list{position:relative;padding-left:22px;border:0;background:transparent}.trw-layout-variant-list-timeline .trw-list:before{content:'';position:absolute;left:9px;top:0;bottom:0;width:1px;background:var(--trw-border)}.trw-layout-variant-list-timeline .trw-card{border:0;border-radius:12px;margin-bottom:10px}.trw-layout-variant-list-timeline .trw-card:before{content:'';position:absolute;left:-18px;top:28px;width:8px;height:8px;border-radius:50%;background:#4285f4}
@media(max-width:700px){.trw-layout-variant-slider-with-header .trw-header{display:grid;grid-template-columns:1fr;gap:10px}.trw-layout-variant-slider-with-header .trw-button{width:auto;justify-self:start}.trw-section-title{font-size:30px}}


/* v1.9.4 layout fixes */
.trw-rating-summary-slider{display:grid;grid-template-columns:210px minmax(0,1fr);gap:28px;align-items:center;width:100%}
.trw-rating-summary-panel{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center;color:var(--trw-text);padding:18px 10px}
.trw-rating-summary-label{font-size:22px;line-height:1.1}.trw-rating-summary-panel .trw-stars{font-size:24px}.trw-rating-summary-panel>span:not(.trw-stars):not(.trw-google-logo){font-size:13px}.trw-rating-summary-panel .trw-google-logo{font-size:28px;margin-top:3px}.trw-rating-summary-panel .trw-google-logo .trw-google-icon{width:30px;height:30px}
.trw-rating-summary-reviews{min-width:0}.trw-rating-summary-reviews .trw-dots{margin-top:8px}
.trw-layout-variant-slider-avatar-top .trw-slider{padding-top:34px}
.trw-layout-variant-slider-avatar-top .trw-card{overflow:visible!important;padding-top:48px;text-align:center;position:relative}
.trw-layout-variant-slider-avatar-top .trw-author-row{justify-content:center}.trw-layout-variant-slider-avatar-top .trw-card-top{justify-content:center;position:static}.trw-layout-variant-slider-avatar-top .trw-author-copy{align-items:center}
.trw-layout-variant-slider-avatar-top .trw-avatar{position:absolute;left:50%;top:-28px;transform:translateX(-50%);width:58px;height:58px;flex-basis:58px;border:4px solid var(--trw-bg,#fff)}
.trw-layout-variant-slider-avatar-top .trw-source{position:absolute;left:calc(50% + 20px);top:-3px}.trw-layout-variant-slider-avatar-top .trw-rating-row{justify-content:center}
.trw-layout-variant-slider-with-header .trw-button{white-space:nowrap}
@media(max-width:820px){.trw-rating-summary-slider{grid-template-columns:1fr}.trw-rating-summary-panel{padding-bottom:4px}}

/* v2.0.0 final frontend QA: natural card heights and consistent spacing */
.trw-slider{align-items:flex-start}
.trw-slider .trw-card{height:auto!important;align-self:flex-start!important}
.trw-cards{align-items:start}
.trw-load-item>.trw-card{height:auto!important}

/* Default list uses separated cards; divider/minimal variants can opt back into a joined list. */
.trw-list{gap:var(--trw-gap);border:0;overflow:visible;background:transparent}
.trw-list .trw-load-item{display:block}
.trw-list .trw-load-item>.trw-card,.trw-list>.trw-card{border:1px solid var(--trw-border);border-radius:var(--trw-radius);margin:0;box-shadow:none;transform:none!important}
.trw-list .trw-load-item:last-child>.trw-card,.trw-list>.trw-card:last-child{border-bottom:1px solid var(--trw-border)}
.trw-layout-variant-list-divider .trw-list,.trw-layout-variant-list-minimal .trw-list{gap:0}
.trw-layout-variant-list-divider .trw-list .trw-load-item>.trw-card,.trw-layout-variant-list-divider .trw-list>.trw-card{border:0;border-bottom:1px solid var(--trw-border);border-radius:0}
.trw-layout-variant-list-minimal .trw-list .trw-load-item>.trw-card,.trw-layout-variant-list-minimal .trw-list>.trw-card{border:0;border-radius:0;background:transparent}

/* Rating-score variants and compact rating headers for selected grid/list layouts. */
.trw-rating-strip{display:flex;align-items:center;justify-content:center;gap:9px;flex-wrap:wrap;width:100%;margin:0 0 16px;padding:12px 16px;border:1px solid var(--trw-border);border-radius:12px;background:var(--trw-card-bg);color:var(--trw-text);box-shadow:none}
.trw-rating-strip .trw-rating-word{font-size:13px}.trw-rating-strip .trw-rating-number{font-size:15px}.trw-rating-strip .trw-rating-reviews{font-size:12px;color:var(--trw-muted)}
.trw-rating-strip-pill{width:max-content;max-width:100%;border-radius:999px;padding:9px 15px}
.trw-rating-strip-centered{max-width:390px;margin-left:auto;margin-right:auto;flex-direction:column;gap:7px;text-align:center}
.trw-rating-strip-stars .trw-google-logo{display:none}
.trw-rating-strip-compact{justify-content:flex-start;background:var(--trw-card-bg)}

/* Profile-top slider reserves vertical space inside the scroll area; photos never clip. */
.trw-layout-variant-slider-avatar-top .trw-slider{padding-top:42px}
.trw-layout-variant-slider-avatar-top .trw-card{padding-top:40px!important;overflow:visible!important}
.trw-layout-variant-slider-avatar-top .trw-avatar{top:-27px!important;width:56px!important;height:56px!important;flex-basis:56px!important}

/* Hover never changes card elevation. */
.trw-widget .trw-card:hover,.trw-widget.trw-hover-animation .trw-card:hover{transform:none!important}
.trw-style-clean-white .trw-card:hover{box-shadow:0 8px 22px rgba(15,23,42,.055)!important}
.trw-style-light-border .trw-card:hover,.trw-style-minimal .trw-card:hover,.trw-style-dark-minimal .trw-card:hover,.trw-style-luxury .trw-card:hover{box-shadow:none!important}
.trw-style-drop-shadow .trw-card:hover{box-shadow:var(--trw-shadow)!important}

@media(max-width:700px){.trw-rating-strip{justify-content:flex-start}.trw-rating-strip-centered{align-items:center;justify-content:center}}
.trw-widget.trw-hover-animation .trw-card:hover{transform:translateY(-2px)!important}

/* v2.1.0 production card geometry and source-icon fixes */
.trw-widget:not(.trw-layout-masonry) .trw-card{
  height:260px!important;
  min-height:260px!important;
  max-height:260px;
  box-sizing:border-box;
  overflow:hidden;
}
.trw-widget:not(.trw-layout-masonry) .trw-card.is-review-expanded{
  height:auto!important;
  min-height:260px!important;
  max-height:none!important;
  overflow:visible;
}
.trw-layout-masonry .trw-card,
.trw-layout-masonry .trw-load-item>.trw-card{
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  overflow:visible;
}
.trw-slider{align-items:stretch!important}
.trw-slider .trw-card{align-self:stretch!important}
.trw-cards:not(.trw-masonry){grid-auto-rows:260px;align-items:stretch!important}
.trw-cards:not(.trw-masonry) .trw-load-item{height:260px}
.trw-cards:not(.trw-masonry) .trw-load-item>.trw-card{height:100%!important;min-height:100%!important;max-height:100%!important}
.trw-cards:not(.trw-masonry) .trw-load-item>.trw-card.is-review-expanded{height:auto!important;min-height:260px!important;max-height:none!important}
.trw-list .trw-load-item{height:260px}
.trw-list .trw-load-item>.trw-card{height:100%!important;min-height:100%!important;max-height:100%!important}
.trw-list .trw-load-item>.trw-card.is-review-expanded{height:auto!important;min-height:260px!important;max-height:none!important}

/* Profile-top layouts keep the Google source mark in the card corner, never on the avatar. */
.trw-layout-variant-slider-avatar-top .trw-source{
  position:absolute!important;
  top:18px!important;
  right:18px!important;
  left:auto!important;
}
.trw-layout-variant-slider-avatar-top .trw-avatar{
  top:-27px!important;
  left:50%!important;
  transform:translateX(-50%)!important;
}
.trw-layout-variant-slider-avatar-top .trw-card{
  padding-top:42px!important;
}

/* Grid header uses the same full-width rating header as Slider I. */
.trw-layout-variant-grid-with-header .trw-header{
  background:#f6f6f6;
  border-color:transparent;
  border-radius:12px;
  padding:14px 20px;
  margin-bottom:18px;
  box-shadow:none;
}
.trw-layout-variant-grid-with-header .trw-business-name{display:none}
.trw-layout-variant-grid-with-header .trw-score-block{flex:1;align-items:flex-start}
.trw-layout-variant-grid-with-header .trw-button{
  background:#fff;
  color:#111!important;
  border:1px solid #9aa0a6;
  border-radius:6px;
  padding:10px 18px;
  white-space:nowrap;
}

/* Card hover never changes elevation or position. */
.trw-widget .trw-card:hover,
.trw-widget.trw-hover-animation .trw-card:hover,
.trw-style-clean-white .trw-card:hover,
.trw-style-light-border .trw-card:hover,
.trw-style-drop-shadow .trw-card:hover,
.trw-style-soft-gray .trw-card:hover,
.trw-style-google-clean .trw-card:hover,
.trw-style-google-blue .trw-card:hover,
.trw-style-contrast .trw-card:hover,
.trw-style-dark .trw-card:hover,
.trw-style-dark-minimal .trw-card:hover,
.trw-style-rounded .trw-card:hover,
.trw-style-luxury .trw-card:hover,
.trw-style-glass .trw-card:hover,
.trw-style-warm .trw-card:hover,
.trw-style-accent-line .trw-card:hover{
  transform:none!important;
}

@media(max-width:640px){
  .trw-widget:not(.trw-layout-masonry) .trw-card,
  .trw-cards:not(.trw-masonry) .trw-load-item,
  .trw-list .trw-load-item{
    height:250px!important;
    min-height:250px!important;
  }
  .trw-widget:not(.trw-layout-masonry) .trw-card.is-review-expanded,
  .trw-cards:not(.trw-masonry) .trw-load-item>.trw-card.is-review-expanded,
  .trw-list .trw-load-item>.trw-card.is-review-expanded{
    height:auto!important;
    min-height:250px!important;
  }
}

/* Expanded review cards can grow without overlapping the next grid/list row. */
.trw-cards:not(.trw-masonry){grid-auto-rows:auto!important}
.trw-cards:not(.trw-masonry) .trw-load-item.is-review-expanded,
.trw-list .trw-load-item.is-review-expanded{height:auto!important;min-height:260px!important}
@media(max-width:640px){
  .trw-cards:not(.trw-masonry) .trw-load-item.is-review-expanded,
  .trw-list .trw-load-item.is-review-expanded{min-height:250px!important}
}

/* v2.1.0 final production interaction override: cards never gain a hover shadow. */
.trw-widget .trw-card:hover,
.trw-widget.trw-hover-animation .trw-card:hover,
.trw-style-clean-white .trw-card:hover,
.trw-style-light-border .trw-card:hover,
.trw-style-drop-shadow .trw-card:hover,
.trw-style-soft-gray .trw-card:hover,
.trw-style-google-clean .trw-card:hover,
.trw-style-google-blue .trw-card:hover,
.trw-style-contrast .trw-card:hover,
.trw-style-dark .trw-card:hover,
.trw-style-dark-minimal .trw-card:hover,
.trw-style-rounded .trw-card:hover,
.trw-style-luxury .trw-card:hover,
.trw-style-glass .trw-card:hover,
.trw-style-warm .trw-card:hover,
.trw-style-accent-line .trw-card:hover{
  box-shadow:none!important;
  transform:none!important;
}


/* v2.1.2 typography + controls */
.trw-widget,
.trw-widget *:not(svg):not(path){font-family:'Poppins',sans-serif!important}
.trw-widget:not(.trw-style-dark):not(.trw-style-dark-minimal):not(.trw-style-luxury),
.trw-widget:not(.trw-style-dark):not(.trw-style-dark-minimal):not(.trw-style-luxury) p,
.trw-widget:not(.trw-style-dark):not(.trw-style-dark-minimal):not(.trw-style-luxury) span,
.trw-widget:not(.trw-style-dark):not(.trw-style-dark-minimal):not(.trw-style-luxury) strong,
.trw-widget:not(.trw-style-dark):not(.trw-style-dark-minimal):not(.trw-style-luxury) small,
.trw-widget:not(.trw-style-dark):not(.trw-style-dark-minimal):not(.trw-style-luxury) .trw-text,
.trw-widget:not(.trw-style-dark):not(.trw-style-dark-minimal):not(.trw-style-luxury) .trw-author-name,
.trw-widget:not(.trw-style-dark):not(.trw-style-dark-minimal):not(.trw-style-luxury) .trw-date,
.trw-widget:not(.trw-style-dark):not(.trw-style-dark-minimal):not(.trw-style-luxury) .trw-review-count,
.trw-widget:not(.trw-style-dark):not(.trw-style-dark-minimal):not(.trw-style-luxury) .trw-score-label,
.trw-widget:not(.trw-style-dark):not(.trw-style-dark-minimal):not(.trw-style-luxury) .trw-score-number{color:#000}
.trw-widget .trw-card,.trw-widget .trw-card:hover{box-shadow:none!important;transform:none!important}
.trw-widget .trw-load-more{
  appearance:none!important;
  border:1px solid #f5f5f5!important;
  background:#f5f5f5!important;
  color:#000!important;
  border-radius:8px!important;
  padding:10px 20px!important;
  font-family:'Poppins',sans-serif!important;
  font-size:13px!important;
  font-weight:600!important;
  cursor:pointer!important;
  box-shadow:none!important;
  transition:background-color .2s ease,border-color .2s ease!important;
}
.trw-widget .trw-load-more:hover,.trw-widget .trw-load-more:focus{
  background:#e6e6e6!important;
  border-color:#e6e6e6!important;
  color:#000!important;
  box-shadow:none!important;
  transform:none!important;
}


/* v2.2.1 Google review brand colors: typography stays black, review signals keep Google colors. */
.trw-widget .trw-stars .trw-star.is-filled{color:#fbbc04!important}
.trw-widget .trw-stars .trw-star.is-empty{color:#d1d5db!important}
.trw-widget .trw-verified,
.trw-widget .trw-verified-rating{background:#4285f4!important;color:#fff!important}

.trw-read-more[hidden]{display:none!important}

/* v2.5.0 grid controls, transparent wrappers and custom styling */
.trw-widget{
  --trw-card-border:var(--trw-border,#e5e7eb);
  --trw-header-bg:#f5f5f5;
  --trw-header-border:transparent;
  --trw-header-radius:12px;
  --trw-header-padding:18px;
  --trw-button-bg:transparent;
  --trw-button-border:#9aa0a6;
  --trw-button-text:#000000;
  --trw-button-hover-bg:#333333;
  --trw-button-hover-border:#333333;
  --trw-button-hover-text:#ffffff;
  --trw-button-radius:6px;
  --trw-verified-bg:#4285f4;
  --trw-load-bg:#f5f5f5;
  --trw-load-border:#f5f5f5;
  --trw-load-text:#000000;
  --trw-load-hover-bg:#e6e6e6;
  --trw-load-hover-border:#e6e6e6;
  --trw-load-hover-text:#000000;
  --trw-grid-tablet:2;
  --trw-grid-mobile:1;
  background:transparent!important;
}
/* The widget never paints a page/section background. Only cards/header own surfaces. */
.trw-widget:not(.trw-layout-floating-badge):not(.trw-layout-sidebar):not(.trw-layout-popup){background:transparent!important;padding:0!important}
.trw-style-soft-gray:not(.trw-layout-floating-badge):not(.trw-layout-sidebar),
.trw-style-google-blue:not(.trw-layout-floating-badge):not(.trw-layout-sidebar),
.trw-style-contrast:not(.trw-layout-floating-badge):not(.trw-layout-sidebar),
.trw-style-dark:not(.trw-layout-floating-badge):not(.trw-layout-sidebar),
.trw-style-dark-minimal:not(.trw-layout-floating-badge):not(.trw-layout-sidebar),
.trw-style-luxury:not(.trw-layout-floating-badge):not(.trw-layout-sidebar),
.trw-style-glass:not(.trw-layout-floating-badge):not(.trw-layout-sidebar),
.trw-style-warm:not(.trw-layout-floating-badge):not(.trw-layout-sidebar){background:transparent!important;padding:0!important}

.trw-card{border-color:var(--trw-card-border)!important}
.trw-header,
.trw-layout-variant-slider-with-header .trw-header,
.trw-layout-variant-grid-with-header .trw-header{
  background:var(--trw-header-bg)!important;
  border:1px solid var(--trw-header-border)!important;
  border-radius:var(--trw-header-radius)!important;
  padding:var(--trw-header-padding)!important;
  box-shadow:none!important;
}
.trw-verified,.trw-verified-rating{background:var(--trw-verified-bg)!important;color:#fff!important}

/* Header surfaces follow the selected preset instead of always using grey. */
.trw-style-clean-white{--trw-card-bg:#f5f5f5;--trw-card-border:transparent;--trw-header-bg:#f5f5f5;--trw-header-border:transparent}
.trw-style-light-border{--trw-card-bg:#fff;--trw-card-border:#dfe3e8;--trw-header-bg:#fff;--trw-header-border:#dfe3e8}
.trw-style-drop-shadow{--trw-card-bg:#fff;--trw-card-border:transparent;--trw-header-bg:#fff;--trw-header-border:transparent}
.trw-style-soft-gray{--trw-card-bg:#fff;--trw-card-border:#e9edf3;--trw-header-bg:#f5f5f5;--trw-header-border:#e9edf3}
.trw-style-minimal{--trw-card-bg:transparent;--trw-card-border:transparent;--trw-header-bg:transparent;--trw-header-border:transparent}
.trw-style-google-clean{--trw-card-bg:#fff;--trw-card-border:#dadce0;--trw-header-bg:#f5f5f5;--trw-header-border:#dadce0}
.trw-style-google-blue{--trw-card-bg:#fff;--trw-card-border:#e3e8ef;--trw-header-bg:#1a73e8;--trw-header-border:rgba(255,255,255,.28)}
.trw-style-contrast{--trw-card-bg:#fff;--trw-card-border:#e5e7eb;--trw-header-bg:#111827;--trw-header-border:#273244}
.trw-style-dark{--trw-card-bg:#191c22;--trw-card-border:#2a2f38;--trw-header-bg:#191c22;--trw-header-border:#2a2f38}
.trw-style-dark-minimal{--trw-card-bg:#0f1115;--trw-card-border:#2a2e36;--trw-header-bg:transparent;--trw-header-border:#2a2e36}
.trw-style-rounded{--trw-card-bg:#fff;--trw-card-border:#e3ebf5;--trw-header-bg:#f7faff;--trw-header-border:#e3ebf5}
.trw-style-luxury{--trw-card-bg:#211f1a;--trw-card-border:#403a2d;--trw-header-bg:#211f1a;--trw-header-border:#403a2d}
.trw-style-glass{--trw-card-bg:rgba(255,255,255,.72);--trw-card-border:rgba(255,255,255,.68);--trw-header-bg:rgba(255,255,255,.72);--trw-header-border:rgba(255,255,255,.68)}
.trw-style-warm{--trw-card-bg:#fffdf9;--trw-card-border:#ece3d7;--trw-header-bg:#fbf8f3;--trw-header-border:#ece3d7}
.trw-style-accent-line{--trw-card-bg:#fff;--trw-card-border:#e6e8ed;--trw-header-bg:#fff;--trw-header-border:#e6e8ed}

/* Write a review: transparent by default, bordered; light-black hover. */
.trw-header .trw-button{
  background:var(--trw-button-bg)!important;
  border:1px solid var(--trw-button-border)!important;
  color:var(--trw-button-text)!important;
  border-radius:var(--trw-button-radius)!important;
  box-shadow:none!important;
  opacity:1!important;
  transform:none!important;
  transition:background-color .18s ease,border-color .18s ease,color .18s ease!important;
}
.trw-header .trw-button:hover,.trw-header .trw-button:focus{
  background:var(--trw-button-hover-bg)!important;
  border-color:var(--trw-button-hover-border)!important;
  color:var(--trw-button-hover-text)!important;
  box-shadow:none!important;
  transform:none!important;
}
.trw-widget:not(.trw-custom-style) .trw-header .trw-button{--trw-button-bg:transparent;--trw-button-border:#9aa0a6;--trw-button-text:#000;--trw-button-hover-bg:#333;--trw-button-hover-border:#333;--trw-button-hover-text:#fff}
.trw-style-dark:not(.trw-custom-style) .trw-header .trw-button,
.trw-style-dark-minimal:not(.trw-custom-style) .trw-header .trw-button,
.trw-style-luxury:not(.trw-custom-style) .trw-header .trw-button,
.trw-style-contrast:not(.trw-custom-style) .trw-header .trw-button,
.trw-style-google-blue:not(.trw-custom-style) .trw-header .trw-button{--trw-button-border:rgba(255,255,255,.65);--trw-button-text:#fff}

/* Grid responsive controls. */
.trw-layout-grid .trw-cards{grid-template-columns:repeat(var(--trw-columns),minmax(0,1fr))!important}
@media(max-width:980px){.trw-layout-grid .trw-cards{grid-template-columns:repeat(var(--trw-grid-tablet),minmax(0,1fr))!important}}
@media(max-width:640px){.trw-layout-grid .trw-cards{grid-template-columns:repeat(var(--trw-grid-mobile),minmax(0,1fr))!important}}

/* Load More keeps the requested neutral colors, but can be overridden by Custom Styling. */
.trw-widget .trw-load-more{
  background:var(--trw-load-bg)!important;
  border-color:var(--trw-load-border)!important;
  color:var(--trw-load-text)!important;
}
.trw-widget .trw-load-more:hover,.trw-widget .trw-load-more:focus{
  background:var(--trw-load-hover-bg)!important;
  border-color:var(--trw-load-hover-border)!important;
  color:var(--trw-load-hover-text)!important;
}

/* Custom Style Editor takes precedence over every preset. */
.trw-widget.trw-custom-style .trw-card{background:var(--trw-card-bg)!important;border-color:var(--trw-card-border)!important}
.trw-widget.trw-custom-style .trw-stars .trw-star.is-filled{color:var(--trw-accent)!important}
.trw-widget.trw-custom-style .trw-verified,.trw-widget.trw-custom-style .trw-verified-rating{background:var(--trw-verified-bg)!important}
.trw-widget.trw-custom-style .trw-header .trw-business-name,
.trw-widget.trw-custom-style .trw-header .trw-score-number,
.trw-widget.trw-custom-style .trw-header .trw-score-label,
.trw-widget.trw-custom-style .trw-header .trw-google-logo{color:var(--trw-text)!important}
.trw-widget.trw-custom-style .trw-header .trw-review-count{color:var(--trw-muted)!important}

/* v2.5.1 responsive header + compact mobile Load More. */
@media(max-width:640px){
  .trw-widget .trw-header,
  .trw-widget.trw-layout-variant-slider-with-header .trw-header,
  .trw-widget.trw-layout-variant-grid-with-header .trw-header{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    gap:10px!important;
  }
  .trw-widget .trw-header-brand,
  .trw-widget .trw-score-block,
  .trw-widget .trw-score-top{
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    width:100%!important;
  }
  .trw-widget .trw-header .trw-button{
    width:auto!important;
    min-width:150px!important;
    max-width:100%!important;
    align-self:center!important;
    justify-self:center!important;
    padding:9px 16px!important;
  }
  .trw-widget .trw-load-more{
    width:auto!important;
    min-width:116px!important;
    max-width:160px!important;
    padding:8px 14px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    font-size:12px!important;
  }
  .trw-widget .trw-load-more-wrap{
    margin-top:14px!important;
  }
}






/* Google icon tooltip - keep it inside the review card */
.trw-source.trw-tooltip-target[data-trw-tooltip]::after {
    top: calc(100% - 7px) !important;
    bottom: auto !important;
    left: auto !important;
    right: 0 !important;
    transform: translate(0, -4px) !important;

    background: #111 !important;
    color: #fff !important;
    white-space: nowrap !important;
    z-index: 999 !important;
}

.trw-source.trw-tooltip-target[data-trw-tooltip]::before {
    top: calc(100% + 3px) !important;
    bottom: auto !important;
    left: auto !important;
    right: 5px !important;
    transform: none !important;

    border: 5px solid transparent !important;
    border-bottom-color: #111 !important;
    border-top-color: transparent !important;
}

.trw-source.trw-tooltip-target[data-trw-tooltip]:hover::after,
.trw-source.trw-tooltip-target[data-trw-tooltip]:focus-visible::after {
    transform: translate(0, 0) !important;
}