/* Age restriction overlay adjustments (building on base.css) */

.age-gate-overlay {
  backdrop-filter: blur(18px);
}

.age-gate-modal {
  text-align: center;
}

.age-gate-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-3);
  margin-bottom: var(--space-3);
}

.age-gate-btn {
  min-width: 160px;
}

.age-gate-note {
  font-size: var(--font-size-xs);
  color: var(--color-text-muted);
}

@media (max-width: 480px) {
  .age-gate-modal {
    padding: var(--space-5);
  }
}
