.hcr-all-reviews,
.hcr-all-reviews *,
.hcr-all-reviews *::before,
.hcr-all-reviews *::after {
  box-sizing: border-box;
}

.hcr-all-reviews {
  width: min(1180px, calc(100% - 40px));
  margin: 34px auto 72px;
  color: #151922;
  font-family: Arial, Helvetica, sans-serif;
}

.hcr-all-reviews__hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 44px;
  margin-bottom: 28px;
  padding: 42px 46px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 86% 20%, rgb(53 111 159 / 42%), transparent 32%),
    linear-gradient(135deg, #111820, #172638 72%, #0c1722);
  border-radius: 16px;
  box-shadow: 0 20px 45px rgb(15 23 42 / 12%);
}

.hcr-all-reviews__eyebrow {
  display: block;
  margin-bottom: 10px;
  color: #5a93c4;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.hcr-all-reviews__hero h1,
.hcr-service-browser h2 {
  margin: 0;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -.02em;
  text-transform: uppercase;
}

.hcr-all-reviews__hero h1 {
  max-width: 670px;
  color: #fff;
  font-size: clamp(38px, 4vw, 58px);
  line-height: .98;
}

.hcr-all-reviews__hero p {
  max-width: 670px;
  margin: 18px 0 0;
  color: rgb(255 255 255 / 76%);
  font-size: 15px;
  line-height: 1.6;
}

.hcr-all-reviews__certificate {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid rgb(255 255 255 / 42%);
  border-radius: 8px;
  transition: background-color .18s ease, border-color .18s ease;
}

.hcr-all-reviews__certificate:hover,
.hcr-all-reviews__certificate:focus-visible {
  color: #fff;
  text-decoration: none;
  background: rgb(255 255 255 / 10%);
  border-color: #fff;
}

.hcr-all-reviews__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  grid-template-areas:
    "summary sidebar"
    "browser sidebar";
  align-items: start;
  column-gap: 24px;
  row-gap: 48px;
}

.hcr-service-summary {
  display: grid;
  grid-area: summary;
  grid-template-columns: minmax(190px, .72fr) minmax(300px, 1.28fr);
  gap: 0;
  margin: 0;
  background: #fff;
  border: 1px solid #e2e7ec;
  border-radius: 14px;
  box-shadow: 0 14px 34px rgb(15 23 42 / 7%);
}

.hcr-service-summary > div {
  min-width: 0;
  padding: 30px 32px;
}

.hcr-service-summary > div + div {
  border-left: 1px solid #e7ebef;
}

.hcr-service-summary__score > span:first-child {
  display: block;
  margin-bottom: 8px;
  color: #687383;
  font-size: 12px;
  font-weight: 700;
}

.hcr-service-summary__score > strong {
  display: block;
  margin-bottom: 8px;
  color: #151922;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 46px;
  font-weight: 800;
  line-height: 1;
}

.hcr-service-summary__score > strong small {
  margin-left: 2px;
  font-size: 22px;
  font-weight: 500;
}

.hcr-service-summary__score p,
.hcr-service-summary__source p {
  margin: 10px 0 0;
  color: #6b7480;
  font-size: 13px;
  line-height: 1.5;
}

.hcr-service-summary__source {
  display: flex;
  grid-column: 1 / -1;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid #e7ebef;
  border-left: 0 !important;
}

.hcr-service-summary__source strong {
  color: #172638;
  font-size: 14px;
  line-height: 1.35;
}

.hcr-stars {
  display: inline-flex;
  gap: 2px;
  color: #d6dbe1;
  vertical-align: middle;
}

.hcr-star {
  position: relative;
  display: inline-flex;
  width: 18px;
  height: 18px;
}

.hcr-star svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentcolor;
}

.hcr-star__fill {
  position: absolute;
  inset: 0 auto 0 0;
  overflow: hidden;
  color: #f5a000;
}

.hcr-star__fill svg {
  width: 18px;
  max-width: none;
}

.hcr-stars--service-summary .hcr-star {
  width: 21px;
  height: 21px;
}

