/* Страница /reviews/: hero из 26-otzyvy-v2.html,
   форма и карточки наследуют финальный reviews.v001.css из 40-otzyvy-v2-final.html. */

.pcsoft-storefront--reviews .pcrev-page-hero {
  padding-bottom: 0;
}

.pcrev-page-hero__content {
  max-width: 900px;
  margin: 0 auto;
  padding: 18px 0 6px;
  text-align: center;
}

.pcrev-page-hero__content h1 {
  margin: 0;
  color: #101828;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.02em;
  text-wrap: balance;
}

.pcrev-page-hero__content h1 span {
  color: #98a2b3;
}

.pcrev-page-hero__sub {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 760px;
  margin: 12px auto 0;
  color: #667085;
  font-size: 14px;
  line-height: 1.6;
}

.pcrev-page-section {
  padding-top: 28px;
}

.pcrev--site .pcrev-rf-msg:not(:empty) {
  display: block;
}

.pcrev--site .pcrev-rf-msg.ok {
  color: #067647;
}

.pcrev--site .pcrev-starpick {
  cursor: default;
}

.pcrev--site .pcrev-starpick button {
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  color: #d0d5dd;
  background: transparent;
  cursor: pointer;
  font: inherit;
  line-height: 1;
  transition: color .12s, transform .12s;
}

.pcrev--site .pcrev-starpick button:hover,
.pcrev--site .pcrev-starpick button:focus-visible {
  transform: scale(1.14);
  outline: none;
}

.pcrev--site .pcrev-starpick button.on {
  color: var(--star);
}

.pcrev--site .pcrev-starpick button:focus-visible {
  border-radius: 6px;
  box-shadow: 0 0 0 3px rgba(36, 86, 240, .18);
}

.pcrev-page-product {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 4px 0 3px;
  overflow: hidden;
  color: #2456f0;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

a.pcrev-page-product:hover {
  color: #173dc2;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 560px) {
  .pcrev-page-hero__content {
    padding-top: 12px;
  }

  .pcrev-page-hero__content h1 {
    font-size: 32px;
  }

  .pcrev-page-hero__sub {
    margin-top: 10px;
  }

  .pcrev-page-section {
    padding-top: 24px;
  }

  .pcrev-page-product {
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pcrev--site .pcrev-starpick button {
    transition: none;
  }
}
