/* Age restriction modal refinements */

.age-gate {
  z-index: 120;
}

.age-gate__modal {
  max-width: 520px;
}

.age-gate__note {
  margin-top: var(--space-12);
  font-size: var(--font-size-sm);
  color: var(--gray-600);
}

.age-gate__actions {
  justify-content: flex-end;
}

@media (max-width: 640px) {
  .age-gate__actions {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .age-gate__actions .button {
    width: 100%;
  }
}
