/* SweetAlert2 custom styles for Davos theme */
.swal2-davos-popup {
  border-radius: 16px !important;
  font-family: 'Montserrat', Arial, sans-serif;
  box-shadow: 0 8px 32px rgba(0,27,53,0.15);
  border: 2px solid #FF7A00;
}
.swal2-davos-title {
  color: #001B35 !important;
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 0.5em;
}
.swal2-davos-btn {
  background: #FF7A00 !important;
  color: #fff !important;
  border-radius: 8px !important;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.75em 2em;
  box-shadow: none !important;
  border: none !important;
  transition: background 0.2s;
}
.swal2-davos-btn:hover {
  background: #e86c00 !important;
}
.swal2-davos-icon {
  color: #FF7A00 !important;
}
