.mlh-age-overlay {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: radial-gradient(circle at top, rgba(230, 57, 70, 0.52), transparent 60%),
    rgba(0, 0, 0, 0.88);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mlh-age-modal {
  max-width: 520px;
  width: min(520px, 100% - 32px);
}

.mlh-age-header {
  margin-bottom: var(--space-16);
}

.mlh-age-text {
  margin-bottom: var(--space-12);
}

.mlh-age-note {
  font-size: var(--font-size-xs);
  color: var(--color-text-muted);
  margin-bottom: var(--space-24);
}

.mlh-age-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-12);
}

@media (max-width: 480px) {
  .mlh-age-actions {
    flex-direction: column;
  }

  .mlh-age-actions .btn {
    width: 100%;
    justify-content: center;
  }
}

html.mlh-age-locked,
body.mlh-age-locked {
  overflow: hidden;
}
