/* ═══════════════════════════════════════════
   Thm-Samsung-v5 Luxe — Reviews V2 Featured
   Dark Theme + Red Brand (#DC2626) + Gold Accent (#B8860B)
   ═══════════════════════════════════════════ */

.fl-luxe-reviews-v2 {
  padding: 56px 48px;
  margin-bottom: 48px;
  background: #2D2D4E;
  border: 1px solid #3D3D5C;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
}

.fl-luxe-reviews-v2-header {
  margin-bottom: 40px;
}

.fl-luxe-reviews-v2-title {
  margin: 0 0 16px;
  font-size: 36px;
  font-weight: 700;
  color: #E8E8E8;
  font-family: 'Georgia', serif;
}

.fl-luxe-reviews-v2-rating {
  font-size: 16px;
  color: #B8860B;
  font-family: 'Georgia', serif;
}

.fl-luxe-reviews-v2-featured {
  padding: 40px;
  background: #1A1A2E;
  border-left: 4px solid #B8860B;
  margin-bottom: 32px;
  box-shadow: 0 0 30px rgba(184, 134, 11, 0.08);
}

.fl-luxe-reviews-v2-featured-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.fl-luxe-reviews-v2-featured-avatar {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DC2626;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  font-family: 'Georgia', serif;
}

.fl-luxe-reviews-v2-featured-info {
  display: flex;
  flex-direction: column;
}

.fl-luxe-reviews-v2-featured-name {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #E8E8E8;
  font-family: 'Georgia', serif;
}

.fl-luxe-reviews-v2-featured-city {
  font-size: 14px;
  color: #9A9ABF;
  font-family: 'Georgia', serif;
}

.fl-luxe-reviews-v2-featured-stars {
  margin: 0 0 16px;
  color: #B8860B;
  font-size: 16px;
  letter-spacing: 3px;
}

.fl-luxe-reviews-v2-featured-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #E8E8E8;
  font-family: 'Georgia', serif;
  font-style: italic;
}

.fl-luxe-reviews-v2-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.fl-luxe-reviews-v2-card {
  padding: 24px;
  background: #1A1A2E;
  border: 1px solid #3D3D5C;
  transition: all 0.3s ease;
}

.fl-luxe-reviews-v2-card:hover {
  border-color: #B8860B;
}

.fl-luxe-reviews-v2-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.fl-luxe-reviews-v2-card-avatar {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DC2626;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Georgia', serif;
}

.fl-luxe-reviews-v2-card-name {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #E8E8E8;
  font-family: 'Georgia', serif;
}

.fl-luxe-reviews-v2-card-city {
  font-size: 12px;
  color: #9A9ABF;
  font-family: 'Georgia', serif;
}

.fl-luxe-reviews-v2-card-stars {
  margin: 0 0 8px;
  color: #B8860B;
  font-size: 12px;
  letter-spacing: 2px;
}

.fl-luxe-reviews-v2-card-text {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: #9A9ABF;
  font-family: 'Georgia', serif;
}

@media (max-width: 768px) {
  .fl-luxe-reviews-v2 {
    padding: 40px 24px;
  }

  .fl-luxe-reviews-v2-title {
    font-size: 28px;
  }

  .fl-luxe-reviews-v2-list {
    grid-template-columns: 1fr;
  }

  .fl-luxe-reviews-v2-featured {
    padding: 24px;
  }
}