.hcr-stars--service-summary .hcr-star__fill svg {
  width: 21px;
}

.hcr-service-summary__distribution {
  display: grid;
  align-content: center;
  gap: 9px;
}

.hcr-service-distribution-row {
  display: grid;
  grid-template-columns: 58px minmax(80px, 1fr) 38px;
  align-items: center;
  gap: 12px;
  color: #4e5967;
  font-size: 12px;
}

.hcr-service-distribution-row strong {
  color: #252c35;
  font-size: 12px;
  text-align: right;
}

.hcr-service-distribution-bar {
  height: 6px;
  overflow: hidden;
  background: #edf0f3;
  border-radius: 99px;
}

.hcr-service-distribution-bar > span {
  display: block;
  height: 100%;
  background: #f5a000;
  border-radius: inherit;
}

.hcr-service-browser__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.hcr-service-browser {
  grid-area: browser;
  min-width: 0;
}

.hcr-service-browser h2 {
  color: #151922;
  font-size: 36px;
  line-height: 1;
}

.hcr-service-sort {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hcr-service-sort label {
  margin: 0 4px 0 0;
  color: #5d6774;
  font-size: 12px;
  font-weight: 700;
}

.hcr-service-sort select,
.hcr-service-sort button {
  min-height: 40px;
  font: inherit;
  border-radius: 7px;
}

.hcr-service-sort select {
  min-width: 175px;
  padding: 0 34px 0 12px;
  color: #202630;
  font-size: 13px;
  background: #fff;
  border: 1px solid #d9dfe5;
}

.hcr-service-sort button {
  padding: 0 15px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  background: #356f9f;
  border: 1px solid #356f9f;
  cursor: pointer;
}

.hcr-service-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.hcr-service-filters a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 0 12px;
  color: #45515f;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  background: #fff;
  border: 1px solid #dde3e8;
  border-radius: 99px;
}

.hcr-service-filters a span {
  color: #7b8591;
  font-size: 10px;
}

.hcr-service-filters a:hover,
.hcr-service-filters a:focus-visible,
.hcr-service-filters a.is-active {
  color: #fff;
  text-decoration: none;
  background: #172638;
  border-color: #172638;
}

.hcr-service-filters a.is-active span {
  color: rgb(255 255 255 / 72%);
}

.hcr-service-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}

.hcr-service-review {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 24px;
  background: #fff;
  border: 1px solid #e0e5ea;
  border-radius: 12px;
  box-shadow: 0 10px 26px rgb(15 23 42 / 5%);
}

.hcr-service-review__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 17px;
}

