
  .snx-reviews,
  .snx-reviews *,
  .snx-reviews *::before,
  .snx-reviews *::after {
    box-sizing: border-box;
  }

  .snx-reviews {
    --snx-bg: #ffffff;
    --snx-bg-soft: #f6f7fa;
    --snx-card: #ffffff;
    --snx-text: #384B60;
    --snx-muted: #6b7280;
    --snx-muted-2: #8a9099;
    --snx-line: #e6e8ee;
    --snx-brand: #3483ca;
    --snx-brand-soft: #fce8e8;
    --snx-cta: #29ce90;
    --snx-cta-hover: #23b67e;
    --snx-info: #3483ca;
    --snx-slate: #384b60;
    --snx-star: #fbbc04;
    --snx-radius-xl: 16px;
    --snx-radius-md: 16px;
    --snx-shadow: 0 18px 50px rgba(17, 24, 39, 0.08);
    --snx-shadow-soft: 0 10px 24px rgba(17, 24, 39, 0.055);
    width: 100%;
    padding: 20px 8px;
    color: var(--snx-text);
    background: radial-gradient(circle at 6% 0%, rgba(52, 131, 202, 0.07), transparent 28%), radial-gradient(circle at 96% 7%, rgba(41, 206, 144, 0.08), transparent 24%), linear-gradient(180deg, #ffffff 0%, #f6f7fa 100%);
    overflow: hidden;
    border-radius: 16px;
    margin: 0px 0px 40px;
}

  .snx-reviews img {
    display: block;
    max-width: 100%;
  }

  .snx-reviews__container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
  }

  .snx-reviews__header {
    display: grid;
    gap: 24px;
    margin-bottom: 28px;
  }

  .snx-reviews__title {
    max-width: 780px;
    margin: 0;
    color: var(--snx-text);
    font-size: clamp(24px, 2vw, 46px);
    font-weight: 800;
    line-height: 1.2;
}

  .snx-reviews__subtitle {
    max-width: 720px;
    margin: 14px 0 0;
    color: var(--muted);
    font-size: clamp(16px, 1.6vw, 19px);
    line-height: 1.5;
    max-width: 60ch;
}

  .snx-reviews__summary {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    min-width: 0;
  }

  .snx-source-card {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    overflow: hidden;
    padding: 14px;
    border: 1px solid var(--snx-line);
    border-radius: var(--snx-radius-md);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--snx-shadow-soft);
  }

  .snx-source-card__logo,
  .snx-review__avatar,
  .snx-review__platform-logo {
    position: relative;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    overflow: hidden;
    background: var(--snx-bg-soft);
    color: var(--snx-slate);
    font-weight: 900;
  }

  .snx-source-card__logo {
    width: 46px;
    height: 46px;
    border-radius: 15px;
  }

  .snx-source-card__logo img,
  .snx-review__avatar img,
  .snx-review__platform-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .snx-source-card__logo.has-image span,
  .snx-review__avatar.has-image span,
  .snx-review__platform-logo.has-image span {
    display: none;
  }

  .snx-source-card__body {
    min-width: 0;
    flex: 1 1 auto;
  }

  .snx-source-card__name {
    margin-bottom: 4px;
    color: var(--snx-muted);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
  }

  .snx-source-card__rate {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 7px;
    min-width: 0;
  }

  .snx-source-card__rate strong {
    color: var(--snx-text);
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
  }

  .snx-stars {
    color: var(--snx-star);
    font-size: 15px;
    line-height: 1;
    letter-spacing: 1px;
    white-space: nowrap;
  }

  .snx-source-card .snx-stars {
    display: block;
    min-width: 0;
    max-width: 150px;
    overflow: hidden;
    font-size: 25px;
    letter-spacing: 0;
  }

  .snx-reviews__layout {
    display: grid;
    gap: 18px;
    align-items: start;
  }

  .snx-reviews__aside,
  .snx-reviews__content {
    min-width: 0;
  }

  .snx-proof {
    padding: 22px;
    border: 1px solid var(--snx-line);
    border-radius: var(--snx-radius-xl);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--snx-shadow);
  }

  .snx-proof__number {
    color: var(--snx-brand);
    font-size: clamp(44px, 6vw, 68px);
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: 0.12em;
  }

  .snx-proof__title {
    max-width: 260px;
    color: var(--snx-text);
    font-size: 20px;
    font-weight: 900;
    line-height: 1.25;
  }

  .snx-proof__items {
    display: grid;
    gap: 10px;
    margin-top: 18px;
  }

  .snx-proof__item {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: var(--snx-slate);
    font-size: 14px;
    font-weight: 750;
    line-height: 1.35;
  }

  .snx-proof__item span {
    width: 10px;
    height: 10px;
    margin-top: 5px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: var(--snx-cta);
    box-shadow: 0 0 0 5px rgba(41, 206, 144, 0.12);
  }

  .snx-reviews__content {
    border: 1px solid rgba(230, 232, 238, 0.92);
    border-radius: var(--snx-radius-xl);
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 18px 55px rgba(17, 24, 39, 0.055);
    overflow: hidden;
  }

  .snx-reviews__toolbar {
    position: sticky;
    top: 0;
    z-index: 3;
    display: grid;
    gap: 12px;
    padding: 16px;
  }

  .snx-reviews__tabs {
    display: flex;
    gap: 8px;
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .snx-reviews__tabs::-webkit-scrollbar {
    display: none;
  }

  .snx-reviews__tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 9px 12px;
    border: 2px solid var(--snx-line);
    border-radius: 999px;
    background: #ffffff;
    color: var(--snx-slate);
    font-size: 14px;
    font-weight: 850;
    line-height: 1.2;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
  }

  .snx-reviews__tab:hover {
    border-color: rgba(52, 131, 202, 0.34);
    color: var(--snx-info);
  }

  .snx-reviews__tab.is-active {
    border-color: #E6E8EE;
    color: var(--snx-brand);
}

  .snx-reviews__counter {
    color: var(--snx-muted);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
  }

  .snx-reviews__list {
    display: grid;
    gap: 14px;
    padding: 14px;
    min-height: 120px;
  }

  .snx-review {
    position: relative;
    min-width: 0;
    padding: 18px;
    background: #ffffff;
    color: var(--snx-text);
    animation: snxReviewIn 0.22s ease both;
  }

  @keyframes snxReviewIn {
    from {
      opacity: 0;
      transform: translateY(8px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .snx-review--yandex {
    border: 2px solid #e5e5e5;
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.045);
  }

  .snx-review--google {
    border: 2px solid #dadce0;
    border-radius: 16px;
    box-shadow: none;
    color: #3c4043;
  }

  .snx-review--gis {
    border: 2px solid #e1e6ee;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.04);
  }

  .snx-review__platform-top,
  .snx-review__platform-bottom {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--snx-muted);
    font-size: 12px;
    font-weight: 750;
    line-height: 1.2;
  }

  .snx-review__platform-top {
    margin-bottom: 12px;
  }

  .snx-review__platform-bottom {
    margin-top: 8px;
  }

  .snx-review__platform-logo {
    width: 22px;
    height: 22px;
    border-radius: 7px;
    background: var(--snx-bg-soft);
    color: var(--snx-slate);
    font-size: 12px;
  }

  .snx-review__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    min-width: 0;
  }

  .snx-review__author {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
  }

  .snx-review__avatar {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    color: #ffffff;
    font-size: 20px;
  }

  .snx-review--yandex .snx-review__avatar {
    background: linear-gradient(135deg, #eaf0f8, #ffffff);
    color: var(--snx-brand);
    border: 1px solid #e5e7eb;
  }

  .snx-review--google .snx-review__avatar {
    background: #c2185b;
    color: #ffffff;
  }

  .snx-review--gis .snx-review__avatar {
    background: linear-gradient(135deg, #e7f0ff, #ffffff);
    color: #1c6bd9;
    border: 1px solid #d8e5f8;
  }

  .snx-review__author-data {
    min-width: 0;
  }

  .snx-review__name {
    margin: 0;
    color: var(--snx-text);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.25;
  }

  .snx-review--google .snx-review__name {
    color: #3c4043;
    font-size: 18px;
    font-weight: 800;
  }

  .snx-review--gis .snx-review__name {
    color: #2d74c4;
    font-size: 18px;
    font-weight: 800;
  }

  .snx-review__meta {
    margin: 4px 0 0;
    color: var(--snx-muted);
    font-size: 13px;
    font-weight: 650;
    line-height: 1.35;
  }

  .snx-review__menu {
    display: grid;
    justify-items: center;
    gap: 3px;
    width: 32px;
    height: 32px;
    padding: 7px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    cursor: pointer;
  }

  .snx-review__menu span {
    width: 4px;
    height: 4px;
    border-radius: 999px;
    background: #9aa0a6;
  }

  .snx-review__place {
    margin-top: 10px;
    color: var(--snx-muted-2);
    font-size: 14px;
    font-weight: 650;
    line-height: 1.35;
  }

  .snx-review__rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .snx-review__rating time {
    color: var(--snx-muted);
    font-size: 13px;
    font-weight: 700;
  }

  .snx-review--google .snx-review__rating time {
    color: #70757a;
    font-size: 15px;
    font-weight: 600;
  }

  .snx-review__text {
    display: -webkit-box;
    margin: 0;
    color: #2d3748;
    font-size: 15.5px;
    line-height: 1.62;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .snx-review--google .snx-review__text {
    color: #3c4043;
    font-size: 17px;
    line-height: 1.55;
  }

  .snx-review--gis .snx-review__text {
    color: #111827;
    font-size: 16px;
    line-height: 1.48;
    font-weight: 650;
  }

  .snx-review.is-expanded .snx-review__text {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
  }

  .snx-review__more {
    display: block;
    width: fit-content;
    min-height: 34px;
    margin: 6px 0 0;
    padding: 8px 0 0;
    border: 0;
    background: transparent;
    color: var(--snx-info);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
  }

  .snx-review--yandex .snx-review__more {
    color: #1967d2;
  }

  .snx-review--google .snx-review__more {
    color: #1a73e8;
  }

  .snx-review--gis .snx-review__more {
    color: #7a818b;
  }

  .snx-review__more:hover {
    color: var(--snx-brand);
  }

  .snx-review__gis-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 14px;
    color: #7a818b;
    font-size: 14px;
    font-weight: 750;
  }

  .snx-reviews__more-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0px 14px 16px;
  }

  .snx-reviews__show-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    padding: 13px 16px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
  }

  .snx-reviews__show-more {
    border: 2px solid rgba(41, 206, 144, .45);
    background: #ffffff;
    color: #384B60;
  }

  .snx-reviews__show-more:hover {
    transform: translateY(3px);
  }

  .snx-reviews__show-more[hidden],
  .snx-review__more[hidden] {
    display: none !important;
  }

  .snx-reviews__tab:focus-visible,
  .snx-review__more:focus-visible,
  .snx-review__menu:focus-visible,
  .snx-reviews__show-more:focus-visible {
    outline: 3px solid rgba(52, 131, 202, 0.28);
    outline-offset: 3px;
  }

  .snx-reviews__counter--bottom {
  width: 100%;
  text-align: center;
}

