
.reviews-section {
  margin-top: 80px;

}

.review-card {
  background: #f7f7f7;
  border-radius: 8px;
  padding: 20px;
  min-height: 300px;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
          text-transform: none;
}

.review-top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
          text-transform: none;
}

.review-stars img {
  width: 16px;
  height: 16px;
  margin-right: 2px;
          text-transform: none;
}

.review-user {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
          text-transform: none;
}

.review-user .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
          text-transform: none;
}

.review-name {
  font-weight: bold;
  font-size: 16px;
      line-height: 1.5;
    color: #212529;
    text-align: left;
    list-style: none;
        text-transform: none;
}

.review-source {
  font-size: 12px;
  color: #333;
          text-transform: none;
}

.review-text {
  font-size: 14px;
  color: #555;
          text-transform: none;
}

.swiper-controls {
  display: flex;
  justify-content: left;  /* центрируем группу кнопок */
  align-items: center;
  margin-top: 30px;
  gap: 12px;
  text-transform: none;
}

.swiper-button-prev,
.swiper-button-next {
  position: static !important; /* отменяем абсолютную позицию */
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #2f3a4d;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.swiper-button-prev span,
.swiper-button-next span {
  text-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #1e2a3a;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}


.score-card {
  background-color: #2f3a4d;
  color: white;
  width: 370px;
  height: 300px;
  border-radius: 10px;
  position: relative;
  padding: 30px;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.score-value {
  color: #ffffff;
  font-size: 60px;
  font-family: 'NeueMachina', Arial, sans-serif;
  line-height: NaN;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  z-index: 1;
}

.score-label {
  font-size: 14px;
  margin-top: -10px;
  z-index: 1;
}

.score-subtext {
  color: #ffffff;
  font-size: 18px;
  font-family: 'Inter', Arial, sans-serif;
  line-height: 1.50;
  font-weight: 400;
  text-transform: uppercase;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  z-index: 1;
  align-self: flex-end;
  text-align: right;
}

.score-card::after {
  content: "★";
  font-size: 400px;
  color: rgba(255, 255, 255, 0.06);
  position: absolute;
  top: 10px;
  right: -30px;
  z-index: 0;
  line-height: 1;
}
