/* ═══════════════════════════════════════════
   Thm-Teepublic Luxe — Reviews V2 Featured
   Dark Red Theme + Brand (#B91C1C)
   ═══════════════════════════════════════════ */

.fl-luxe-reviews-v2 {
  padding: 48px;
  margin-bottom: 48px;
  background: #1A1A1A;
  border: 1px solid #333333;
  border-radius: 16px;
}

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

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

.fl-luxe-reviews-v2-rating {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  color: #B91C1C;
  font-family: 'Georgia', serif;
}

.fl-luxe-reviews-v2-featured {
  padding: 32px;
  background: linear-gradient(135deg, #222222 0%, #1A1A1A 100%);
  border: 1px solid rgba(221, 25, 26, 0.3);
  border-radius: 12px;
  margin-bottom: 24px;
}

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

.fl-luxe-reviews-v2-featured-city {
  font-size: 13px;
  color: #999999;
  margin-bottom: 16px;
  font-family: 'Georgia', serif;
}

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

.fl-luxe-reviews-v2-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fl-luxe-reviews-v2-card {
  padding: 24px;
  background: #222222;
  border: 1px solid #333333;
  border-radius: 12px;
  transition: all 0.2s ease;
}

.fl-luxe-reviews-v2-card:hover {
  border-color: rgba(221, 25, 26, 0.3);
}

.fl-luxe-reviews-v2-card-name {
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 4px;
  font-family: 'Georgia', serif;
}

.fl-luxe-reviews-v2-card-city {
  font-size: 13px;
  color: #999999;
  margin-bottom: 12px;
  font-family: 'Georgia', serif;
}

.fl-luxe-reviews-v2-card-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #CCCCCC;
  font-family: 'Georgia', serif;
}

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

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