@media (min-width: 800px) {
  .snx-reviews__more-row {
    flex-direction: column;
  }

  .snx-reviews__counter--bottom {
    text-align: center;
  }
}

  @media (min-width: 800px) {
    .snx-reviews__summary {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .snx-reviews__toolbar {
      grid-template-columns: auto minmax(0, 1fr);
      align-items: center;
    }

    .snx-reviews__tabs {
      justify-content: flex-end;
    }

    .snx-reviews__show-more {
      width: auto;
      min-width: 190px;
    }
  }

  @media (min-width: 960px) {
    .snx-reviews {
      padding: 72px 32px;
    }

    .snx-reviews__aside {
      position: sticky;
      top: 24px;
      align-self: start;
      z-index: 2;
    }

    .snx-proof {
      padding: 26px;
    }

    .snx-reviews__toolbar {
      padding: 18px;
    }

    .snx-reviews__list {
      gap: 16px;
      padding: 18px;
    }

    .snx-review {
      padding: 22px;
    }

    .snx-reviews__more-row {
      padding: 0 18px 18px;
    }
  }

  @media (max-width: 420px) {
    .snx-reviews {
      padding: 40px 14px;
    }

    .snx-source-card {
      padding: 12px;
    }

    .snx-reviews__content {
      border-radius: 22px;
    }

    .snx-reviews__toolbar {
      padding: 14px;
    }

    .snx-reviews__list {
      padding: 14px;
    }

    .snx-review {
      padding: 16px;
    }

    .snx-review__avatar {
      width: 44px;
      height: 44px;
    }

    .snx-review__name {
      font-size: 16px;
    }

    .snx-review--google .snx-review__name,
    .snx-review--gis .snx-review__name {
      font-size: 17px;
    }

    .snx-review__text,
    .snx-review--google .snx-review__text,
    .snx-review--gis .snx-review__text {
      font-size: 15px;
      line-height: 1.56;
      -webkit-line-clamp: 5;
    }
  }
 

  @media (prefers-reduced-motion: reduce) {
    .snx-reviews *,
    .snx-reviews *::before,
    .snx-reviews *::after {
      scroll-behavior: auto !important;
      transition: none !important;
      animation: none !important;
    }
  }
