/* SweetAlert2: compacto en móvil */
@media (max-width: 576px) {
  .swal2-popup {
    width: 90vw !important;
    padding: 1rem !important;
  }

  .swal2-title {
    font-size: 1.15rem !important;
    margin: 0.25rem 0 0 !important;
  }

  .swal2-html-container {
    font-size: 0.95rem !important;
    line-height: 1.25 !important;
    margin: 0.5rem 0 0 !important;
  }

  .swal2-icon {
    width: 3.2em !important;
    height: 3.2em !important;
    margin: 0.25em auto 0.25em !important;
  }

  .swal2-confirm {
    font-size: 0.95rem !important;
    padding: 0.5rem 1.25rem !important;
  }
}