/* Core SweetAlert2 overrides per Synaptic */
.swal-synaptic {
  border-radius: 0.85rem;
  background-color: #fff;
  box-shadow: 0 1.25rem 2.5rem rgba(32, 53, 76, 0.18);
}

.swal-synaptic .swal2-title {
  font-weight: 600;
}

.swal-synaptic .swal2-actions {
  flex-direction: row-reverse;
  justify-content: flex-start;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.swal-synaptic .swal2-actions .btn:focus {
  box-shadow: none;
}

.swal-synaptic .swal2-timer-progress-bar {
  background-color: rgba(52, 108, 153, 0.45);
  height: 0.25rem;
}

.swal-danger {
  border-top: 4px solid #dc3545;
}

.swal-warning {
  border-top: 4px solid #ffc107;
}

@media (max-width: 576px) {
  .swal-synaptic {
    border-radius: 0.75rem;
  }

  .swal-synaptic .swal2-actions {
    width: 100%;
    gap: 0.5rem;
  }

  .swal-synaptic .swal2-actions .btn {
    flex: 1 1 auto;
  }
}
