/* ═══════════════════════════════════════════
   Thm-Teepublic Retro — CTA V1 Bar
   Vintage Theme + Bold Red Brand (#DC2626)
   ═══════════════════════════════════════════ */

body {
  padding-bottom: 100px;
}

.fl-retro-cta-v1 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #2D2D2D;
  border-top: 4px solid #DC2626;
}

.fl-retro-cta-v1-buttons {
  display: flex;
  justify-content: center;
  gap: 0;
}

.fl-retro-cta-v1-btn {
  padding: 18px 32px;
  font-family: 'Courier New', Courier, monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border: none;
  background: #3D3D3D;
  color: #FFF8E7 !important;
  transition: all 0.15s ease;
}

.fl-retro-cta-v1-btn:hover {
  background: #4D4D4D;
}

.fl-retro-cta-v1-primary {
  background: #DC2626;
  color: #FFF8E7 !important;
}

.fl-retro-cta-v1-primary:hover {
  background: #B91C1C;
}

.fl-retro-cta-v1-btn + .fl-retro-cta-v1-btn {
  border-left: 4px solid #DC2626;
}

@media (max-width: 640px) {
  .fl-retro-cta-v1-buttons {
    flex-wrap: wrap;
  }

  .fl-retro-cta-v1-btn {
    flex: 1;
    padding: 16px 12px;
    font-size: 11px;
    min-width: 0;
  }
}
