/* Additional styling for the age restriction modal */

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

.age-gate-text--sub {
  font-size: 0.85rem;
}

.age-gate-btn {
  width: 100%;
}

@media (min-width: 480px) {
  .age-gate-btn {
    width: auto;
    min-width: 0;
  }
}

#le-age-gate[hidden] {
  display: none;
}