.hcr-service-review__header > div {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.hcr-service-review__header strong {
  color: #29313b;
  font-size: 12px;
}

.hcr-service-review__header time {
  flex: 0 0 auto;
  color: #7a8490;
  font-size: 11px;
}

.hcr-service-review h3 {
  margin: 0 0 9px;
  color: #151922;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.12;
}

.hcr-service-review__content {
  flex: 1 1 auto;
  margin: 0 0 20px;
  color: #444f5d;
  font-size: 14px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.hcr-service-review__content--empty {
  color: #8a929c;
  font-style: italic;
}

.hcr-service-review__footer {
  padding-top: 15px;
  border-top: 1px solid #edf0f3;
}

.hcr-service-review__source {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #58708a;
  font-size: 11px;
  font-weight: 700;
}

.hcr-service-review__source svg {
  width: 16px;
  height: 16px;
  fill: #356f9f;
}

.hcr-service-review__reply {
  margin-top: 18px;
  padding: 15px 17px;
  color: #304155;
  background: #f2f7fb;
  border-left: 3px solid #356f9f;
  border-radius: 0 7px 7px 0;
}

.hcr-service-review__reply strong {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
}

.hcr-service-review__reply p {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
}

.hcr-service-review__reply time {
  display: block;
  margin-top: 8px;
  color: #718093;
  font-size: 10px;
}

.hcr-service-list__empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 50px 20px;
  color: #66717e;
  text-align: center;
  background: #fff;
  border: 1px solid #e0e5ea;
  border-radius: 12px;
}

.hcr-service-sidebar {
  display: grid;
  grid-area: sidebar;
  gap: 18px;
}

.hcr-service-sidebar__card {
  min-width: 0;
  padding: 23px;
  background: #fff;
  border: 1px solid #e0e5ea;
  border-radius: 12px;
  box-shadow: 0 10px 26px rgb(15 23 42 / 5%);
}

.hcr-service-sidebar__card--company {
  background:
    radial-gradient(circle at 100% 0, rgb(53 111 159 / 10%), transparent 35%),
    #fff;
}

.hcr-service-sidebar__eyebrow {
  display: block;
  margin-bottom: 10px;
  color: #5a7188;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hcr-service-sidebar h2,
.hcr-service-sidebar h3 {
  margin: 0;
  color: #151922;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.hcr-service-sidebar h2 {
  font-size: 31px;
}

.hcr-service-sidebar h3 {
  font-size: 23px;
}

.hcr-service-sidebar__legal-name {
  display: block;
  margin-top: 11px;
  color: #26313d;
  font-size: 12px;
  letter-spacing: .03em;
}

.hcr-service-sidebar__card > p {
  margin: 12px 0 0;
  color: #65717f;
  font-size: 12px;
  line-height: 1.6;
}

.hcr-service-company-details {
  display: grid;
  gap: 13px;
  margin: 21px 0 18px;
  padding: 19px 0 0;
  list-style: none;
  border-top: 1px solid #e9edf1;
}

.hcr-service-company-details li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  color: #4f5c6a;
  font-size: 12px;
  line-height: 1.45;
}

.hcr-service-company-details svg {
  width: 16px;
  height: 16px;
  margin-top: 1px;
  fill: #356f9f;
}

.hcr-service-company-details a {
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.hcr-service-company-details a:hover,
.hcr-service-company-details a:focus-visible {
  color: #356f9f;
  text-decoration: underline;
}

.hcr-service-sidebar__text-link {
  display: inline-flex;
  align-items: center;
  margin-top: 17px;
  color: #356f9f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .03em;
  text-decoration: none;
  text-transform: uppercase;
}

.hcr-service-sidebar__text-link::after {
  margin-left: 7px;
  content: "→";
}

.hcr-service-sidebar__text-link:hover,
.hcr-service-sidebar__text-link:focus-visible {
  color: #204e75;
  text-decoration: underline;
}

.hcr-service-sidebar__card--transparency {
  display: flex;
  flex-direction: column;
  padding: 18px 24px 20px;
  background: #fff;
  border: 1px solid #ececf0;
  border-radius: 14px;
  box-shadow: none;
}

.hcr-service-transparency__head {
  min-width: 0;
}

.hcr-service-sidebar .hcr-service-transparency__head h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 0 0 8px;
  color: #111827;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  text-transform: none;
}

.hcr-service-transparency__head h3 svg {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  fill: #175298;
}

.hcr-service-transparency__head p {
  margin: 0 0 16px;
  color: #6b7280;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

.hcr-service-transparency__donut {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto 18px;
}

.hcr-service-transparency__donut svg {
  display: block;
  width: 120px;
  height: 120px;
  transform: rotate(-90deg);
}

.hcr-service-transparency__donut circle {
  fill: none;
  stroke-width: 14;
}

.hcr-service-transparency__donut-track {
  stroke: #ececf0;
}

.hcr-service-transparency__donut-value {
  stroke: #175298;
  stroke-dasharray: 301.59 0;
}

.hcr-service-transparency__donut > span {
  position: absolute;
  top: 26px;
  left: 26px;
  width: 68px;
  height: 68px;
  background: #fff;
  border: 1px solid #ececf0;
  border-radius: 50%;
}

.hcr-service-transparency__legend {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hcr-service-transparency__legend li {
  display: grid;
  grid-template-columns: 9px auto minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-height: 20px;
  color: #6b7280;
  font-size: 12.5px;
  font-weight: 400;
  line-height: 20px;
}

.hcr-service-transparency__legend strong {
  justify-self: end;
  color: #111827;
  font-weight: 700;
}

.hcr-service-transparency__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.hcr-service-transparency__legend .is-published .hcr-service-transparency__dot {
  background: #175298;
}

.hcr-service-transparency__legend .is-pending .hcr-service-transparency__dot {
  background: #f90;
}

.hcr-service-transparency__legend .is-reported .hcr-service-transparency__dot {
  background: #dcdcdc;
}

.hcr-service-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  margin-top: 34px;
}

.hcr-service-pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  padding: 0 12px;
  color: #344150;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  background: #fff;
  border: 1px solid #dce2e8;
  border-radius: 7px;
}

.hcr-service-pagination a:hover,
.hcr-service-pagination a:focus-visible,
.hcr-service-pagination a.is-active {
  color: #fff;
  text-decoration: none;
  background: #356f9f;
  border-color: #356f9f;
}

@media (max-width: 991px) {
  .hcr-all-reviews {
    width: min(100% - 28px, 900px);
    margin-top: 24px;
  }

  .hcr-all-reviews__hero {
    align-items: flex-start;
    flex-direction: column;
    padding: 34px;
  }

  .hcr-all-reviews__layout {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "summary"
      "sidebar"
      "browser";
    row-gap: 34px;
  }

  .hcr-service-summary {
    grid-template-columns: 1fr 1.35fr;
  }

  .hcr-service-summary__source {
    grid-column: 1 / -1;
    border-top: 1px solid #e7ebef;
    border-left: 0 !important;
  }

  .hcr-service-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hcr-service-sidebar {
    grid-template-columns: minmax(0, 1fr);
    margin-top: 0;
  }

  .hcr-service-sidebar__card--transparency {
    margin-inline: 2px;
  }
}

@media (max-width: 767px) {
  .hcr-all-reviews {
    width: calc(100% - 20px);
    margin: 16px auto 46px;
  }

  .hcr-all-reviews__hero {
    gap: 24px;
    margin-bottom: 18px;
    padding: 28px 22px;
    border-radius: 11px;
  }

  .hcr-all-reviews__hero h1 {
    font-size: 38px;
  }

  .hcr-all-reviews__hero p {
    font-size: 14px;
  }

  .hcr-all-reviews__certificate {
    width: 100%;
  }

  .hcr-service-summary {
    display: block;
    margin-bottom: 42px;
    border-radius: 10px;
  }

  .hcr-service-summary > div {
    padding: 24px 20px;
  }

  .hcr-service-summary > div + div {
    border-top: 1px solid #e7ebef;
    border-left: 0;
  }

  .hcr-service-browser__heading {
    align-items: stretch;
    flex-direction: column;
  }

  .hcr-service-browser h2 {
    font-size: 31px;
  }

  .hcr-service-sort {
    display: grid;
    grid-template-columns: 1fr auto;
  }

  .hcr-service-sort label {
    grid-column: 1 / -1;
  }

  .hcr-service-sort select {
    width: 100%;
    min-width: 0;
  }

  .hcr-service-filters {
    flex-wrap: nowrap;
    margin-right: -10px;
    padding-right: 10px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .hcr-service-filters::-webkit-scrollbar {
    display: none;
  }

  .hcr-service-filters a {
    flex: 0 0 auto;
  }

  .hcr-service-list {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .hcr-service-sidebar {
    grid-template-columns: minmax(0, 1fr);
    gap: 13px;
    margin-top: 0;
  }

  .hcr-service-sidebar__card {
    padding: 21px 19px;
    border-radius: 9px;
  }

  .hcr-service-sidebar__card--transparency {
    margin-inline: 6px;
    padding: 18px 24px 20px;
    border-radius: 14px;
  }

  .hcr-service-review {
    padding: 20px 18px;
    border-radius: 9px;
  }

  .hcr-service-review__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .hcr-service-pagination {
    gap: 5px;
  }

  .hcr-service-pagination a {
    min-width: 36px;
    min-height: 36px;
    padding: 0 10px;
  }
}
