.hta3d-reviews-page {
  --hr-blue: #0a0a78;
  --hr-teal: #54b6c0;
  --hr-ink: #202326;
  --hr-muted: #58646e;
  --hr-line: #dce5e9;
  color: var(--hr-ink);
  padding-bottom: 56px;
}
.hta3d-reviews-page *, .hta3d-reviews-page *::before, .hta3d-reviews-page *::after { box-sizing: border-box; }
.hta3d-reviews-page__inner { min-width: 0; }
.hta3d-reviews-page__breadcrumbs { padding: 18px 0 12px; }
.hta3d-reviews-page__breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.hta3d-reviews-page__breadcrumbs li + li::before { content: '/'; margin-right: 8px; color: #86939c; }
.hta3d-reviews-page__breadcrumbs a { color: var(--hr-blue); }
.hta3d-reviews-page__breadcrumbs span[aria-current="page"] { color: var(--hr-muted); }
.hta3d-reviews-page__hero { padding: clamp(24px, 4vw, 48px); background: linear-gradient(135deg, #f3f8f9, #fff 68%); border: 1px solid var(--hr-line); border-radius: 20px; }
.hta3d-reviews-page__eyebrow { display: inline-block; margin-bottom: 9px; color: #087987; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.hta3d-reviews-page__hero h1 { margin: 0 0 12px; color: var(--hr-blue); font-size: clamp(29px, 4vw, 44px); font-weight: 750; line-height: 1.12; overflow-wrap: anywhere; }
.hta3d-reviews-page__hero p { max-width: 760px; margin: 0; color: var(--hr-muted); font-size: 16px; line-height: 1.65; overflow-wrap: anywhere; }
.hta3d-reviews-page__overview { display: grid; grid-template-columns: minmax(190px, 1fr) minmax(0, 2fr); gap: 30px; margin: 24px 0; padding: 27px 30px; background: #fff; border: 1px solid var(--hr-line); border-radius: 18px; box-shadow: 0 6px 20px rgba(10, 10, 120, .045); }
.hta3d-reviews-page__score { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; }
.hta3d-reviews-page__score-label { color: var(--hr-muted); font-size: 13px; font-weight: 700; }
.hta3d-reviews-page__score strong { color: var(--hr-blue); font-size: 46px; line-height: 1; }
.hta3d-reviews-page__score small { font-size: 20px; color: var(--hr-muted); }
.hta3d-reviews-page__total { color: var(--hr-muted); font-size: 13px; }
.hta3d-reviews-page__stars { position: relative; display: inline-block; width: 5em; color: #d5dade; font-size: 19px; line-height: 1; white-space: nowrap; vertical-align: middle; }
.hta3d-reviews-page__stars-fill { position: absolute; top: 0; left: 0; overflow: hidden; color: #ffd020; white-space: nowrap; }
.hta3d-reviews-page__distribution { display: flex; flex-direction: column; justify-content: center; gap: 5px; min-width: 0; }
.hta3d-reviews-page__distribution-row { display: grid; grid-template-columns: 82px minmax(0, 1fr) 100px; align-items: center; gap: 12px; min-height: 34px; padding: 2px 4px; border-radius: 7px; color: var(--hr-ink); text-decoration: none; font-size: 13px; }
.hta3d-reviews-page__distribution-row:hover, .hta3d-reviews-page__distribution-row.is-active { background: #eff8f9; color: var(--hr-blue); }
.hta3d-reviews-page__clear { font-weight: 800; }
.hta3d-reviews-page__distribution-row > span:last-child { text-align: right; white-space: nowrap; }
.hta3d-reviews-page__distribution-row small { color: var(--hr-muted); }
.hta3d-reviews-page__bar { display: block; height: 9px; overflow: hidden; border-radius: 20px; background: #edf0f2; }
.hta3d-reviews-page__bar > span { display: block; height: 100%; border-radius: inherit; background: var(--hr-teal); }
.hta3d-reviews-page__filters { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 14px; }
.hta3d-reviews-page__filters a, .hta3d-reviews-page__pagination a { display: inline-flex; justify-content: center; align-items: center; min-height: 44px; padding: 9px 15px; border: 1px solid var(--hr-line); border-radius: 10px; color: var(--hr-blue); background: #fff; font-weight: 700; text-decoration: none; }
.hta3d-reviews-page__filters a:hover, .hta3d-reviews-page__pagination a:hover { border-color: var(--hr-teal); background: #f0f9fa; }
.hta3d-reviews-page__filters a.is-active, .hta3d-reviews-page__pagination a.is-current { background: var(--hr-blue); color: #fff; border-color: var(--hr-blue); }
.hta3d-reviews-page__filters .hta3d-reviews-page__clear { margin-left: 5px; }
.hta3d-reviews-page__results { margin: 0 0 17px; color: var(--hr-muted); font-size: 14px; }
.hta3d-reviews-page__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; padding: 4px 4px 12px; }
.hta3d-reviews-page__card { display: flex; flex-direction: column; min-width: 0; padding: 23px; border: 1px solid var(--hr-line); border-radius: 16px; background: #fff; box-shadow: 0 5px 17px rgba(32, 35, 38, .065); }
.hta3d-reviews-page__card-top { display: flex; align-items: center; flex-wrap: wrap; gap: 7px 12px; min-width: 0; }
.hta3d-reviews-page__author { min-width: 0; max-width: 100%; overflow-wrap: anywhere; color: var(--hr-blue); font-size: 16px; }
.hta3d-reviews-page__card-top time { margin-left: auto; color: var(--hr-muted); font-size: 12px; white-space: nowrap; }
.hta3d-reviews-page__comment { flex: 1 1 auto; margin: 18px 0 24px; line-height: 1.62; font-size: 14px; overflow-wrap: anywhere; }
.hta3d-reviews-page__product { display: flex; gap: 14px; align-items: flex-start; min-width: 0; margin-top: auto; padding-top: 17px; border-top: 1px solid var(--hr-line); }
.hta3d-reviews-page__image { flex: 0 0 88px; width: 88px; height: 88px; overflow: hidden; border-radius: 10px; border: 1px solid var(--hr-line); }
.hta3d-reviews-page__image img { display: block; width: 100%; height: 100%; object-fit: contain; }
.hta3d-reviews-page__product-info { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.hta3d-reviews-page__product-name { color: var(--hr-blue); font-weight: 700; line-height: 1.35; overflow-wrap: anywhere; }
.hta3d-reviews-page__source { color: var(--hr-muted); font-size: 12px; }
.hta3d-reviews-page__product-link { align-self: flex-start; min-height: 32px; color: #087987; font-weight: 700; text-decoration: none; }
.hta3d-reviews-page__empty { padding: 50px 20px; border: 1px dashed var(--hr-line); border-radius: 16px; text-align: center; color: var(--hr-muted); background: #f8fafb; }
.hta3d-reviews-page__empty > span { display: block; color: var(--hr-teal); font-size: 52px; }
.hta3d-reviews-page__empty a { color: var(--hr-blue); font-weight: 700; }
.hta3d-reviews-page__pagination { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.hta3d-reviews-page a:focus, .hta3d-reviews-page a:focus-visible { outline: 3px solid var(--hr-teal); outline-offset: 3px; }
@media (max-width: 767px) {
  .hta3d-reviews-page__overview { grid-template-columns: 1fr; gap: 20px; padding: 23px; }
  .hta3d-reviews-page__grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .hta3d-reviews-page__distribution-row { grid-template-columns: 72px minmax(0, 1fr) 72px; gap: 6px; font-size: 12px; }
  .hta3d-reviews-page__distribution-row small { display: block; }
  .hta3d-reviews-page__card { padding: 18px; }
  .hta3d-reviews-page__image { flex-basis: 70px; width: 70px; height: 70px; }
}
@media (prefers-reduced-motion: reduce) {
  .hta3d-reviews-page *, .hta3d-reviews-page *::before, .hta3d-reviews-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
