.reviews__section {
  padding: 0;
}
.reviews__section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.reviews__content {
  width: 100%;
}
.reviews__heading {
  font-size: 55px;
  font-weight: 700;
  color: #1D6E1B;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.2;
}
.reviews__subheading {
  font-size: 22px;
  font-weight: 300;
  color: black;
  text-align: center;
  margin: 0 auto 40px;
  max-width: 700px;
  line-height: 1.6;
}
.reviews__container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 999px) {
  .reviews__container {
    grid-template-columns: 2fr 1fr;
  }
}
.reviews__list-wrapper {
  width: 100%;
}
.reviews__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.reviews__item-header {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.reviews__item-avatar {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  background: #e0e0e0;
}
.reviews__item-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews__item-meta {
  flex: 1;
  min-width: 150px;
}
.reviews__item-name {
  font-size: 18px;
  font-weight: 600;
  color: #3C4070;
  margin: 0 0 5px 0;
  line-height: 1.3;
}
.reviews__item-date {
  font-size: 14px;
  color: #999;
  display: block;
}
.reviews__item-rating {
  display: flex;
  gap: 3px;
  margin-left: auto;
}
.reviews__star {
  font-size: 20px;
  color: #ddd;
  transition: color 0.2s ease;
}
.reviews__star.is-filled {
  color: #ffc107;
}
.reviews__item-text {
  font-size: 16px;
  font-weight: 400;
  color: #3C4070;
  line-height: 1.6;
}
.reviews__item-text p {
  margin: 0 0 10px 0;
}
.reviews__item-text p:last-child {
  margin-bottom: 0;
}
.reviews__buy-heading {
  font-size: 36px;
  font-weight: 700;
  color: #3C4070;
  text-align: center;
  margin: 0 0 20px 0;
  line-height: 1.3;
}
.reviews__buy-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.reviews__buy-logo {
  max-width: 200px;
  max-height: 120px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.reviews__buy-name {
  font-size: 16px;
  font-weight: 600;
  color: #3C4070;
}
.reviews__empty {
  text-align: center;
  padding: 40px 20px;
  color: #999;
  font-style: italic;
}
/*# sourceMappingURL=style.lg.css.map */