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

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

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

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

.fl-retro-reviews-v1-stamp {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 24px;
  background: #DC2626;
  border: 4px solid #2D2D2D;
  transform: rotate(-3deg);
}

.fl-retro-reviews-v1-stamp-value {
  font-family: 'Courier New', Courier, monospace;
  font-size: 32px;
  font-weight: 700;
  color: #FFF8E7;
  line-height: 1;
}

.fl-retro-reviews-v1-stamp-label {
  font-family: 'Courier New', Courier, monospace;
  font-size: 10px;
  font-weight: 700;
  color: #FFF8E7;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.fl-retro-reviews-v1-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.fl-retro-reviews-v1-card {
  padding: 24px;
  background: #F5F5DC;
  border: 4px solid #2D2D2D;
  position: relative;
}

.fl-retro-reviews-v1-card::after {
  content: 'VERIFIED';
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 2px 8px;
  background: #DC2626;
  border: 2px solid #2D2D2D;
  font-family: 'Courier New', Courier, monospace;
  font-size: 8px;
  font-weight: 700;
  color: #FFF8E7;
  letter-spacing: 1px;
}

.fl-retro-reviews-v1-avatar {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  background: #2D2D2D;
  border: 4px solid #DC2626;
  font-family: 'Courier New', Courier, monospace;
  font-size: 18px;
  font-weight: 700;
  color: #FFF8E7;
}

.fl-retro-reviews-v1-name {
  margin: 0 0 4px;
  font-family: 'Courier New', Courier, monospace;
  font-size: 14px;
  font-weight: 700;
  color: #2D2D2D;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.fl-retro-reviews-v1-date {
  margin: 0 0 12px;
  font-family: 'Courier New', Courier, monospace;
  font-size: 11px;
  color: #555555;
  letter-spacing: 1px;
}

.fl-retro-reviews-v1-text {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.7;
  color: #555555;
}

.fl-retro-reviews-v1-rating {
  font-family: 'Courier New', Courier, monospace;
  font-size: 14px;
  font-weight: 700;
  color: #DC2626;
  letter-spacing: 2px;
}

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

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

  .fl-retro-reviews-v1-grid {
    grid-template-columns: 1fr;
  }
}
