/* Карточки отзывов — новый стиль */
#perrycountykids-land-review-container {
    display: flex;
    gap: 24px;
    justify-content: space-evenly;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    flex-wrap: wrap;
}

#perrycountykids-land-review-container a[href="#perrycountykids-FAQ"] {
  display: flex;
  flex-direction: column;
  background: linear-gradient(135deg, var(--lux-card-bg) 0%, #f0f4f8 100%);
  color: var(--lux-light-text);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--lux-border);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: var(--lux-transition);
  text-decoration: none;
  position: relative;
  background-color: #f0f4f8;
  flex: 0 0 32%;
}


#perrycountykids-land-review-container a[href="#perrycountykids-FAQ"]:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(2, 119, 189, 0.3);
}

.perrycountykids-land-review-image {
    overflow: hidden;
    flex: 0 0 50%;
}

.perrycountykids-land-review-image img {
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
  object-position: top;
  transition: transform 0.4s ease;
  filter: brightness(0.9) contrast(1.05);
}

#perrycountykids-land-review-container a[href="#perrycountykids-FAQ"]:hover .perrycountykids-land-review-image img {
  transform: scale(1.05);
  filter: brightness(1) contrast(1.1);
}

.perrycountykids-land-review-info {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: #392d21d9;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.perrycountykids-land-review-block-right {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-family: 'Open Sans', sans-serif;
}


.perrycountykids-land-main-review-card {
    display: flex;
    gap: 10px;
    background: #9d2121;
}
.perrycountykids-land-review-personal-info {
  font-size: 20px;
  font-family: 'Playfair Display', serif;
  color: var(--lux-highlight);
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-weight: bold;
  margin: 0;
}

.perrycountykids-land-review-author-all {
  font-size: 14px;
  font-style: italic;
  color: white;
}

.perrycountykids-land-review-text-all {
  font-size: 15px;
  line-height: 1.6;
  color: white;
  max-height: 4.8em;
  overflow: hidden;
  text-overflow: ellipsis;
}

.perrycountykids-land-review-rating-all {
  margin: 0 auto;
  font-size: 16px;
  font-weight: 600;
  color: white;
    justify-content: center;
}

@media (max-width: 768px) {
  .perrycountykids-land-review-image {
    height: 160px;
  }

  .perrycountykids-land-review-block-right {
    padding: 14px;
  }

  .perrycountykids-land-review-personal-info {
    font-size: 18px;
  }

  .perrycountykids-land-review-text-all {
    font-size: 14px;
  }
}
