.nw-reviews,
.nw-reviews * { box-sizing: border-box; }
.nw-reviews {
  --nwr-yellow: #FFCC00;
  --nwr-blue: #2F80ED;
  --nwr-text: #111111;
  --nwr-muted: #8A8A8A;
  --nwr-line: #E9E9E9;
  --nwr-soft: #F5F5F5;
  width: 100%;
  color: var(--nwr-text);
  font-family: Manrope, Inter, Arial, sans-serif;
}
.nw-reviews__header { text-align: center; margin: 0 auto 34px; max-width: 980px; }
.nw-reviews__title { margin: 0; font-size: clamp(36px, 4vw, 64px); line-height: 1; letter-spacing: -.045em; font-weight: 850; color: var(--nwr-text); }
.nw-reviews__subtitle { margin-top: 16px; font-size: 18px; line-height: 1.5; color: #555; }
.nw-reviews__layout { display: grid; grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr); gap: 24px; align-items: stretch; }
.nw-reviews__summary,
.nw-reviews__feed { background: #fff; border: 1px solid #ECECEC; border-radius: 24px; box-shadow: 0 16px 42px rgba(0,0,0,.055); }
.nw-reviews__summary { padding: 32px; display: flex; flex-direction: column; }
.nw-reviews__summary-brand { display: flex; align-items: center; gap: 16px; padding-bottom: 24px; border-bottom: 1px solid var(--nwr-line); }
.nw-reviews__brand-mark { width: 62px; height: 62px; border-radius: 18px; display: inline-flex; align-items: center; justify-content: center; background: var(--nwr-yellow); font-size: 30px; line-height: 1; color: #111; flex: 0 0 62px; }
.nw-reviews__brand-mark i, .nw-reviews__brand-mark svg { width: 30px; height: 30px; font-size: 30px; fill: currentColor; color: currentColor; }
.nw-reviews__summary-brand strong { display: block; font-size: 22px; line-height: 1.15; font-weight: 850; }
.nw-reviews__summary-brand span:not(.nw-reviews__brand-mark) { display: block; margin-top: 5px; font-size: 14px; color: var(--nwr-muted); }
.nw-reviews__score { margin-top: 26px; font-size: 76px; font-weight: 800; letter-spacing: -.06em; line-height: 1; }
.nw-reviews__stars { display: inline-flex; gap: 2px; margin-top: 10px; font-size: 28px; line-height: 1; }
.nw-reviews__star { color: #DDD; }
.nw-reviews__star.is-active { color: var(--nwr-yellow); }
.nw-reviews__count { margin-top: 10px; padding-bottom: 22px; border-bottom: 1px solid var(--nwr-line); color: #555; font-size: 15px; }
.nw-reviews__trust-list { display: grid; gap: 18px; margin: 24px 0 28px; }
.nw-reviews__trust-list > div { position: relative; min-height: 42px; padding-left: 54px; }
.nw-reviews__trust-list > div > span { position: absolute; left: 0; top: 0; width: 40px; height: 40px; border-radius: 13px; border: 2px solid var(--nwr-yellow); display: flex; align-items: center; justify-content: center; color: #111; font-weight: 900; }
.nw-reviews__trust-list b { display: block; font-size: 15px; line-height: 1.25; }
.nw-reviews__trust-list small { display: block; margin-top: 3px; color: var(--nwr-muted); font-size: 13px; line-height: 1.35; }
.nw-reviews__measure-button { margin-top: auto; min-height: 58px; padding: 18px 28px; border-radius: 14px; background: #17191D; color: #fff; display: flex; align-items: center; justify-content: space-between; gap: 18px; text-decoration: none; font-size: 18px; font-weight: 800; transition: transform .18s ease, background .18s ease; }
.nw-reviews__measure-button:hover { color: #fff; background: #000; transform: translateY(-2px); }
.nw-reviews__feed { padding: 24px 30px 16px; min-width: 0; }
.nw-reviews__ratebar { min-height: 84px; padding: 16px 22px; border-radius: 16px; background: var(--nwr-soft); display: flex; align-items: center; justify-content: center; gap: 26px; }
.nw-reviews__ratebar strong { font-size: 20px; }
.nw-reviews__open-form,
.nw-reviews__submit { appearance: none; border: 0; min-height: 58px; padding: 18px 28px; border-radius: 14px; background: var(--nwr-blue); color: #fff; font: inherit; font-weight: 800; cursor: pointer; transition: transform .18s ease, filter .18s ease; }
.nw-reviews__open-form:hover,
.nw-reviews__submit:hover { transform: translateY(-1px); filter: brightness(.96); }
.nw-reviews__form { margin: 18px 0 4px; padding: 22px; border: 1px solid #E5E5E5; border-radius: 18px; background: #FAFAFA; }
.nw-reviews__form[hidden] { display: none !important; }
.nw-reviews__form-title { margin-bottom: 12px; font-size: 20px; font-weight: 850; }
.nw-reviews__rating-input { display: flex; flex-direction: row-reverse; justify-content: flex-end; gap: 2px; margin-bottom: 14px; }
.nw-reviews__rating-input input { position: absolute; opacity: 0; pointer-events: none; }
.nw-reviews__rating-input label { color: #D7D7D7; font-size: 34px; line-height: 1; cursor: pointer; }
.nw-reviews__rating-input label:hover,
.nw-reviews__rating-input label:hover ~ label,
.nw-reviews__rating-input input:checked ~ label { color: var(--nwr-yellow); }
.nw-reviews__input { width: 100%; border: 1px solid #DDD !important; background: #fff !important; color: #111 !important; border-radius: 14px !important; padding: 14px 16px !important; font: inherit !important; outline: 0; }
.nw-reviews__input:focus { border-color: var(--nwr-blue) !important; box-shadow: 0 0 0 3px rgba(47,128,237,.12) !important; }
.nw-reviews__author { margin-bottom: 10px; }
.nw-reviews__message { resize: vertical; min-height: 120px; }
.nw-reviews__website { position: absolute !important; left: -99999px !important; opacity: 0 !important; }
.nw-reviews__form-actions { display: flex; align-items: center; gap: 12px; margin-top: 12px; }
.nw-reviews__cancel { appearance: none; border: 0; background: transparent; color: #777; font: inherit; font-weight: 700; cursor: pointer; padding: 12px 8px; }
.nw-reviews__form-status { margin-top: 10px; font-size: 14px; color: #555; }
.nw-reviews__items { margin-top: 18px; }
.nw-reviews__item { padding: 18px 2px 22px; border-bottom: 1px solid var(--nwr-line); }
.nw-reviews__item.is-hidden { display: none; }
.nw-reviews__author-row { display: flex; align-items: center; gap: 14px; }
.nw-reviews__avatar { width: 54px; height: 54px; flex: 0 0 54px; border-radius: 50%; object-fit: cover; background: #F3F3F3; }
.nw-reviews__avatar--initial { display: inline-flex; align-items: center; justify-content: center; background: #FFF0D0; color: #111; font-size: 18px; font-weight: 900; }
.nw-reviews__author-meta strong { display: block; font-size: 18px; line-height: 1.2; font-weight: 850; }
.nw-reviews__author-meta span { display: block; margin-top: 4px; color: var(--nwr-muted); font-size: 14px; }
.nw-reviews__item .nw-reviews__stars { margin-top: 14px; font-size: 23px; }
.nw-reviews__text { margin-top: 10px; max-width: 780px; font-size: 18px; line-height: 1.5; white-space: pre-line; }
.nw-reviews__more { appearance: none; margin: 16px 0 4px; padding: 9px 0; border: 0; background: transparent; color: var(--nwr-blue); font: inherit; font-weight: 800; cursor: pointer; }
.nw-reviews__empty { padding: 44px 10px; color: var(--nwr-muted); text-align: center; }

@media (max-width: 1024px) {
  .nw-reviews__layout { grid-template-columns: 1fr; }
  .nw-reviews__summary { display: grid; grid-template-columns: 1fr auto; gap: 16px 24px; }
  .nw-reviews__summary-brand, .nw-reviews__trust-list, .nw-reviews__measure-button { grid-column: 1 / -1; }
  .nw-reviews__score { margin-top: 0; }
  .nw-reviews__count { align-self: end; border-bottom: 0; padding-bottom: 6px; }
}

@media (max-width: 767px) {
  .nw-reviews--mobile-feed-first .nw-reviews__feed { order: 1; }
  .nw-reviews--mobile-feed-first .nw-reviews__summary { order: 2; }
  .nw-reviews__header { margin-bottom: 22px; text-align: left; }
  .nw-reviews__title { font-size: 36px; }
  .nw-reviews__subtitle { font-size: 16px; }
  .nw-reviews__summary, .nw-reviews__feed { border-radius: 18px; }
  .nw-reviews__summary { display: block; padding: 22px; }
  .nw-reviews__score { margin-top: 22px; font-size: 64px; }
  .nw-reviews__count { padding-bottom: 20px; border-bottom: 1px solid var(--nwr-line); }
  .nw-reviews__feed { padding: 16px 18px 10px; }
  .nw-reviews__ratebar { align-items: stretch; flex-direction: column; gap: 12px; text-align: center; }
  .nw-reviews__open-form { width: 100%; }
  .nw-reviews__text { font-size: 16px; }
}
