/* ═══════════════════════════════════════════
   Thm-Samsung-v5 Retro — FAQ V1 Vintage
   Vintage Theme + Bold Red Brand (#DC2626)
   ═══════════════════════════════════════════ */

.fl-retro-faq-v1 {
  padding: 48px;
  margin-bottom: 48px;
  background: #FFF8E7;
  border: 4px solid #2D2D2D;
}

.fl-retro-faq-v1-header {
  margin-bottom: 40px;
}

.fl-retro-faq-v1-title {
  margin: 0 0 12px;
  font-family: 'Courier New', Courier, monospace;
  font-size: 32px;
  font-weight: 700;
  color: #2D2D2D;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.fl-retro-faq-v1-subtitle {
  margin: 0;
  padding: 12px 16px;
  background: #DC2626;
  border: 4px solid #2D2D2D;
  font-family: 'Courier New', Courier, monospace;
  font-size: 14px;
  font-weight: 700;
  color: #FFF8E7;
  letter-spacing: 1px;
}

.fl-retro-faq-v1-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.fl-retro-faq-v1-item {
  border-bottom: 4px solid #2D2D2D;
}

.fl-retro-faq-v1-item:last-child {
  border-bottom: none;
}

.fl-retro-faq-v1-question {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 20px;
  background: #F5F5DC;
  border: none;
  border-bottom: 4px solid #2D2D2D;
  cursor: pointer;
  text-align: left;
}

.fl-retro-faq-v1-item:last-child .fl-retro-faq-v1-question {
  border-bottom: none;
}

.fl-retro-faq-v1-item.is-open .fl-retro-faq-v1-question {
  background: #DC2626;
  color: #FFF8E7;
}

.fl-retro-faq-v1-marker {
  font-family: 'Courier New', Courier, monospace;
  font-size: 14px;
  font-weight: 700;
  color: #DC2626;
  min-width: 24px;
}

.fl-retro-faq-v1-item.is-open .fl-retro-faq-v1-marker {
  color: #FFF8E7;
}

.fl-retro-faq-v1-text {
  flex: 1;
  font-family: 'Courier New', Courier, monospace;
  font-size: 15px;
  font-weight: 700;
  color: #2D2D2D;
}

.fl-retro-faq-v1-item.is-open .fl-retro-faq-v1-text {
  color: #FFF8E7;
}

.fl-retro-faq-v1-icon {
  font-family: 'Courier New', Courier, monospace;
  font-size: 18px;
  font-weight: 700;
  color: #2D2D2D;
}

.fl-retro-faq-v1-item.is-open .fl-retro-faq-v1-icon {
  color: #FFF8E7;
}

.fl-retro-faq-v1-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.fl-retro-faq-v1-item.is-open .fl-retro-faq-v1-answer {
  max-height: 500px;
}

.fl-retro-faq-v1-answer-inner {
  padding: 20px 20px 20px 60px;
  background: #FFF8E7;
  border: 4px solid #2D2D2D;
  border-top: none;
}

.fl-retro-faq-v1-answer p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #555555;
}

@media (max-width: 768px) {
  .fl-retro-faq-v1 {
    padding: 24px 16px;
  }

  .fl-retro-faq-v1-title {
    font-size: 24px;
  }

  .fl-retro-faq-v1-answer-inner {
    padding: 16px 16px 16px 48px;
  }
}
