/* ==== Bootbox / Bootstrap modal tweaks (beautify) ==== */
.bootbox.modal .modal-dialog{
  max-width: 520px;
  margin: 1.5rem auto;
}

@media (max-width: 576px){
  .bootbox.modal .modal-dialog{
    max-width: calc(100% - 24px);
    margin: 12px auto;
  }
}

.bootbox.modal .modal-content{
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0,0,0,.18);
  border: 0;
}

.bootbox.modal .modal-header{
  padding: 14px 18px;
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.bootbox.modal .modal-title{
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.bootbox.modal .modal-body{
  padding: 14px 18px 18px;
}

.bootbox.modal .bootbox-body{
  font-size: 15px;
  line-height: 1.45;
}

.bootbox.modal .modal-footer{
  padding: 0 18px 18px;
  border-top: 0;
  gap: 10px;
}

.bootbox.modal .btn{
  border-radius: 12px;
  padding: 10px 18px;
  font-weight: 600;
  min-width: 120px;
}
