/* Блок отзывов с Авито — карточки в стиле скрина */
.avito-reviews-section {
  padding: 50px 0 60px;
  background: #e8e8e8;
}

.avito-reviews-section .section-title {
  font-size: 28px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 24px;
  text-align: center;
}

.avito-reviews-cta {
  text-align: center;
  margin-bottom: 32px;
}

.avito-reviews-cta a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background: #00aaff;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  border-radius: 10px;
  transition: background 0.2s;
}

.avito-reviews-cta a:hover {
  background: #0090dd;
  color: #fff;
}

.avito-reviews-cta .avito-icon-inline {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.avito-reviews-grid {
  max-width: 1200px;
  margin: 0 auto;
}

/* Карусель отзывов */
.avito-reviews-carousel.owl-carousel .avito-review-slide {
  padding: 0 5px;
}

.avito-reviews-carousel.owl-carousel .avito-review-card {
  min-height: 260px;
}

.avito-reviews-carousel .owl-nav {
  margin-top: 20px;
}

.avito-reviews-carousel .owl-dots {
  margin-top: 16px;
}

.avito-review-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.avito-review-card-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}

.avito-review-card-header .avito-label {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

/* Логотип Авито: 4 круга (2 зелёных, синий, красный) */
.avito-logo-dots {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  flex-shrink: 0;
}

.avito-logo-dots span {
  display: inline-block;
  border-radius: 50%;
}

.avito-logo-dots .dot-1 { width: 10px; height: 10px; background: #00a650; }
.avito-logo-dots .dot-2 { width: 6px; height: 6px; background: #00a650; }
.avito-logo-dots .dot-3 { width: 6px; height: 6px; background: #0066ff; }
.avito-logo-dots .dot-4 { width: 6px; height: 6px; background: #ff3b30; }

.avito-review-text {
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 14px;
  flex-grow: 1;
}

.avito-review-name {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 4px;
}

.avito-review-service {
  font-size: 13px;
  color: #777;
  margin-bottom: 10px;
}

.avito-review-stars {
  display: flex;
  gap: 2px;
  align-items: center;
}

.avito-review-stars svg {
  width: 18px;
  height: 18px;
  fill: #f5a623;
}

.avito-reviews-section .avito-reviews-placeholder {
  text-align: center;
  color: #666;
  padding: 40px 20px;
}

.avito-reviews-more {
  text-align: center;
  margin-top: 28px;
  margin-bottom: 0;
  font-size: 15px;
}

.avito-reviews-more a {
  color: #00a650;
  text-decoration: none;
  font-weight: 500;
}

.avito-reviews-more a:hover {
  text-decoration: underline;
}
