.modal-backdrop.show {
  backdrop-filter: blur(6px);
}

@media (max-width: 576px) {
  .modal-dialog {
    margin: 1rem;
  }
}

.modal-content {
  border: none;
  border-radius: 15px;
}

.query-card {
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
  background: #ffffff;
}

.modal-header {
  border-bottom: none;
}

.form-control,
.form-select,
textarea {
  height: 48px !important;
  border-radius: 8px;
  border: 1px solid #ced4da;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
}

textarea {
  height: auto !important;
  min-height: 80px;
}

.form-control:focus,
.form-select:focus,
textarea:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.btn-primary {
  width: 100%;
  border-radius: 8px;
  padding: 10px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

.btn-primary:hover {
  transform: translateY(-1px);
}
