/* ═══════════════════════════════════════════
   Thm-Samsung-v5 Elegant — Shared Components
   Light Theme + Red Brand (#DC2626) + Gold Accent
   ═══════════════════════════════════════════ */

/* Brand */
.fl-elegant-brand {
  display: inline-flex;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: 'Georgia', serif;
}

.fl-elegant-brand .fl-elegant-first {
  color: #DC2626;
}

.fl-elegant-brand .fl-elegant-second {
  color: #8B8B8B;
}

/* Eyebrow */
.fl-elegant-eyebrow {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 16px;
  border: 1px solid #DC2626;
  color: #DC2626;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Georgia', serif;
}

/* Divider */
.fl-elegant-divider {
  width: 60px;
  height: 1px;
  background: #DC2626;
  margin: 16px 0;
}

/* Title */
.fl-elegant-title {
  margin: 0 0 16px;
  font-size: 36px;
  font-weight: 700;
  color: #2D2D2D;
  line-height: 1.3;
  font-family: 'Georgia', serif;
}

/* Subtitle */
.fl-elegant-subtitle {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.8;
  color: #6B6B6B;
  font-family: 'Georgia', serif;
}

/* Section spacing */
.fl-elegant-section {
  margin-bottom: 48px;
  padding: 48px;
  background: #FEFEFE;
  border: 1px solid #E5E5E5;
}

/* Gold accent */
.fl-elegant-gold {
  color: #B8860B;
}
