/* Age restriction overlay refinements for Bohe Viani */

.bv-age {
  backdrop-filter: blur(10px);
}

.bv-age__modal {
  max-width: 520px;
}

.bv-age__tag {
  margin-bottom: var(--space-3);
}

.bv-age__title {
  text-transform: none;
}

.bv-age__text {
  font-size: var(--font-size-sm);
}

.bv-age__actions {
  justify-content: flex-end;
}

@media (max-width: 520px) {
  .bv-age__actions {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .bv-age__button {
    width: 100%;
    justify-content: center;
  }
}
