/* reviews v949 — TGS rating and enlarged review UI */
html body.store-body .reviews-v949{
  --rv-text:#111c31;
  --rv-muted:#71819c;
  --rv-blue:#0b7ff3;
  --rv-blue-soft:#eaf4ff;
  --rv-border:#dbe7f4;
  --rv-border-strong:#b8d7fb;
  --rv-card:#fff;
  display:block!important;
  width:100%!important;
  min-height:0!important;
  margin:18px 0 0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:var(--rv-text)!important;
}
html body.store-body .reviews-v949 *{box-sizing:border-box}
html body.store-body.page-reviews-v945 .native-admin-fab-v861{display:none!important}

html body.store-body .reviews-v949 .reviews-layout-v942{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 344px!important;
  align-items:start!important;
  gap:16px!important;
}
html body.store-body .reviews-v949 .reviews-main-v942{
  min-width:0!important;
  display:grid!important;
  align-content:start!important;
  gap:10px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

/* header */
html body.store-body .reviews-v949 .reviews-page-head-v942{
  min-height:82px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  margin:0!important;
  padding:4px 10px 2px!important;
  border:0!important;
  background:transparent!important;
}
html body.store-body .reviews-v949 .reviews-page-title-v942{min-width:0!important}
html body.store-body .reviews-v949 .reviews-page-title-v942 h1{
  margin:0 0 7px!important;
  color:var(--rv-text)!important;
  font-size:31px!important;
  line-height:1.05!important;
  letter-spacing:-.045em!important;
  font-weight:850!important;
}
html body.store-body .reviews-v949 .reviews-page-title-v942 p{
  margin:0!important;
  color:var(--rv-muted)!important;
  font-size:13px!important;
  line-height:1.4!important;
  font-weight:500!important;
}
html body.store-body .reviews-v949 .reviews-head-score-v942{
  width:232px!important;
  min-width:232px!important;
  height:74px!important;
  display:grid!important;
  grid-template-columns:46px auto minmax(0,1fr) 17px!important;
  grid-template-rows:1fr 1fr!important;
  align-items:center!important;
  column-gap:9px!important;
  padding:10px 13px 10px 10px!important;
  border:1px solid var(--rv-border)!important;
  border-radius:20px!important;
  background:linear-gradient(145deg,#fff,#f8fbff)!important;
  box-shadow:0 10px 28px rgba(39,79,125,.07)!important;
}
html body.store-body .reviews-v949 .reviews-head-score-icon-v942{
  grid-row:1/3!important;
  width:46px!important;height:46px!important;
  display:grid!important;place-items:center!important;
  border-radius:16px!important;
  color:var(--rv-blue)!important;
  background:var(--rv-blue-soft)!important;
}
html body.store-body .reviews-v949 .reviews-head-score-icon-v942 .i{font-size:24px!important}
html body.store-body .reviews-v949 .reviews-head-score-v942>strong{
  grid-column:2!important;grid-row:1/3!important;
  font-size:29px!important;line-height:1!important;letter-spacing:-.055em!important;font-weight:900!important;
  color:var(--rv-text)!important;
}
html body.store-body .reviews-v949 .reviews-head-score-v942>small{
  grid-column:3!important;grid-row:2!important;align-self:start!important;
  margin:0!important;color:var(--rv-muted)!important;font-size:8.5px!important;line-height:1.2!important;font-weight:650!important;white-space:nowrap!important;
}
html body.store-body .reviews-v949 .reviews-head-score-v942>.i{grid-column:4!important;grid-row:1/3!important;color:#7890aa!important;font-size:16px!important}

/* tabs */
html body.store-body .reviews-v949 .reviews-tabs-v942{
  width:max-content!important;max-width:100%!important;height:42px!important;
  display:flex!important;align-items:center!important;gap:4px!important;
  margin:0 0 0 2px!important;padding:4px!important;
  border:1px solid var(--rv-border)!important;border-radius:16px!important;
  background:#fff!important;box-shadow:0 6px 18px rgba(40,78,120,.045)!important;
}
html body.store-body .reviews-v949 .reviews-tabs-v942 button{
  height:32px!important;display:inline-flex!important;align-items:center!important;gap:7px!important;
  padding:0 12px!important;border:0!important;border-radius:12px!important;
  background:transparent!important;color:#42516b!important;font-size:11px!important;font-weight:750!important;box-shadow:none!important;
}
html body.store-body .reviews-v949 .reviews-tabs-v942 button em{
  min-width:18px!important;height:18px!important;padding:0 5px!important;border-radius:999px!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  background:#edf2f8!important;color:#78889e!important;font-size:9px!important;font-style:normal!important;font-weight:850!important;
}
html body.store-body .reviews-v949 .reviews-tabs-v942 button.active{background:#eaf4ff!important;color:var(--rv-blue)!important}
html body.store-body .reviews-v949 .reviews-tabs-v942 button.active em{background:#d7eaff!important;color:var(--rv-blue)!important}

/* authenticated composer */
html body.store-body .reviews-v949 .reviews-composer-v942{
  display:block!important;visibility:visible!important;
  margin:0!important;padding:0!important;
  border:1px solid var(--rv-border-strong)!important;border-radius:21px!important;
  background:linear-gradient(145deg,#fff,#fbfdff)!important;
  box-shadow:0 10px 30px rgba(41,92,151,.055)!important;
  overflow:visible!important;
}
html body.store-body .reviews-v949 .reviews-composer-inner-v942{display:block!important;min-height:148px!important;padding:14px 14px 9px!important}
html body.store-body .reviews-v949 .reviews-compose-message-v942{
  display:grid!important;grid-template-columns:46px minmax(0,1fr)!important;gap:11px!important;align-items:start!important;min-height:56px!important;
}
html body.store-body .reviews-v949 .reviews-compose-avatar-v942{
  width:44px!important;height:44px!important;min-width:44px!important;margin:0!important;
  border:2px solid #fff!important;border-radius:50%!important;background:#eef5fc!important;
  box-shadow:0 4px 14px rgba(34,74,119,.14)!important;overflow:hidden!important;
}
html body.store-body .reviews-v949 .reviews-compose-message-v942 textarea{
  width:100%!important;height:52px!important;min-height:52px!important;max-height:150px!important;
  margin:0!important;padding:11px 7px 8px!important;border:0!important;outline:0!important;resize:none!important;
  border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:hidden!important;
  color:var(--rv-text)!important;font-size:13.5px!important;line-height:1.45!important;font-weight:500!important;
}
html body.store-body .reviews-v949 .reviews-compose-message-v942 textarea::placeholder{color:#7486a2!important;opacity:1!important}
html body.store-body .reviews-v949 .reviews-compose-toolbar-v942{
  display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;
  margin:9px 0 0 57px!important;padding:0!important;
}
html body.store-body .reviews-v949 .reviews-score-options-v942{
  display:flex!important;align-items:center!important;gap:8px!important;min-height:46px!important;
  margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;
}
html body.store-body .reviews-v949 .reviews-score-options-v942>button{
  width:58px!important;height:44px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;
  margin:0!important;padding:0 10px!important;border:1px solid var(--rv-border)!important;border-radius:18px!important;
  background:#fff!important;color:#ff6800!important;box-shadow:0 5px 14px rgba(40,78,120,.045)!important;
}
html body.store-body .reviews-v949 .reviews-score-options-v942>button .i{font-size:21px!important;color:#ff6500!important}
html body.store-body .reviews-v949 .reviews-score-options-v942>button span{font-size:12px!important;font-weight:850!important;color:#4f6078!important}
html body.store-body .reviews-v949 .reviews-score-options-v942>button.active{border-color:#a9cefb!important;background:#eaf4ff!important}
html body.store-body .reviews-v949 .reviews-score-options-v942>button.active .i,
html body.store-body .reviews-v949 .reviews-score-options-v942>button.active span{color:var(--rv-blue)!important}
html body.store-body .reviews-v949 .reviews-rating-compact-v942{display:none!important}
html body.store-body .reviews-v949 .reviews-compose-actions-v942{display:flex!important;align-items:center!important;gap:9px!important}
html body.store-body .reviews-v949 .reviews-compose-icon-v942,
html body.store-body .reviews-v949 .reviews-send-v942{
  width:45px!important;height:45px!important;min-width:45px!important;display:grid!important;place-items:center!important;
  margin:0!important;padding:0!important;border-radius:50%!important;
}
html body.store-body .reviews-v949 .reviews-compose-icon-v942{border:1px solid var(--rv-border)!important;background:#fff!important;color:#657a96!important;box-shadow:none!important}
html body.store-body .reviews-v949 .reviews-compose-icon-v942 .i{font-size:20px!important}
html body.store-body .reviews-v949 .reviews-send-v942{border:0!important;background:linear-gradient(145deg,#158cff,#0875ef)!important;color:#fff!important;box-shadow:0 10px 22px rgba(8,124,242,.22)!important}
html body.store-body .reviews-v949 .reviews-send-v942 .i{font-size:22px!important}
html body.store-body .reviews-v949 .reviews-send-v942:disabled{opacity:.48!important;box-shadow:none!important}
html body.store-body .reviews-v949 .reviews-compose-meta-v942{
  min-height:15px!important;display:flex!important;justify-content:flex-end!important;align-items:center!important;
  margin:1px 2px 0 57px!important;padding:0!important;color:#92a0b2!important;font-size:9px!important;
}
html body.store-body .reviews-v949 .reviews-compose-meta-v942>span{display:none!important}
html body.store-body .reviews-v949 .reviews-compose-meta-v942 small{font-size:9px!important;color:#8999ae!important}

/* logged-out composer */
html body.store-body .reviews-v949 .reviews-login-composer-v947{
  min-height:148px!important;
  display:grid!important;
  align-content:space-between!important;
  gap:16px!important;
  margin:0!important;
  padding:14px!important;
  border:1px solid var(--rv-border-strong)!important;
  border-radius:21px!important;
  background:linear-gradient(145deg,#fff,#fbfdff)!important;
  box-shadow:0 10px 30px rgba(41,92,151,.055)!important;
}
html body.store-body .reviews-v949 .reviews-login-top-v947{
  display:grid!important;grid-template-columns:46px minmax(0,1fr) auto!important;align-items:center!important;gap:11px!important;
}
html body.store-body .reviews-v949 .reviews-login-avatar-v947{
  width:44px!important;height:44px!important;display:grid!important;place-items:center!important;border-radius:50%!important;
  background:#eef5fc!important;color:#8ca0b8!important;border:2px solid #fff!important;box-shadow:0 4px 14px rgba(34,74,119,.14)!important;
}
html body.store-body .reviews-v949 .reviews-login-avatar-v947 .i{font-size:24px!important}
html body.store-body .reviews-v949 .reviews-login-copy-v947{display:grid!important;gap:4px!important;min-width:0!important}
html body.store-body .reviews-v949 .reviews-login-copy-v947 b{font-size:13.5px!important;color:#7185a1!important;font-weight:650!important}
html body.store-body .reviews-v949 .reviews-login-copy-v947 small{font-size:10px!important;color:#9aa8b8!important}
html body.store-body .reviews-v949 .reviews-login-button-v947{
  height:38px!important;padding:0 17px!important;border:0!important;border-radius:13px!important;
  background:linear-gradient(145deg,#168cff,#0a73ed)!important;color:#fff!important;font-size:11px!important;font-weight:800!important;
  box-shadow:0 8px 18px rgba(8,124,242,.2)!important;
}
html body.store-body .reviews-v949 .reviews-login-bottom-v947{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;margin-left:57px!important}
html body.store-body .reviews-v949 .reviews-login-rating-v947{display:flex!important;gap:8px!important}
html body.store-body .reviews-v949 .reviews-login-rating-v947>span{
  width:58px!important;height:44px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;
  border:1px solid var(--rv-border)!important;border-radius:18px!important;background:#fff!important;color:#ff6500!important;
}
html body.store-body .reviews-v949 .reviews-login-rating-v947>span.active{border-color:#a9cefb!important;background:#eaf4ff!important;color:var(--rv-blue)!important}
html body.store-body .reviews-v949 .reviews-login-rating-v947 .i{font-size:21px!important}
html body.store-body .reviews-v949 .reviews-login-rating-v947 b{font-size:12px!important;color:#4f6078!important}
html body.store-body .reviews-v949 .reviews-login-rating-v947>span.active b{color:var(--rv-blue)!important}
html body.store-body .reviews-v949 .reviews-login-tools-v947{display:flex!important;align-items:center!important;gap:9px!important}
html body.store-body .reviews-v949 .reviews-login-tools-v947>span,
html body.store-body .reviews-v949 .reviews-login-tools-v947>button{
  width:45px!important;height:45px!important;display:grid!important;place-items:center!important;border-radius:50%!important;
  border:1px solid var(--rv-border)!important;background:#fff!important;color:#6c809b!important;
}
html body.store-body .reviews-v949 .reviews-login-tools-v947>button{border:0!important;background:#81bdff!important;color:#fff!important}
html body.store-body .reviews-v949 .reviews-login-tools-v947 .i{font-size:20px!important}

/* empty state */
html body.store-body .reviews-v949 .reviews-empty-v942{
  min-height:106px!important;
  display:grid!important;
  grid-template-columns:40px minmax(0,1fr)!important;
  align-items:center!important;
  gap:12px!important;
  margin:0!important;
  padding:16px 18px!important;
  border:1px solid var(--rv-border)!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:0 8px 24px rgba(38,77,122,.04)!important;
}
html body.store-body .reviews-v949 .reviews-empty-v942>span{
  width:40px!important;height:40px!important;display:grid!important;place-items:center!important;border-radius:14px!important;
  background:var(--rv-blue-soft)!important;color:var(--rv-blue)!important;
}
html body.store-body .reviews-v949 .reviews-empty-v942>span .i{font-size:20px!important}
html body.store-body .reviews-v949 .reviews-empty-v942>div{display:grid!important;gap:5px!important}
html body.store-body .reviews-v949 .reviews-empty-v942 b{font-size:13px!important;line-height:1.25!important;color:var(--rv-text)!important}
html body.store-body .reviews-v949 .reviews-empty-v942 p{margin:0!important;font-size:10.5px!important;line-height:1.45!important;color:var(--rv-muted)!important}

/* list */
html body.store-body .reviews-v949 .reviews-list-v942{display:grid!important;gap:10px!important;margin:0!important;padding:0!important}
html body.store-body .reviews-v949 .review-thread-v942{display:grid!important;gap:8px!important;margin:0!important;padding:0!important}
html body.store-body .reviews-v949 .review-card-v942{
  display:block!important;width:100%!important;margin:0!important;padding:14px 15px 13px!important;
  border:1px solid var(--rv-border)!important;border-radius:20px!important;background:#fff!important;
  box-shadow:0 8px 25px rgba(38,77,122,.04)!important;overflow:visible!important;
}
html body.store-body .reviews-v949 .review-card-head-v942{display:grid!important;grid-template-columns:46px minmax(0,1fr) auto 28px!important;align-items:start!important;gap:10px!important}
html body.store-body .reviews-v949 .review-card-avatar-v942{width:44px!important;height:44px!important;min-width:44px!important;margin:0!important;border:2px solid #fff!important;border-radius:50%!important;box-shadow:0 4px 13px rgba(32,70,111,.15)!important;overflow:hidden!important}
html body.store-body .reviews-v949 .review-card-author-v942{min-width:0!important;display:grid!important;gap:3px!important;padding-top:1px!important}
html body.store-body .reviews-v949 .review-card-author-v942>div{display:flex!important;align-items:center!important;gap:5px!important;min-width:0!important}
html body.store-body .reviews-v949 .review-card-author-v942 b{font-size:13px!important;line-height:1.2!important;font-weight:850!important;color:var(--rv-text)!important}
html body.store-body .reviews-v949 .review-verified-v942{font-size:14px!important;color:var(--rv-blue)!important}
html body.store-body .reviews-v949 .review-role-v942{height:20px!important;padding:0 7px!important;border-radius:8px!important;background:#e9f4ff!important;color:var(--rv-blue)!important;font-size:8px!important;font-weight:850!important;display:inline-flex!important;align-items:center!important}
html body.store-body .reviews-v949 .review-card-author-v942 p{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:6px!important;margin:0!important;color:#8290a4!important;font-size:9.5px!important;line-height:1.25!important}
html body.store-body .reviews-v949 .review-card-author-v942 p span:first-child{display:inline-flex!important;align-items:center!important;gap:3px!important;color:var(--rv-blue)!important}
html body.store-body .reviews-v949 .review-card-author-v942 p .i{font-size:12px!important}
html body.store-body .reviews-v949 .review-score-v941{margin:0!important;padding:0!important;border:0!important;background:transparent!important;color:var(--rv-blue)!important;font-size:10px!important;font-style:normal!important;font-weight:900!important}
html body.store-body .reviews-v949 .review-card-author-v942 p i{font-style:normal!important;color:#a9b4c2!important}
html body.store-body .reviews-v949 .review-new-v942{align-self:start!important;height:23px!important;padding:0 10px!important;border-radius:999px!important;background:#e8f8e8!important;color:#269442!important;font-size:9px!important;font-weight:850!important;display:inline-flex!important;align-items:center!important}
html body.store-body .reviews-v949 .review-more-v942{width:28px!important;height:28px!important;margin:0!important}
html body.store-body .reviews-v949 .review-more-v942 button{width:28px!important;height:28px!important;padding:0!important;border:0!important;background:transparent!important;color:#7386a1!important}
html body.store-body .reviews-v949 .review-card-text-v942{margin:7px 38px 0 56px!important;color:#26364c!important;font-size:11px!important;line-height:1.48!important;font-weight:500!important}
html body.store-body .reviews-v949 .review-actions-v942{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important;margin:7px 0 0 56px!important;padding:0!important;border:0!important;background:transparent!important}
html body.store-body .reviews-v949 .review-actions-v942>button{min-height:25px!important;height:25px!important;display:inline-flex!important;align-items:center!important;gap:5px!important;margin:0!important;padding:0 7px!important;border:0!important;border-radius:8px!important;background:transparent!important;color:#6c7e98!important;font-size:9.5px!important;font-weight:750!important;box-shadow:none!important}
html body.store-body .reviews-v949 .review-actions-v942 .i{font-size:13px!important}
html body.store-body .reviews-v949 .review-replies-count-v942{display:inline-flex!important;align-items:center!important;gap:4px!important;color:#8a9ab0!important;font-size:9px!important}
html body.store-body .reviews-v949 .review-replies-v942{position:relative!important;display:grid!important;gap:8px!important;margin:9px 0 0 40px!important;padding:0 0 0 16px!important}
html body.store-body .reviews-v949 .review-replies-v942:before{content:"";position:absolute;left:0;top:0;bottom:0;width:1px;background:#e4edf7}
html body.store-body .reviews-v949 .review-reply-card-v942{width:100%!important;margin:0!important;padding:9px 10px!important;display:grid!important;grid-template-columns:35px minmax(0,1fr)!important;gap:9px!important;border:1px solid #dbe9f8!important;border-radius:14px!important;background:linear-gradient(145deg,#f8fbff,#f2f8ff)!important;box-shadow:none!important}
html body.store-body .reviews-v949 .review-reply-avatar-v942{width:33px!important;height:33px!important;min-width:33px!important;margin:0!important;border:2px solid #fff!important;border-radius:50%!important;overflow:hidden!important}
html body.store-body .reviews-v949 .review-reply-body-v942{min-width:0!important;display:grid!important;gap:4px!important}
html body.store-body .reviews-v949 .review-reply-head-v942{display:flex!important;align-items:center!important;gap:5px!important;min-width:0!important}
html body.store-body .reviews-v949 .review-reply-head-v942 b{font-size:11px!important;color:var(--rv-text)!important;font-weight:850!important}
html body.store-body .reviews-v949 .review-reply-head-v942>.i{font-size:12px!important;color:var(--rv-blue)!important}
html body.store-body .reviews-v949 .review-reply-head-v942 span{height:18px!important;padding:0 6px!important;display:inline-flex!important;align-items:center!important;border-radius:7px!important;background:#ddecff!important;color:var(--rv-blue)!important;font-size:7.5px!important;font-weight:850!important}
html body.store-body .reviews-v949 .review-reply-head-v942 time{margin-left:auto!important;color:#8b9aaf!important;font-size:8px!important}
html body.store-body .reviews-v949 .review-reply-head-v942 button{width:22px!important;height:22px!important;padding:0!important;border:0!important;background:transparent!important;color:#7488a2!important}
html body.store-body .reviews-v949 .review-reply-body-v942>p{margin:0!important;color:#43536b!important;font-size:10px!important;line-height:1.42!important}

/* aside */
html body.store-body .reviews-v949 .reviews-aside-v942{position:sticky!important;top:18px!important;display:grid!important;align-content:start!important;gap:10px!important;min-width:0!important}
html body.store-body .reviews-v949 .reviews-side-card-v942{display:block!important;margin:0!important;padding:14px!important;border:1px solid var(--rv-border)!important;border-radius:20px!important;background:#fff!important;box-shadow:0 8px 26px rgba(38,77,122,.045)!important;overflow:visible!important}
html body.store-body .reviews-v949 .reviews-side-title-v942{display:flex!important;align-items:center!important;gap:6px!important;margin:0 0 11px!important;color:var(--rv-text)!important}
html body.store-body .reviews-v949 .reviews-side-title-v942 b{font-size:12px!important;line-height:1.2!important;font-weight:850!important}
html body.store-body .reviews-v949 .reviews-side-title-v942 .i{color:#8da0b7!important;font-size:13px!important}
html body.store-body .reviews-v949 .reviews-overall-score-v942{display:grid!important;grid-template-columns:120px minmax(0,1fr)!important;align-items:center!important;gap:8px!important;margin:0!important}
html body.store-body .reviews-v949 .reviews-overall-score-v942>div{display:grid!important;grid-template-columns:auto 25px!important;align-items:center!important;column-gap:5px!important}
html body.store-body .reviews-v949 .reviews-overall-score-v942 strong{color:var(--rv-text)!important;font-size:42px!important;line-height:.95!important;letter-spacing:-.06em!important;font-weight:900!important}
html body.store-body .reviews-v949 .reviews-overall-score-v942>div>.i{color:var(--rv-blue)!important;font-size:25px!important}
html body.store-body .reviews-v949 .reviews-overall-score-v942 small{grid-column:1/3!important;margin-top:5px!important;color:#7b8ba1!important;font-size:8.5px!important;font-weight:650!important}
html body.store-body .reviews-v949 .reviews-overall-score-v942 svg{width:100%!important;height:84px!important;color:var(--rv-blue)!important;overflow:visible!important}
html body.store-body .reviews-v949 .reviews-overall-score-v942 polyline{stroke:currentColor!important;stroke-width:2!important;stroke-linecap:round!important;stroke-linejoin:round!important}
html body.store-body .reviews-v949 .reviews-kpi-grid-v942{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:5px!important;margin-top:11px!important}
html body.store-body .reviews-v949 .reviews-kpi-grid-v942>div{min-height:74px!important;display:grid!important;place-items:center!important;align-content:center!important;gap:5px!important;padding:7px 5px!important;border:1px solid #e4edf7!important;border-radius:14px!important;background:linear-gradient(180deg,#fff,#fbfdff)!important;text-align:center!important}
html body.store-body .reviews-v949 .reviews-kpi-grid-v942 b{font-size:17px!important;color:var(--rv-text)!important;font-weight:900!important}
html body.store-body .reviews-v949 .reviews-kpi-grid-v942 span{max-width:76px!important;color:#71829a!important;font-size:8.5px!important;line-height:1.25!important;font-weight:650!important}
html body.store-body .reviews-v949 .reviews-distribution-list-v942{display:grid!important;gap:8px!important}
html body.store-body .reviews-v949 .reviews-distribution-list-v942>div{display:grid!important;grid-template-columns:29px minmax(0,1fr) 22px!important;align-items:center!important;gap:7px!important}
html body.store-body .reviews-v949 .reviews-distribution-list-v942>div>span{display:flex!important;align-items:center!important;gap:3px!important;color:#52647d!important;font-size:10px!important;font-weight:800!important}
html body.store-body .reviews-v949 .reviews-distribution-list-v942>div>span .i{color:var(--rv-blue)!important;font-size:11px!important}
html body.store-body .reviews-v949 .reviews-distribution-list-v942>div>i{display:block!important;height:5px!important;border-radius:999px!important;background:#edf2f8!important;overflow:hidden!important}
html body.store-body .reviews-v949 .reviews-distribution-list-v942>div>i>em{display:block!important;height:100%!important;border-radius:inherit!important;background:linear-gradient(90deg,#0b7cff,#1b8fff)!important}
html body.store-body .reviews-v949 .reviews-distribution-list-v942>div>b{color:#72839a!important;font-size:9px!important;text-align:right!important}
html body.store-body .reviews-v949 .reviews-filter-chips-v942{display:flex!important;flex-wrap:wrap!important;gap:6px!important}
html body.store-body .reviews-v949 .reviews-filter-chips-v942 button{height:29px!important;display:inline-flex!important;align-items:center!important;gap:4px!important;padding:0 9px!important;border:1px solid var(--rv-border)!important;border-radius:999px!important;background:#fff!important;color:#53647e!important;font-size:8.5px!important;font-weight:750!important;box-shadow:none!important}
html body.store-body .reviews-v949 .reviews-filter-chips-v942 button em{font-style:normal!important;color:#8797aa!important}
html body.store-body .reviews-v949 .reviews-filter-chips-v942 button.active{border-color:var(--rv-blue)!important;background:linear-gradient(145deg,#158cff,#0871eb)!important;color:#fff!important;box-shadow:0 6px 16px rgba(8,124,242,.18)!important}
html body.store-body .reviews-v949 .reviews-filter-chips-v942 button.active em{color:#fff!important}

/* service custom dropdown */
html body.store-body .reviews-v949 .reviews-service-select-v945{position:relative!important;display:block!important;margin-top:9px!important}
html body.store-body .reviews-v949 .reviews-service-trigger-v945{width:100%!important;height:36px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;padding:0 11px!important;border:1px solid #e4edf7!important;border-radius:13px!important;background:#fbfdff!important;color:#7a8ba2!important;font-size:9px!important;font-weight:650!important;box-shadow:none!important}
html body.store-body .reviews-v949 .reviews-service-trigger-v945 .i{font-size:13px!important;color:#7c90aa!important;transition:transform .18s ease!important}
html body.store-body .reviews-v949 .reviews-service-trigger-v945.open .i{transform:rotate(180deg)!important}
html body.store-body .reviews-v949 .reviews-service-menu-v945{position:absolute!important;left:0!important;right:0!important;top:calc(100% + 7px)!important;z-index:40!important;padding:6px!important;border:1px solid #dfeaf7!important;border-radius:14px!important;background:#fff!important;box-shadow:0 16px 34px rgba(27,71,118,.14)!important}
html body.store-body .reviews-v949 .reviews-service-menu-v945 button{width:100%!important;min-height:33px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;padding:0 9px!important;border:0!important;border-radius:9px!important;background:transparent!important;color:#4b5f7a!important;font-size:9.5px!important;font-weight:650!important;text-align:left!important}
html body.store-body .reviews-v949 .reviews-service-menu-v945 button.active{background:#eaf4ff!important;color:var(--rv-blue)!important}
html body.store-body .reviews-v949 .reviews-tag-list-v942{display:flex!important;flex-wrap:wrap!important;gap:6px!important}
html body.store-body .reviews-v949 .reviews-tag-list-v942>span{min-height:28px!important;display:inline-flex!important;align-items:center!important;gap:5px!important;padding:0 8px!important;border:1px solid #e5edf7!important;border-radius:10px!important;background:#fbfdff!important;color:#52637c!important;font-size:8.2px!important;font-weight:700!important}
html body.store-body .reviews-v949 .reviews-tag-list-v942>span .i{color:var(--rv-blue)!important;font-size:12px!important}
html body.store-body .reviews-v949 .reviews-tag-list-v942>span em{font-style:normal!important;color:#8b9bb0!important;font-size:7px!important}
html body.store-body .reviews-v949 .reviews-why-v942{min-height:175px!important}
html body.store-body .reviews-v949 .reviews-why-body-v942{display:grid!important;grid-template-columns:minmax(0,1fr) 96px!important;align-items:center!important;gap:8px!important}
html body.store-body .reviews-v949 .reviews-why-body-v942 ul{display:grid!important;gap:9px!important;margin:0!important;padding:0!important;list-style:none!important}
html body.store-body .reviews-v949 .reviews-why-body-v942 li{display:flex!important;align-items:flex-start!important;gap:7px!important;color:#52647d!important;font-size:8.5px!important;line-height:1.35!important}
html body.store-body .reviews-v949 .reviews-why-body-v942 li .i{flex:0 0 auto!important;color:var(--rv-blue)!important;font-size:13px!important;margin-top:-1px!important}
html body.store-body .reviews-v949 .reviews-shield-v942{position:relative!important;width:90px!important;height:96px!important;display:grid!important;place-items:center!important;color:var(--rv-blue)!important}
html body.store-body .reviews-v949 .reviews-shield-v942>.i{font-size:76px!important;filter:drop-shadow(0 10px 15px rgba(8,124,242,.16))!important}

/* teleported menu */
html body.store-body .review-menu-portal-v941.comment-menu-v127{position:fixed!important;left:var(--review-menu-left,10px)!important;top:var(--review-menu-top,10px)!important;right:auto!important;bottom:auto!important;width:var(--review-menu-width,206px)!important;min-width:var(--review-menu-width,206px)!important;z-index:12000!important;transform:none!important;translate:none!important;margin:0!important}
html body.store-body .review-menu-portal-v941.comment-menu-v127:before{display:none!important}
html body.store-body .review-menu-portal-v941 .comment-menu-actions-v170{display:grid!important;gap:3px!important}
html body.store-body .review-menu-portal-v941 .comment-menu-actions-v170 button{width:100%!important;height:40px!important;justify-content:flex-start!important;padding:0 11px!important;border-radius:11px!important;font-size:12px!important}

/* dark */
html body.store-body.dark .reviews-v949{--rv-text:#f4f8ff;--rv-muted:#9eb0c7;--rv-border:#31445d;--rv-border-strong:#355b82}
html body.store-body.dark .reviews-v949 .reviews-head-score-v942,
html body.store-body.dark .reviews-v949 .reviews-tabs-v942,
html body.store-body.dark .reviews-v949 .reviews-composer-v942,
html body.store-body.dark .reviews-v949 .reviews-login-composer-v947,
html body.store-body.dark .reviews-v949 .reviews-empty-v942,
html body.store-body.dark .reviews-v949 .review-card-v942,
html body.store-body.dark .reviews-v949 .reviews-side-card-v942{background:#172131!important;border-color:#31445d!important;box-shadow:none!important}
html body.store-body.dark .reviews-v949 .reviews-score-options-v942>button,
html body.store-body.dark .reviews-v949 .reviews-login-rating-v947>span,
html body.store-body.dark .reviews-v949 .reviews-compose-icon-v942,
html body.store-body.dark .reviews-v949 .reviews-login-tools-v947>span{background:#1b293b!important;border-color:#344b66!important}
html body.store-body.dark .reviews-v949 .review-card-text-v942,
html body.store-body.dark .reviews-v949 .review-reply-body-v942>p{color:#ced9e8!important}
html body.store-body.dark .reviews-v949 .review-reply-card-v942{background:#1a293c!important;border-color:#34506d!important}
html body.store-body.dark .reviews-v949 .reviews-kpi-grid-v942>div,
html body.store-body.dark .reviews-v949 .reviews-tag-list-v942>span,
html body.store-body.dark .reviews-v949 .reviews-service-trigger-v945{background:#1b293b!important;border-color:#2d425b!important;color:#aebed2!important}
html body.store-body.dark .reviews-v949 .reviews-service-menu-v945{background:#162334!important;border-color:#2c425b!important}
html body.store-body.dark .reviews-v949 .reviews-service-menu-v945 button{color:#c8d5e4!important}

@media(max-width:1180px){
  html body.store-body .reviews-v949 .reviews-layout-v942{grid-template-columns:minmax(0,1fr) 318px!important}
  html body.store-body .reviews-v949 .reviews-head-score-v942{width:215px!important;min-width:215px!important}
  html body.store-body .reviews-v949 .reviews-score-options-v942>button,
  html body.store-body .reviews-v949 .reviews-login-rating-v947>span{width:52px!important}
}
@media(max-width:980px){
  html body.store-body .reviews-v949 .reviews-layout-v942{grid-template-columns:1fr!important}
  html body.store-body .reviews-v949 .reviews-aside-v942{position:static!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}
  html body.store-body .reviews-v949 .reviews-overall-v942,
  html body.store-body .reviews-v949 .reviews-why-v942{grid-column:1/-1!important}
}
@media(max-width:720px){
  html body.store-body .reviews-v949{margin-top:12px!important}
  html body.store-body .reviews-v949 .reviews-page-head-v942{min-height:0!important;align-items:flex-start!important;flex-direction:column!important;padding:4px 0!important}
  html body.store-body .reviews-v949 .reviews-page-title-v942 h1{font-size:27px!important}
  html body.store-body .reviews-v949 .reviews-head-score-v942{width:100%!important;min-width:0!important}
  html body.store-body .reviews-v949 .reviews-compose-toolbar-v942,
  html body.store-body .reviews-v949 .reviews-compose-meta-v942,
  html body.store-body .reviews-v949 .reviews-login-bottom-v947{margin-left:0!important}
  html body.store-body .reviews-v949 .reviews-compose-toolbar-v942,
  html body.store-body .reviews-v949 .reviews-login-bottom-v947{align-items:flex-end!important}
  html body.store-body .reviews-v949 .review-card-text-v942,
  html body.store-body .reviews-v949 .review-actions-v942,
  html body.store-body .reviews-v949 .review-replies-v942{margin-left:0!important}
  html body.store-body .reviews-v949 .reviews-aside-v942{grid-template-columns:1fr!important}
  html body.store-body .reviews-v949 .reviews-overall-v942,
  html body.store-body .reviews-v949 .reviews-why-v942{grid-column:auto!important}
}
@media(max-width:560px){
  html body.store-body .reviews-v949 .reviews-tabs-v942{width:100%!important;overflow:auto!important}
  html body.store-body .reviews-v949 .reviews-tabs-v942 button{flex:1 0 auto!important}
  html body.store-body .reviews-v949 .reviews-compose-toolbar-v942,
  html body.store-body .reviews-v949 .reviews-login-bottom-v947{flex-direction:column!important;align-items:stretch!important}
  html body.store-body .reviews-v949 .reviews-score-options-v942,
  html body.store-body .reviews-v949 .reviews-login-rating-v947{justify-content:space-between!important}
  html body.store-body .reviews-v949 .reviews-score-options-v942>button,
  html body.store-body .reviews-v949 .reviews-login-rating-v947>span{width:auto!important;flex:1!important}
  html body.store-body .reviews-v949 .reviews-compose-actions-v942,
  html body.store-body .reviews-v949 .reviews-login-tools-v947{justify-content:flex-end!important}
  html body.store-body .reviews-v949 .reviews-login-top-v947{grid-template-columns:44px minmax(0,1fr)!important}
  html body.store-body .reviews-v949 .reviews-login-button-v947{grid-column:1/-1!important;width:100%!important}
}


/* v948: live review analytics; duplicate filter removed */
html body.store-body .reviews-v949 .reviews-side-title-live-v948{
  justify-content:space-between!important;
  align-items:flex-start!important;
}
html body.store-body .reviews-v949 .reviews-side-title-live-v948>div{
  min-width:0!important;
  display:grid!important;
  gap:3px!important;
}
html body.store-body .reviews-v949 .reviews-side-title-live-v948 small{
  color:#8a9ab0!important;
  font-size:8px!important;
  line-height:1.25!important;
  font-weight:600!important;
}
html body.store-body .reviews-v949 .reviews-side-title-live-v948>.i{
  color:var(--rv-blue)!important;
  font-size:15px!important;
}
html body.store-body .reviews-v949 .reviews-live-note-v948{
  margin-top:9px!important;
  display:flex!important;
  align-items:center!important;
  gap:5px!important;
  color:#8a9ab0!important;
  font-size:7.8px!important;
  font-weight:600!important;
}
html body.store-body .reviews-v949 .reviews-live-note-v948 .i{color:var(--rv-blue)!important;font-size:11px!important}
html body.store-body .reviews-v949 .reviews-trend-empty-v948{
  min-height:84px!important;
  display:grid!important;
  place-items:center!important;
  align-content:center!important;
  gap:6px!important;
  color:#9aa9ba!important;
  border-bottom:2px solid #edf2f8!important;
}
html body.store-body .reviews-v949 .reviews-trend-empty-v948 .i{font-size:20px!important;color:#b2c0cf!important}
html body.store-body .reviews-v949 .reviews-trend-empty-v948 span{font-size:8px!important;font-weight:650!important}

html body.store-body .reviews-v949 .reviews-tag-list-live-v948{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:7px!important;
}
html body.store-body .reviews-v949 .reviews-tag-list-live-v948>span{
  position:relative!important;
  min-height:39px!important;
  display:grid!important;
  grid-template-columns:18px minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:5px!important;
  padding:0 8px 4px!important;
  overflow:hidden!important;
}
html body.store-body .reviews-v949 .reviews-tag-list-live-v948>span>b{
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  color:#52637c!important;
  font-size:8.2px!important;
  font-weight:750!important;
}
html body.store-body .reviews-v949 .reviews-tag-list-live-v948>span>em{
  min-width:18px!important;
  height:18px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:7px!important;
  background:#eaf4ff!important;
  color:var(--rv-blue)!important;
  font-size:7.5px!important;
  font-weight:900!important;
}
html body.store-body .reviews-v949 .reviews-tag-list-live-v948>span>i{
  position:absolute!important;
  left:0!important;
  bottom:0!important;
  height:3px!important;
  max-width:100%!important;
  border-radius:0 999px 999px 0!important;
  background:linear-gradient(90deg,#0b7cff,#69b6ff)!important;
}
html body.store-body .reviews-v949 .reviews-analytics-empty-v948{
  min-height:78px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  padding:12px!important;
  border:1px dashed #dce8f5!important;
  border-radius:14px!important;
  background:#fbfdff!important;
  color:#8596ab!important;
  text-align:center!important;
}
html body.store-body .reviews-v949 .reviews-analytics-empty-v948 .i{flex:0 0 auto!important;color:#9cb0c7!important;font-size:18px!important}
html body.store-body .reviews-v949 .reviews-analytics-empty-v948 span{font-size:8.5px!important;line-height:1.4!important;font-weight:650!important}

html body.store-body .reviews-v949 .reviews-why-live-v948{
  grid-template-columns:minmax(0,1fr) 92px!important;
}
html body.store-body .reviews-v949 .reviews-why-live-v948 ul{gap:7px!important}
html body.store-body .reviews-v949 .reviews-why-live-v948 li{
  align-items:center!important;
  min-height:31px!important;
  padding:4px 6px!important;
  border-radius:10px!important;
  background:#fbfdff!important;
  border:1px solid #edf2f8!important;
}
html body.store-body .reviews-v949 .reviews-why-live-v948 li.inactive{opacity:.58!important}
html body.store-body .reviews-v949 .reviews-why-live-v948 li>span{min-width:0!important;display:flex!important;align-items:baseline!important;gap:6px!important}
html body.store-body .reviews-v949 .reviews-why-live-v948 li>span>b{
  flex:0 0 auto!important;
  color:var(--rv-text)!important;
  font-size:11px!important;
  font-weight:900!important;
}
html body.store-body .reviews-v949 .reviews-why-live-v948 li>span>small{
  min-width:0!important;
  color:#72839a!important;
  font-size:7.7px!important;
  line-height:1.25!important;
  font-weight:650!important;
}
html body.store-body .reviews-v949 .reviews-why-empty-v948{min-height:112px!important}
html body.store-body .reviews-v949 .reviews-why-empty-v948 .i{font-size:28px!important;color:var(--rv-blue)!important}

html body.store-body.dark .reviews-v949 .reviews-trend-empty-v948{border-color:#2c4158!important;color:#8294aa!important}
html body.store-body.dark .reviews-v949 .reviews-tag-list-live-v948>span>b{color:#c9d6e6!important}
html body.store-body.dark .reviews-v949 .reviews-tag-list-live-v948>span>em{background:#203b5a!important;color:#8ec5ff!important}
html body.store-body.dark .reviews-v949 .reviews-analytics-empty-v948,
html body.store-body.dark .reviews-v949 .reviews-why-live-v948 li{background:#172536!important;border-color:#2b4058!important;color:#aebed1!important}
html body.store-body.dark .reviews-v949 .reviews-why-live-v948 li>span>b{color:#f2f7ff!important}
html body.store-body.dark .reviews-v949 .reviews-why-live-v948 li>span>small{color:#9eb0c5!important}

@media(max-width:1180px){
  html body.store-body .reviews-v949 .reviews-tag-list-live-v948{grid-template-columns:1fr!important}
}
@media(max-width:980px){
  html body.store-body .reviews-v949 .reviews-tag-list-live-v948{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:520px){
  html body.store-body .reviews-v949 .reviews-tag-list-live-v948{grid-template-columns:1fr!important}
}


/* v949: animated TGS ratings, larger typography and rebuilt review cards */
html body.store-body .reviews-v949{
  --rv-radius:24px;
  margin-top:22px!important;
}
html body.store-body .reviews-v949 .reviews-layout-v942{
  grid-template-columns:minmax(0,1fr) 380px!important;
  gap:20px!important;
}
html body.store-body .reviews-v949 .reviews-main-v942{gap:14px!important}
html body.store-body .reviews-v949 .reviews-page-head-v942{
  min-height:100px!important;
  padding:7px 12px 4px!important;
  gap:24px!important;
}
html body.store-body .reviews-v949 .reviews-page-title-v942 h1{
  font-size:36px!important;
  line-height:1.02!important;
}
html body.store-body .reviews-v949 .reviews-page-title-v942 p{
  font-size:14px!important;
  line-height:1.45!important;
}
html body.store-body .reviews-v949 .reviews-head-score-v942{
  width:260px!important;
  min-width:260px!important;
  height:88px!important;
  grid-template-columns:58px auto minmax(0,1fr)!important;
  grid-template-rows:1fr 1fr!important;
  column-gap:11px!important;
  padding:12px 16px 12px 12px!important;
  border-radius:23px!important;
}
html body.store-body .reviews-v949 .reviews-head-score-icon-v942{
  width:58px!important;
  height:58px!important;
  border-radius:18px!important;
  overflow:hidden!important;
}
html body.store-body .reviews-v949 .reviews-head-score-v942>strong{
  grid-column:2!important;
  font-size:34px!important;
}
html body.store-body .reviews-v949 .reviews-head-score-v942>small{
  grid-column:3!important;
  font-size:10px!important;
}
html body.store-body .reviews-v949 .reviews-head-score-v942>.i{display:none!important}

html body.store-body .reviews-v949 .review-rating-tgs-v949{
  position:relative!important;
  width:100%!important;
  height:100%!important;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
  flex:0 0 auto!important;
}
html body.store-body .reviews-v949 .review-rating-tgs-v949 svg{
  width:100%!important;
  height:100%!important;
  display:block!important;
}
html body.store-body .reviews-v949 .review-rating-fallback-v949{
  width:100%!important;
  height:100%!important;
  display:grid!important;
  place-items:center!important;
  font-size:clamp(20px,3vw,36px)!important;
  line-height:1!important;
}

html body.store-body .reviews-v949 .reviews-tabs-v942{
  height:48px!important;
  border-radius:18px!important;
  padding:5px!important;
}
html body.store-body .reviews-v949 .reviews-tabs-v942 button{
  height:36px!important;
  padding:0 15px!important;
  border-radius:13px!important;
  font-size:12.5px!important;
}
html body.store-body .reviews-v949 .reviews-tabs-v942 button em{
  min-width:20px!important;
  height:20px!important;
  font-size:10px!important;
}

html body.store-body .reviews-v949 .reviews-composer-v942{
  border-radius:24px!important;
}
html body.store-body .reviews-v949 .reviews-composer-inner-v942{
  min-height:184px!important;
  padding:18px 18px 12px!important;
}
html body.store-body .reviews-v949 .reviews-compose-message-v942{
  grid-template-columns:54px minmax(0,1fr)!important;
  gap:14px!important;
  min-height:74px!important;
}
html body.store-body .reviews-v949 .reviews-compose-avatar-v942{
  width:52px!important;
  height:52px!important;
  min-width:52px!important;
}
html body.store-body .reviews-v949 .reviews-compose-message-v942 textarea{
  min-height:70px!important;
  height:70px!important;
  max-height:190px!important;
  padding:13px 8px 9px!important;
  font-size:15px!important;
  line-height:1.5!important;
}
html body.store-body .reviews-v949 .reviews-compose-toolbar-v942{
  margin:12px 0 0 68px!important;
  gap:16px!important;
}
html body.store-body .reviews-v949 .reviews-score-options-v942{
  gap:10px!important;
  min-height:62px!important;
}
html body.store-body .reviews-v949 .reviews-score-options-v942>button{
  width:68px!important;
  height:62px!important;
  padding:6px!important;
  border-radius:20px!important;
  border-color:#d7e5f5!important;
  overflow:hidden!important;
  transform:translateY(0)!important;
  transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease!important;
}
html body.store-body .reviews-v949 .reviews-score-options-v942>button:hover{
  transform:translateY(-2px)!important;
  border-color:#b9d7f8!important;
}
html body.store-body .reviews-v949 .reviews-score-options-v942>button.active{
  border-color:#7db9fa!important;
  background:#eaf5ff!important;
  box-shadow:0 9px 20px rgba(8,124,242,.14)!important;
}
html body.store-body .reviews-v949 .reviews-score-options-v942>button>.review-rating-tgs-v949{
  width:50px!important;
  height:50px!important;
}
html body.store-body .reviews-v949 .reviews-score-options-v942>button>.i,
html body.store-body .reviews-v949 .reviews-score-options-v942>button>span:not(.review-rating-tgs-v949){display:none!important}
html body.store-body .reviews-v949 .reviews-compose-actions-v942{gap:10px!important}
html body.store-body .reviews-v949 .reviews-compose-icon-v942{
  width:50px!important;
  height:50px!important;
  min-width:50px!important;
}
html body.store-body .reviews-v949 .reviews-send-v942{
  width:56px!important;
  height:56px!important;
  min-width:56px!important;
}
html body.store-body .reviews-v949 .reviews-compose-icon-v942 .i{font-size:22px!important}
html body.store-body .reviews-v949 .reviews-send-v942 .i{font-size:25px!important}
html body.store-body .reviews-v949 .reviews-compose-meta-v942{
  margin:2px 3px 0 68px!important;
  font-size:10px!important;
}
html body.store-body .reviews-v949 .reviews-compose-meta-v942 small{font-size:10px!important}

/* unauthenticated composer uses the same larger rating stickers */
html body.store-body .reviews-v949 .reviews-login-composer-v947{
  min-height:174px!important;
  padding:18px!important;
  border-radius:24px!important;
}
html body.store-body .reviews-v949 .reviews-login-avatar-v947{width:52px!important;height:52px!important}
html body.store-body .reviews-v949 .reviews-login-copy-v947 b{font-size:15px!important}
html body.store-body .reviews-v949 .reviews-login-copy-v947 small{font-size:11px!important}
html body.store-body .reviews-v949 .reviews-login-rating-v947{gap:10px!important}
html body.store-body .reviews-v949 .reviews-login-rating-v947>span{
  width:68px!important;
  height:62px!important;
  padding:6px!important;
  overflow:hidden!important;
}
html body.store-body .reviews-v949 .reviews-login-rating-v947>span>.review-rating-tgs-v949{width:50px!important;height:50px!important}
html body.store-body .reviews-v949 .reviews-login-rating-v947>span>.i,
html body.store-body .reviews-v949 .reviews-login-rating-v947>span>b{display:none!important}

/* rebuilt review message card */
html body.store-body .reviews-v949 .reviews-list-v942{gap:14px!important}
html body.store-body .reviews-v949 .review-card-v942{
  padding:20px!important;
  border-radius:24px!important;
  box-shadow:0 12px 32px rgba(38,77,122,.055)!important;
}
html body.store-body .reviews-v949 .review-card-head-v942{
  grid-template-columns:56px minmax(0,1fr) auto 34px!important;
  gap:13px!important;
  align-items:center!important;
}
html body.store-body .reviews-v949 .review-card-avatar-v942{
  width:54px!important;
  height:54px!important;
  min-width:54px!important;
}
html body.store-body .reviews-v949 .review-card-author-v942{gap:6px!important;padding-top:0!important}
html body.store-body .reviews-v949 .review-card-author-v942 b{font-size:15px!important}
html body.store-body .reviews-v949 .review-verified-v942{font-size:16px!important}
html body.store-body .reviews-v949 .review-role-v942{height:22px!important;font-size:9px!important;padding:0 8px!important}
html body.store-body .reviews-v949 .review-card-author-v942 p{
  gap:7px!important;
  font-size:11.5px!important;
  line-height:1.35!important;
  min-width:0!important;
}
html body.store-body .reviews-v949 .review-card-rating-v949{
  display:inline-flex!important;
  align-items:center!important;
  gap:5px!important;
  color:var(--rv-blue)!important;
}
html body.store-body .reviews-v949 .review-card-rating-v949 .review-rating-tgs-v949{
  width:26px!important;
  height:26px!important;
}
html body.store-body .reviews-v949 .review-score-v941{font-size:11.5px!important}
html body.store-body .reviews-v949 .review-service-v949{
  max-width:min(36vw,420px)!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
html body.store-body .reviews-v949 .review-new-v942{height:25px!important;font-size:10px!important;padding:0 11px!important}
html body.store-body .reviews-v949 .review-more-v942,
html body.store-body .reviews-v949 .review-more-v942 button{width:34px!important;height:34px!important}
html body.store-body .reviews-v949 .review-message-v949{
  margin:14px 0 0 69px!important;
  padding:14px 16px!important;
  border:1px solid #e4edf7!important;
  border-radius:16px!important;
  background:linear-gradient(180deg,#fbfdff,#f7faff)!important;
}
html body.store-body .reviews-v949 .review-card-text-v942{
  margin:0!important;
  color:#24364d!important;
  font-size:14px!important;
  line-height:1.58!important;
  font-weight:500!important;
}
html body.store-body .reviews-v949 .review-actions-v942{
  margin:10px 0 0 69px!important;
  gap:10px!important;
}
html body.store-body .reviews-v949 .review-actions-v942>button{
  height:32px!important;
  min-height:32px!important;
  padding:0 10px!important;
  border-radius:10px!important;
  font-size:11px!important;
}
html body.store-body .reviews-v949 .review-actions-v942 .i{font-size:15px!important}
html body.store-body .reviews-v949 .review-replies-count-v942{font-size:10.5px!important}
html body.store-body .reviews-v949 .review-replies-v942{
  margin:13px 0 0 52px!important;
  padding-left:18px!important;
  gap:10px!important;
}
html body.store-body .reviews-v949 .review-reply-card-v942{
  grid-template-columns:42px minmax(0,1fr)!important;
  gap:11px!important;
  padding:12px 13px!important;
  border-radius:16px!important;
}
html body.store-body .reviews-v949 .review-reply-avatar-v942{width:40px!important;height:40px!important;min-width:40px!important}
html body.store-body .reviews-v949 .review-reply-head-v942 b{font-size:12.5px!important}
html body.store-body .reviews-v949 .review-reply-head-v942 span{height:20px!important;font-size:8.5px!important}
html body.store-body .reviews-v949 .review-reply-head-v942 time{font-size:9px!important}
html body.store-body .reviews-v949 .review-reply-body-v942>p{font-size:12px!important;line-height:1.5!important}
html body.store-body.dark .reviews-v949 .review-message-v949{background:#1a293c!important;border-color:#30475f!important}

/* larger live analytics sidebar */
html body.store-body .reviews-v949 .reviews-aside-v942{gap:13px!important}
html body.store-body .reviews-v949 .reviews-side-card-v942{
  padding:18px!important;
  border-radius:23px!important;
}
html body.store-body .reviews-v949 .reviews-side-title-v942{margin-bottom:14px!important}
html body.store-body .reviews-v949 .reviews-side-title-v942 b{font-size:13.5px!important}
html body.store-body .reviews-v949 .reviews-side-title-v942 .i{font-size:15px!important}
html body.store-body .reviews-v949 .reviews-overall-score-v942{
  grid-template-columns:138px minmax(0,1fr)!important;
  gap:12px!important;
}
html body.store-body .reviews-v949 .reviews-overall-score-v942>div{
  grid-template-columns:auto 34px!important;
  column-gap:7px!important;
}
html body.store-body .reviews-v949 .reviews-overall-score-v942 strong{font-size:47px!important}
html body.store-body .reviews-v949 .reviews-overall-popular-v949{width:34px!important;height:34px!important}
html body.store-body .reviews-v949 .reviews-overall-score-v942 small{font-size:9.5px!important}
html body.store-body .reviews-v949 .reviews-overall-score-v942 svg{height:92px!important}
html body.store-body .reviews-v949 .reviews-kpi-grid-v942{gap:7px!important;margin-top:14px!important}
html body.store-body .reviews-v949 .reviews-kpi-grid-v942>div{min-height:82px!important;border-radius:16px!important}
html body.store-body .reviews-v949 .reviews-kpi-grid-v942 b{font-size:19px!important}
html body.store-body .reviews-v949 .reviews-kpi-grid-v942 span{font-size:9.2px!important}
html body.store-body .reviews-v949 .reviews-distribution-list-v942{gap:10px!important}
html body.store-body .reviews-v949 .reviews-distribution-list-v942>div{
  grid-template-columns:34px minmax(0,1fr) 24px!important;
  gap:9px!important;
}
html body.store-body .reviews-v949 .reviews-distribution-list-v942>div>span .review-rating-tgs-v949{width:28px!important;height:28px!important}
html body.store-body .reviews-v949 .reviews-distribution-list-v942>div>i{height:7px!important}
html body.store-body .reviews-v949 .reviews-distribution-list-v942>div>b{font-size:10.5px!important}
html body.store-body .reviews-v949 .reviews-side-title-live-v948 small{font-size:9px!important}
html body.store-body .reviews-v949 .reviews-tag-list-live-v948>span{min-height:37px!important;padding:7px 9px!important}
html body.store-body .reviews-v949 .reviews-tag-list-live-v948>span>b{font-size:9.5px!important}
html body.store-body .reviews-v949 .reviews-tag-list-live-v948>span>em{font-size:8px!important}
html body.store-body .reviews-v949 .reviews-why-v942{min-height:198px!important}
html body.store-body .reviews-v949 .reviews-why-live-v948 li{min-height:38px!important;font-size:9.5px!important}
html body.store-body .reviews-v949 .reviews-why-live-v948 li>span>b{font-size:12px!important}
html body.store-body .reviews-v949 .reviews-why-live-v948 li>span>small{font-size:8.5px!important}

@media(max-width:1260px){
  html body.store-body .reviews-v949 .reviews-layout-v942{grid-template-columns:minmax(0,1fr) 350px!important}
  html body.store-body .reviews-v949 .reviews-head-score-v942{width:240px!important;min-width:240px!important}
  html body.store-body .reviews-v949 .reviews-score-options-v942>button,
  html body.store-body .reviews-v949 .reviews-login-rating-v947>span{width:60px!important;height:58px!important}
}
@media(max-width:980px){
  html body.store-body .reviews-v949 .reviews-layout-v942{grid-template-columns:1fr!important}
}
@media(max-width:720px){
  html body.store-body .reviews-v949 .reviews-page-title-v942 h1{font-size:30px!important}
  html body.store-body .reviews-v949 .reviews-head-score-v942{width:100%!important;min-width:0!important}
  html body.store-body .reviews-v949 .reviews-compose-toolbar-v942,
  html body.store-body .reviews-v949 .reviews-compose-meta-v942{margin-left:0!important}
  html body.store-body .reviews-v949 .review-message-v949,
  html body.store-body .reviews-v949 .review-actions-v942,
  html body.store-body .reviews-v949 .review-replies-v942{margin-left:0!important}
  html body.store-body .reviews-v949 .review-service-v949{max-width:58vw!important}
}
@media(max-width:560px){
  html body.store-body .reviews-v949 .reviews-score-options-v942>button,
  html body.store-body .reviews-v949 .reviews-login-rating-v947>span{min-width:54px!important;height:56px!important;padding:4px!important}
  html body.store-body .reviews-v949 .reviews-score-options-v942>button>.review-rating-tgs-v949,
  html body.store-body .reviews-v949 .reviews-login-rating-v947>span>.review-rating-tgs-v949{width:44px!important;height:44px!important}
  html body.store-body .reviews-v949 .review-card-v942{padding:16px!important}
  html body.store-body .reviews-v949 .review-card-head-v942{grid-template-columns:48px minmax(0,1fr) auto!important}
  html body.store-body .reviews-v949 .review-card-avatar-v942{width:46px!important;height:46px!important;min-width:46px!important}
  html body.store-body .reviews-v949 .review-more-v942{grid-column:3!important;grid-row:1!important}
  html body.store-body .reviews-v949 .review-new-v942{display:none!important}
}

/* v950: topic field, compact TGS picker and corrected review card alignment */
html body.store-body .reviews-v950 .reviews-composer-v950{
  border-radius:24px!important;
  overflow:visible!important;
}
html body.store-body .reviews-v950 .reviews-composer-inner-v950{
  min-height:0!important;
  padding:18px!important;
}
html body.store-body .reviews-v950 .reviews-compose-message-v950{
  display:grid!important;
  grid-template-columns:54px minmax(0,1fr)!important;
  align-items:start!important;
  gap:14px!important;
  min-height:0!important;
}
html body.store-body .reviews-v950 .reviews-compose-fields-v950{
  min-width:0!important;
  display:grid!important;
  gap:10px!important;
}
html body.store-body .reviews-v950 .reviews-compose-title-v950{
  min-width:0!important;
  height:46px!important;
  display:grid!important;
  grid-template-columns:22px minmax(0,1fr)!important;
  align-items:center!important;
  gap:8px!important;
  margin:0!important;
  padding:0 13px!important;
  border:1px solid #dce8f5!important;
  border-radius:15px!important;
  background:#f9fbfe!important;
  color:#7f91a9!important;
}
html body.store-body .reviews-v950 .reviews-compose-title-v950>.i{
  font-size:17px!important;
  color:#7d91aa!important;
}
html body.store-body .reviews-v950 .reviews-compose-title-v950 input{
  width:100%!important;
  min-width:0!important;
  height:42px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  outline:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:var(--rv-text)!important;
  font-size:13.5px!important;
  line-height:1!important;
  font-weight:700!important;
}
html body.store-body .reviews-v950 .reviews-compose-title-v950 input::placeholder{
  color:#8a9bb1!important;
  font-weight:600!important;
  opacity:1!important;
}
html body.store-body .reviews-v950 .reviews-compose-text-v950{
  width:100%!important;
  min-height:86px!important;
  height:86px!important;
  max-height:190px!important;
  margin:0!important;
  padding:13px 14px!important;
  border:1px solid #dce8f5!important;
  border-radius:16px!important;
  outline:0!important;
  resize:none!important;
  background:#fff!important;
  box-shadow:none!important;
  color:var(--rv-text)!important;
  font-size:14px!important;
  line-height:1.55!important;
  font-weight:500!important;
  overflow:hidden!important;
}
html body.store-body .reviews-v950 .reviews-compose-text-v950::placeholder{
  color:#8496ad!important;
  opacity:1!important;
}
html body.store-body .reviews-v950 .reviews-compose-title-v950:focus-within,
html body.store-body .reviews-v950 .reviews-compose-text-v950:focus{
  border-color:#8fc1fa!important;
  box-shadow:0 0 0 3px rgba(11,127,243,.08)!important;
}
html body.store-body .reviews-v950 .reviews-compose-toolbar-v950{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  margin:13px 0 0 68px!important;
  padding:0!important;
}
html body.store-body .reviews-v950 .reviews-rating-select-v950{
  position:relative!important;
  flex:0 0 auto!important;
}
html body.store-body .reviews-v950 .reviews-rating-current-v950{
  width:190px!important;
  height:54px!important;
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr) 18px!important;
  align-items:center!important;
  gap:10px!important;
  margin:0!important;
  padding:5px 11px 5px 6px!important;
  border:1px solid #d7e5f5!important;
  border-radius:18px!important;
  background:#fff!important;
  color:var(--rv-text)!important;
  box-shadow:0 7px 18px rgba(35,78,127,.055)!important;
  text-align:left!important;
}
html body.store-body .reviews-v950 .reviews-rating-current-v950:hover,
html body.store-body .reviews-v950 .reviews-rating-current-v950.open{
  border-color:#92c2f8!important;
  background:#f7fbff!important;
}
html body.store-body .reviews-v950 .reviews-rating-current-v950>.review-rating-tgs-v949{
  width:42px!important;
  height:42px!important;
}
html body.store-body .reviews-v950 .reviews-rating-current-v950>span{
  min-width:0!important;
  display:grid!important;
  gap:2px!important;
}
html body.store-body .reviews-v950 .reviews-rating-current-v950 small{
  color:#8999ae!important;
  font-size:9px!important;
  line-height:1!important;
  font-weight:700!important;
}
html body.store-body .reviews-v950 .reviews-rating-current-v950 b{
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  color:#24364d!important;
  font-size:12.5px!important;
  line-height:1.15!important;
  font-weight:850!important;
}
html body.store-body .reviews-v950 .reviews-rating-current-v950>.i{
  color:#7e91a9!important;
  font-size:15px!important;
  transition:transform .16s ease!important;
}
html body.store-body .reviews-v950 .reviews-rating-current-v950.open>.i{
  transform:rotate(180deg)!important;
}
html body.store-body .reviews-v950 .reviews-rating-menu-v950{
  position:absolute!important;
  left:0!important;
  bottom:calc(100% + 9px)!important;
  z-index:40!important;
  width:306px!important;
  display:grid!important;
  grid-template-columns:repeat(5,1fr)!important;
  gap:7px!important;
  padding:8px!important;
  border:1px solid #d7e5f5!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:0 18px 42px rgba(27,70,119,.18)!important;
}
html body.store-body .reviews-v950 .reviews-rating-menu-v950 button{
  width:52px!important;
  height:52px!important;
  display:grid!important;
  place-items:center!important;
  margin:0!important;
  padding:5px!important;
  border:1px solid transparent!important;
  border-radius:16px!important;
  background:transparent!important;
  box-shadow:none!important;
}
html body.store-body .reviews-v950 .reviews-rating-menu-v950 button:hover{
  background:#f1f7ff!important;
}
html body.store-body .reviews-v950 .reviews-rating-menu-v950 button.active{
  border-color:#8ec1fa!important;
  background:#eaf5ff!important;
  box-shadow:inset 0 0 0 1px rgba(11,127,243,.05)!important;
}
html body.store-body .reviews-v950 .reviews-rating-menu-v950 .review-rating-tgs-v949{
  width:42px!important;
  height:42px!important;
}
html body.store-body .reviews-v950 .reviews-compose-meta-v950{
  min-height:18px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin:6px 3px 0 68px!important;
  color:#91a0b2!important;
}
html body.store-body .reviews-v950 .reviews-compose-meta-v950>span{
  display:inline!important;
  font-size:9px!important;
}
html body.store-body .reviews-v950 .reviews-compose-meta-v950 small{
  margin-left:auto!important;
  font-size:9.5px!important;
}

/* guest preview uses one selected rating instead of five inactive controls */
html body.store-body .reviews-v950 .reviews-login-bottom-v950{
  align-items:center!important;
}
html body.store-body .reviews-v950 .reviews-login-rating-v950{
  height:54px!important;
  display:grid!important;
  grid-template-columns:42px auto!important;
  align-items:center!important;
  gap:10px!important;
  padding:5px 13px 5px 7px!important;
  border:1px solid #dbe7f4!important;
  border-radius:18px!important;
  background:#fff!important;
}
html body.store-body .reviews-v950 .reviews-login-rating-v950>.review-rating-tgs-v949{
  width:42px!important;
  height:42px!important;
}
html body.store-body .reviews-v950 .reviews-login-rating-v950>span{display:grid!important;gap:2px!important}
html body.store-body .reviews-v950 .reviews-login-rating-v950 small{font-size:9px!important;color:#8999ae!important;font-weight:700!important}
html body.store-body .reviews-v950 .reviews-login-rating-v950 b{font-size:12.5px!important;color:#24364d!important;font-weight:850!important}

/* review header: rating is attached to avatar, menu stays in the far-right grid cell */
html body.store-body .reviews-v950 .review-card-head-v942{
  position:relative!important;
  display:grid!important;
  grid-template-columns:60px minmax(0,1fr) auto 38px!important;
  align-items:start!important;
  gap:13px!important;
}
html body.store-body .reviews-v950 .review-avatar-stack-v950{
  position:relative!important;
  width:58px!important;
  height:58px!important;
  grid-column:1!important;
  grid-row:1!important;
}
html body.store-body .reviews-v950 .review-card-avatar-v942{
  width:54px!important;
  height:54px!important;
  min-width:54px!important;
  margin:0!important;
}
html body.store-body .reviews-v950 .review-avatar-rating-v950{
  position:absolute!important;
  right:-1px!important;
  bottom:-2px!important;
  z-index:3!important;
  width:28px!important;
  height:28px!important;
  display:grid!important;
  place-items:center!important;
  padding:2px!important;
  border:2px solid #fff!important;
  border-radius:50%!important;
  background:#fff!important;
  box-shadow:0 4px 12px rgba(23,65,111,.18)!important;
  overflow:hidden!important;
}
html body.store-body .reviews-v950 .review-avatar-rating-v950 .review-rating-tgs-v949{
  width:23px!important;
  height:23px!important;
}
html body.store-body .reviews-v950 .review-card-author-v942{
  grid-column:2!important;
  grid-row:1!important;
  align-self:center!important;
  min-width:0!important;
}
html body.store-body .reviews-v950 .review-card-author-v942 p{
  margin-top:1px!important;
  font-size:11px!important;
}
html body.store-body .reviews-v950 .review-card-author-v942 p .review-service-v949{
  max-width:min(42vw,520px)!important;
  color:#6f8199!important;
  font-weight:650!important;
}
html body.store-body .reviews-v950 .review-new-v942{
  grid-column:3!important;
  grid-row:1!important;
  align-self:start!important;
  justify-self:end!important;
}
html body.store-body .reviews-v950 .review-more-v942{
  position:static!important;
  inset:auto!important;
  transform:none!important;
  grid-column:4!important;
  grid-row:1!important;
  align-self:start!important;
  justify-self:end!important;
  width:36px!important;
  height:36px!important;
  margin:0!important;
  padding:0!important;
  z-index:2!important;
}
html body.store-body .reviews-v950 .review-more-v942 button,
html body.store-body .reviews-v950 .review-more-v942 .tg-more-v127{
  position:static!important;
  inset:auto!important;
  transform:none!important;
  width:36px!important;
  height:36px!important;
  min-width:36px!important;
  display:grid!important;
  place-items:center!important;
  margin:0!important;
  padding:0!important;
  border:1px solid transparent!important;
  border-radius:12px!important;
  background:transparent!important;
}
html body.store-body .reviews-v950 .review-more-v942 button:hover{
  border-color:#deebf7!important;
  background:#f4f8fd!important;
}
html body.store-body .reviews-v950 .review-more-v942 button .i{
  font-size:18px!important;
}
html body.store-body .reviews-v950 .review-card-rating-v949,
html body.store-body .reviews-v950 .review-score-v941{
  display:none!important;
}

/* body text is no longer styled like an input field */
html body.store-body .reviews-v950 .review-message-v949{
  margin:12px 42px 0 73px!important;
  padding:3px 0 1px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
html body.store-body .reviews-v950 .review-card-text-v942{
  margin:0!important;
  color:#283a51!important;
  font-size:13.5px!important;
  line-height:1.62!important;
  font-weight:500!important;
}
html body.store-body .reviews-v950 .review-actions-v942{
  margin:9px 0 0 73px!important;
}
html body.store-body .reviews-v950 .review-replies-v942{
  margin-left:56px!important;
}

/* keep the teleported action menu tied to its trigger and above the site shell */
html body.store-body .review-menu-portal-v941.comment-menu-v127{
  width:206px!important;
  min-width:206px!important;
  z-index:30000!important;
}
html body.store-body .review-menu-portal-v941 .comment-menu-actions-v170 button{
  height:42px!important;
  font-size:12px!important;
}

html body.store-body.dark .reviews-v950 .reviews-compose-title-v950,
html body.store-body.dark .reviews-v950 .reviews-compose-text-v950,
html body.store-body.dark .reviews-v950 .reviews-rating-current-v950,
html body.store-body.dark .reviews-v950 .reviews-rating-menu-v950,
html body.store-body.dark .reviews-v950 .reviews-login-rating-v950{
  background:#172536!important;
  border-color:#30475f!important;
}
html body.store-body.dark .reviews-v950 .reviews-compose-title-v950 input,
html body.store-body.dark .reviews-v950 .reviews-compose-text-v950,
html body.store-body.dark .reviews-v950 .reviews-rating-current-v950 b,
html body.store-body.dark .reviews-v950 .reviews-login-rating-v950 b{
  color:#edf5ff!important;
}
html body.store-body.dark .reviews-v950 .review-avatar-rating-v950{
  border-color:#142131!important;
  background:#142131!important;
}
html body.store-body.dark .reviews-v950 .review-card-text-v942{color:#ced9e8!important}
html body.store-body.dark .reviews-v950 .review-more-v942 button:hover{background:#1b2b3f!important;border-color:#30475f!important}

@media(max-width:1180px){
  html body.store-body .reviews-v950 .reviews-rating-current-v950{width:176px!important}
}
@media(max-width:720px){
  html body.store-body .reviews-v950 .reviews-compose-message-v950{grid-template-columns:46px minmax(0,1fr)!important;gap:10px!important}
  html body.store-body .reviews-v950 .reviews-compose-avatar-v942{width:44px!important;height:44px!important;min-width:44px!important}
  html body.store-body .reviews-v950 .reviews-compose-toolbar-v950,
  html body.store-body .reviews-v950 .reviews-compose-meta-v950{margin-left:0!important}
  html body.store-body .reviews-v950 .reviews-rating-menu-v950{left:0!important;right:auto!important;width:294px!important}
  html body.store-body .reviews-v950 .review-message-v949,
  html body.store-body .reviews-v950 .review-actions-v942,
  html body.store-body .reviews-v950 .review-replies-v942{margin-left:0!important;margin-right:0!important}
}
@media(max-width:560px){
  html body.store-body .reviews-v950 .reviews-compose-toolbar-v950{align-items:stretch!important;flex-direction:column!important}
  html body.store-body .reviews-v950 .reviews-rating-current-v950{width:100%!important}
  html body.store-body .reviews-v950 .reviews-rating-menu-v950{width:100%!important;grid-template-columns:repeat(5,minmax(0,1fr))!important}
  html body.store-body .reviews-v950 .reviews-rating-menu-v950 button{width:100%!important}
  html body.store-body .reviews-v950 .reviews-compose-actions-v942{justify-content:flex-end!important}
  html body.store-body .reviews-v950 .review-card-head-v942{grid-template-columns:54px minmax(0,1fr) 36px!important}
  html body.store-body .reviews-v950 .review-avatar-stack-v950{width:52px!important;height:52px!important}
  html body.store-body .reviews-v950 .review-card-avatar-v942{width:48px!important;height:48px!important;min-width:48px!important}
  html body.store-body .reviews-v950 .review-new-v942{display:none!important}
  html body.store-body .reviews-v950 .review-more-v942{grid-column:3!important}
}


/* reviews v951 — selector and review card fixes */
html body.store-body .reviews-v951 .reviews-rating-current-v950{
  width:auto!important;
  min-width:0!important;
  height:52px!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
html body.store-body .reviews-v951 .reviews-rating-current-v950:hover,
html body.store-body .reviews-v951 .reviews-rating-current-v950.open{
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
html body.store-body .reviews-v951 .reviews-rating-current-v950>.review-rating-tgs-v949{
  width:48px!important;height:48px!important;flex:0 0 48px!important;
}
html body.store-body .reviews-v951 .reviews-rating-current-v950>span{display:none!important}
html body.store-body .reviews-v951 .reviews-rating-current-v950>.i{font-size:16px!important;color:#7f90a8!important}
html body.store-body .reviews-v951 .reviews-rating-select-v950{display:flex!important;align-items:center!important}
html body.store-body .reviews-v951 .reviews-rating-menu-v950{bottom:auto!important;top:calc(100% + 8px)!important;left:0!important;width:320px!important}
html body.store-body .reviews-v951 .reviews-login-rating-v950{height:auto!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
html body.store-body .reviews-v951 .reviews-login-rating-v950>.review-rating-tgs-v949{width:44px!important;height:44px!important}
html body.store-body .reviews-v951 .reviews-compose-text-v950{min-height:94px!important;height:94px!important;border-radius:20px!important}
html body.store-body .reviews-v951 .reviews-compose-title-v950{border-radius:18px!important}
html body.store-body .reviews-v951 .review-card-head-v942{grid-template-columns:54px minmax(0,1fr) auto 36px!important;gap:14px!important}
html body.store-body .reviews-v951 .review-card-avatar-v942{grid-column:1!important;grid-row:1!important;width:50px!important;height:50px!important;min-width:50px!important;align-self:start!important}
html body.store-body .reviews-v951 .review-avatar-stack-v950,
html body.store-body .reviews-v951 .review-avatar-rating-v950,
html body.store-body .reviews-v951 .review-card-rating-v949,
html body.store-body .reviews-v951 .review-score-v941{display:none!important}
html body.store-body .reviews-v951 .review-card-author-v942 p{display:flex!important;align-items:center!important;gap:7px!important;flex-wrap:wrap!important}
html body.store-body .reviews-v951 .review-inline-rating-v951{width:22px!important;height:22px!important;flex:0 0 22px!important}
html body.store-body .reviews-v951 .review-card-author-v942 p .review-service-v949{max-width:min(44vw,540px)!important}
html body.store-body .reviews-v951 .review-more-v942{width:34px!important;height:34px!important}
html body.store-body .reviews-v951 .review-more-v942 button,
html body.store-body .reviews-v951 .review-more-v942 .tg-more-v127{width:34px!important;height:34px!important;min-width:34px!important;border:1px solid #e1ebf6!important;border-radius:12px!important;background:#f9fbfe!important}
html body.store-body .reviews-v951 .review-more-v942 button:hover{background:#eef5fd!important;border-color:#cfe1f2!important}
html body.store-body .reviews-v951 .review-message-v949{margin:10px 40px 0 64px!important}
html body.store-body .reviews-v951 .review-actions-v942{margin:10px 0 0 64px!important}
html body.store-body .reviews-v951 .review-replies-v942{margin:12px 0 0 64px!important}
html body.store-body .reviews-v951 .reviews-overall-star-v951{display:inline-grid!important;place-items:center!important;margin-left:10px!important;color:var(--rv-blue)!important;font-size:32px!important;vertical-align:middle!important}
html body.store-body .reviews-v951 .reviews-overall-popular-v949{display:none!important}
html body.store-body.dark .reviews-v951 .reviews-rating-current-v950,
html body.store-body.dark .reviews-v951 .reviews-login-rating-v950{background:transparent!important;border:0!important;box-shadow:none!important}
html body.store-body.dark .reviews-v951 .review-more-v942 button,
html body.store-body.dark .reviews-v951 .review-more-v942 .tg-more-v127{background:#182637!important;border-color:#2e425b!important}
@media(max-width:720px){
  html body.store-body .reviews-v951 .reviews-rating-menu-v950{width:min(100vw - 40px,320px)!important}
  html body.store-body .reviews-v951 .review-card-head-v942{grid-template-columns:48px minmax(0,1fr) 34px!important}
  html body.store-body .reviews-v951 .review-card-avatar-v942{width:46px!important;height:46px!important;min-width:46px!important}
  html body.store-body .reviews-v951 .review-new-v942{display:none!important}
  html body.store-body .reviews-v951 .review-more-v942{grid-column:3!important}
  html body.store-body .reviews-v951 .review-message-v949,
  html body.store-body .reviews-v951 .review-actions-v942,
  html body.store-body .reviews-v951 .review-replies-v942{margin-left:0!important}
}


/* reviews v952 — multi review flow, picker visibility, rating placement */
html body.store-body .reviews-v951 .reviews-composer-v950,
html body.store-body .reviews-v952 .reviews-composer-v950{position:relative!important;z-index:6!important;overflow:visible!important}
html body.store-body .reviews-v951 .reviews-composer-inner-v950,
html body.store-body .reviews-v952 .reviews-composer-inner-v950{overflow:visible!important}
html body.store-body .reviews-v951 .reviews-rating-select-v950,
html body.store-body .reviews-v952 .reviews-rating-select-v950{position:relative!important;z-index:25!important}
html body.store-body .reviews-v951 .reviews-rating-menu-v950,
html body.store-body .reviews-v952 .reviews-rating-menu-v950{z-index:80!important;top:calc(100% + 10px)!important;left:0!important;bottom:auto!important}
html body.store-body .reviews-v951 .reviews-rating-current-v950>.review-rating-tgs-v949,
html body.store-body .reviews-v952 .reviews-rating-current-v950>.review-rating-tgs-v949{width:50px!important;height:50px!important;flex:0 0 50px!important}
html body.store-body .reviews-v951 .review-card-head-v942,
html body.store-body .reviews-v952 .review-card-head-v942{grid-template-columns:56px minmax(0,1fr) auto 42px!important;align-items:start!important}
html body.store-body .reviews-v951 .review-card-author-v942,
html body.store-body .reviews-v952 .review-card-author-v942{padding-top:2px!important}
html body.store-body .reviews-v951 .review-card-author-v942 p,
html body.store-body .reviews-v952 .review-card-author-v942 p{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;margin-top:6px!important}
html body.store-body .reviews-v951 .review-inline-rating-v951,
html body.store-body .reviews-v952 .review-inline-rating-v951{display:inline-grid!important;place-items:center!important;width:24px!important;height:24px!important;flex:0 0 24px!important;transform:translateY(-1px)!important}
html body.store-body .reviews-v951 .review-more-v942,
html body.store-body .reviews-v952 .review-more-v942{align-self:start!important;justify-self:end!important}
html body.store-body .reviews-v951 .review-message-v949,
html body.store-body .reviews-v952 .review-message-v949{margin:12px 48px 0 68px!important}
html body.store-body .reviews-v951 .review-actions-v942,
html body.store-body .reviews-v952 .review-actions-v942{margin:12px 0 0 68px!important}
html body.store-body .reviews-v951 .review-replies-v942,
html body.store-body .reviews-v952 .review-replies-v942{margin:14px 0 0 68px!important}
html body.store-body .reviews-v951 .reviews-overall-score-v942>div,
html body.store-body .reviews-v952 .reviews-overall-score-v942>div{display:grid!important;grid-template-columns:auto 18px!important;align-items:center!important;column-gap:2px!important}
html body.store-body .reviews-v951 .reviews-overall-star-v951,
html body.store-body .reviews-v952 .reviews-overall-star-v951{margin-left:4px!important;font-size:24px!important;transform:translateY(2px)!important}
html body.store-body .reviews-v951 .reviews-overall-score-v942 small,
html body.store-body .reviews-v952 .reviews-overall-score-v942 small{grid-column:1/3!important;margin-top:4px!important}
@media(max-width:720px){
  html body.store-body .reviews-v951 .review-message-v949,
  html body.store-body .reviews-v952 .review-message-v949,
  html body.store-body .reviews-v951 .review-actions-v942,
  html body.store-body .reviews-v952 .review-actions-v942,
  html body.store-body .reviews-v951 .review-replies-v942,
  html body.store-body .reviews-v952 .review-replies-v942{margin-left:0!important}
}


/* reviews v955 — star rating and telegram ios picker */
html body.store-body .reviews-v955 .review-rating-star-v955,
html body.store-body .reviews-v955 .review-rating-star-v955 .i{display:grid;place-items:center}
html body.store-body .reviews-v955 .review-rating-star-v955{width:100%;height:100%;color:#1f86ff}
html body.store-body .reviews-v955 .review-rating-star-v955 .i{font-size:78%;line-height:1}
html body.store-body .reviews-v955 .reviews-overall-star-v951{display:none!important}
html body.store-body .reviews-v955 .reviews-overall-score-v942>div{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:3px!important}
html body.store-body .reviews-v955 .reviews-overall-score-v942 small{margin-top:0!important;grid-column:auto!important}
html body.store-body .reviews-v955 .reviews-compose-toolbar-v955{align-items:center!important;justify-content:space-between!important;gap:16px!important}
html body.store-body .reviews-v955 .reviews-rating-inline-v955{display:flex!important;align-items:center!important;gap:10px!important;flex-wrap:wrap!important}
html body.store-body .reviews-v955 .reviews-rating-inline-btn-v955{width:54px!important;height:54px!important;padding:0!important;border:1px solid #dce9f8!important;border-radius:18px!important;background:linear-gradient(180deg,#fff,#f8fbff)!important;box-shadow:0 10px 24px rgba(75,122,181,.08)!important;display:grid!important;place-items:center!important;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease!important;position:relative!important}
html body.store-body .reviews-v955 .reviews-rating-inline-btn-v955:hover{transform:translateY(-1px)!important;border-color:#bfd6f3!important;box-shadow:0 12px 28px rgba(75,122,181,.12)!important}
html body.store-body .reviews-v955 .reviews-rating-inline-btn-v955.active{border-color:#8fc0ff!important;background:linear-gradient(180deg,#eef7ff,#e4f1ff)!important;box-shadow:0 14px 30px rgba(51,131,226,.18)!important}
html body.store-body .reviews-v955 .reviews-rating-inline-btn-v955.active::after{content:''!important;position:absolute!important;left:50%!important;bottom:-9px!important;width:8px!important;height:8px!important;margin-left:-4px!important;border-radius:999px!important;background:#2d8cff!important;box-shadow:0 0 0 4px rgba(45,140,255,.12)!important}
html body.store-body .reviews-v955 .reviews-rating-inline-btn-v955 .review-rating-tgs-v949,
html body.store-body .reviews-v955 .reviews-rating-inline-btn-v955 .review-rating-star-v955{width:36px!important;height:36px!important;display:grid!important;place-items:center!important}
html body.store-body .reviews-v955 .reviews-rating-inline-btn-v955 .review-rating-star-v955 .i{font-size:28px!important}
html body.store-body .reviews-v955 .reviews-rating-select-v950,
html body.store-body .reviews-v955 .reviews-rating-current-v950,
html body.store-body .reviews-v955 .reviews-rating-menu-v950{display:none!important}
html body.store-body .reviews-v955 .review-avatar-stack-v955{position:relative!important;width:54px!important;height:54px!important;flex:0 0 54px!important}
html body.store-body .reviews-v955 .review-card-avatar-v942{width:54px!important;height:54px!important;min-width:54px!important}
html body.store-body .reviews-v955 .review-avatar-rating-v955{position:absolute!important;right:-2px!important;bottom:-2px!important;width:24px!important;height:24px!important;border-radius:999px!important;background:#fff!important;border:2px solid #fff!important;box-shadow:0 6px 14px rgba(66,104,145,.18)!important;display:grid!important;place-items:center!important;overflow:hidden!important}
html body.store-body .reviews-v955 .review-avatar-rating-v955 .review-rating-tgs-v949,
html body.store-body .reviews-v955 .review-avatar-rating-v955 .review-rating-star-v955{width:16px!important;height:16px!important;display:grid!important;place-items:center!important}
html body.store-body .reviews-v955 .review-avatar-rating-v955 .review-rating-star-v955 .i{font-size:14px!important}
html body.store-body .reviews-v955 .review-card-head-v942{grid-template-columns:56px minmax(0,1fr) auto 40px!important;gap:14px!important;align-items:start!important}
html body.store-body .reviews-v955 .review-card-author-v942 p{margin-top:5px!important}
html body.store-body .reviews-v955 .review-inline-rating-v951{display:none!important}
html body.store-body .reviews-v955 .reviews-head-score-icon-v942 .review-rating-star-v955 .i{font-size:34px!important}
html body.store-body .reviews-v955 .reviews-distribution-list-v942>div>span .review-rating-star-v955 .i{font-size:18px!important}
html body.store-body .reviews-v955 .reviews-distribution-list-v942>div>span .review-rating-star-v955{width:18px!important;height:18px!important}
html body.store-body.dark .reviews-v955 .reviews-rating-inline-btn-v955{background:linear-gradient(180deg,#182637,#152233)!important;border-color:#2c425b!important;box-shadow:0 12px 26px rgba(0,0,0,.25)!important}
html body.store-body.dark .reviews-v955 .reviews-rating-inline-btn-v955.active{background:linear-gradient(180deg,#20344f,#1a2d45)!important;border-color:#3f6ea7!important}
html body.store-body.dark .reviews-v955 .review-avatar-rating-v955{background:#101c2a!important;border-color:#101c2a!important}
@media(max-width:760px){
  html body.store-body .reviews-v955 .reviews-compose-toolbar-v955{align-items:flex-start!important;flex-direction:column!important}
  html body.store-body .reviews-v955 .reviews-rating-inline-v955{width:100%!important;justify-content:flex-start!important}
}


/* reviews v956 — static summary star + Telegram iOS rating selector */
html body.store-body .reviews-v956 .reviews-head-score-static-star-v956{
  color:var(--rv-blue)!important;
}
html body.store-body .reviews-v956 .reviews-head-score-static-star-v956 .i{
  font-size:30px!important;
}
html body.store-body .reviews-v956 .reviews-rating-inline-v955{
  display:inline-flex!important;
  align-items:center!important;
  gap:4px!important;
  padding:5px!important;
  border:1px solid rgba(196,216,239,.92)!important;
  border-radius:22px!important;
  background:rgba(255,255,255,.88)!important;
  box-shadow:0 10px 28px rgba(65,108,159,.08), inset 0 1px 0 rgba(255,255,255,.95)!important;
  backdrop-filter:blur(18px)!important;
  -webkit-backdrop-filter:blur(18px)!important;
}
html body.store-body .reviews-v956 .reviews-rating-inline-btn-v955{
  width:52px!important;
  height:52px!important;
  padding:0!important;
  border:0!important;
  border-radius:17px!important;
  background:transparent!important;
  box-shadow:none!important;
  display:grid!important;
  place-items:center!important;
  position:relative!important;
  transform:none!important;
  transition:background .16s ease, transform .16s ease, box-shadow .16s ease!important;
}
html body.store-body .reviews-v956 .reviews-rating-inline-btn-v955:hover{
  transform:translateY(-1px)!important;
  background:rgba(230,240,252,.72)!important;
  border:0!important;
  box-shadow:none!important;
}
html body.store-body .reviews-v956 .reviews-rating-inline-btn-v955.active{
  transform:scale(1.04)!important;
  background:linear-gradient(180deg,rgba(226,241,255,.98),rgba(213,233,255,.98))!important;
  box-shadow:inset 0 0 0 1px rgba(45,140,255,.32),0 6px 16px rgba(45,140,255,.13)!important;
}
html body.store-body .reviews-v956 .reviews-rating-inline-btn-v955.active::after{
  display:none!important;
  content:none!important;
}
html body.store-body .reviews-v956 .reviews-rating-inline-btn-v955 .review-rating-tgs-v949{
  width:38px!important;
  height:38px!important;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
}
html body.store-body .reviews-v956 .reviews-rating-inline-btn-v955 .review-rating-tgs-v949 svg{
  width:100%!important;
  height:100%!important;
  display:block!important;
}
html body.store-body .reviews-v956 .reviews-compose-toolbar-v955{
  align-items:center!important;
}
html body.store-body.dark .reviews-v956 .reviews-rating-inline-v955{
  background:rgba(20,32,47,.88)!important;
  border-color:rgba(58,82,108,.92)!important;
  box-shadow:0 14px 30px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.03)!important;
}
html body.store-body.dark .reviews-v956 .reviews-rating-inline-btn-v955:hover{
  background:rgba(40,58,78,.72)!important;
}
html body.store-body.dark .reviews-v956 .reviews-rating-inline-btn-v955.active{
  background:linear-gradient(180deg,#203a58,#1b314b)!important;
  box-shadow:inset 0 0 0 1px rgba(89,158,234,.42),0 8px 18px rgba(0,0,0,.24)!important;
}
@media(max-width:760px){
  html body.store-body .reviews-v956 .reviews-rating-inline-v955{
    max-width:100%!important;
    overflow-x:auto!important;
    scrollbar-width:none!important;
  }
  html body.store-body .reviews-v956 .reviews-rating-inline-v955::-webkit-scrollbar{display:none!important}
  html body.store-body .reviews-v956 .reviews-rating-inline-btn-v955{flex:0 0 50px!important}
}


/* reviews v957 — guest composer must not show a rating */
html body.store-body .reviews-v957 .reviews-login-rating-v950{display:none!important}
html body.store-body .reviews-v957 .reviews-login-bottom-v957{justify-content:flex-end!important}
html body.store-body .reviews-v957 .reviews-login-bottom-v957 .reviews-login-tools-v947{margin-left:auto!important}
