/* Карточки отзывов — новый стиль */
#gameswapshopuk-land-review-container {
    display: flex;
    gap: 24px;
    justify-content: space-evenly;
    margin: 0 auto;
    padding: 0;
    flex-wrap: wrap;
}

#gameswapshopuk-land-review-container a[href="#gameswapshopuk-FAQ"] {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  background-color: #f0f4f8;
  flex: 0 0 32%;
}


#gameswapshopuk-land-review-container a[href="#gameswapshopuk-FAQ"]:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(2, 119, 189, 0.3);
}

.gameswapshopuk-land-review-image {
    overflow: hidden;
    flex: 0 0 50%;
    border-right: 3px solid white;
}

.gameswapshopuk-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);
}

#gameswapshopuk-land-review-container a[href="#gameswapshopuk-FAQ"]:hover .gameswapshopuk-land-review-image img {
  transform: scale(1.05);
  filter: brightness(1) contrast(1.1);
}

.gameswapshopuk-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);
}

.gameswapshopuk-land-review-block-right {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-family: 'Open Sans', sans-serif;
  justify-content: space-around;
    align-items: center;
}


.gameswapshopuk-land-main-review-card {
    display: flex;
    background: #2b1b0e;
}
.gameswapshopuk-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;
}

.gameswapshopuk-land-review-author-all {
  font-size: 24px;
  color: rgb(231, 209, 209);
  margin: 0;
}

.gameswapshopuk-land-review-text-all {
  font-size: 16px;
  color: white;
  text-overflow: ellipsis;
}

.gameswapshopuk-land-review-rating-all {
  margin: 0 auto;
  font-size: 16px;
  font-weight: 600;
  color: white;
    justify-content: center;
}

@media (max-width: 768px) {
 
  .gameswapshopuk-faq-item {
    flex: 0 0 100%;
  }

  #gameswapshopuk-land-review-container a[href="#gameswapshopuk-FAQ"] {
    flex: 0 0 100%;
  }
  .gameswapshopuk-land-review-personal-info {
    font-size: 18px;
  }

  .gameswapshopuk-land-review-text-all {
    font-size: 14px;
  }
}
