/* Bulk quote modal — wider, shorter layout */

#questionModal.question-modal-modern .modal-dialog.modal-xl {
  --bs-modal-width: min(960px, 94vw);
}

#questionModal.question-modal-modern .modal-side-banner {
  padding: 20px;
  justify-content: flex-start;
  align-items: stretch;
}

#questionModal.question-modal-modern .modal-side-banner .banner-content {
  text-align: left;
  flex-shrink: 0;
}

#questionModal.question-modal-modern .modal-side-banner .banner-content h4 {
  font-size: 22px;
  margin-bottom: 4px;
}

#questionModal.question-modal-modern .modal-side-banner .banner-content p {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
}

#questionModal.question-modal-modern .modal-side-banner .product-floating-img {
  margin-top: 0;
  flex: 1;
  min-height: 160px;
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: none;
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.25));
}

#questionModal.question-modal-modern .modal-side-banner .product-floating-img:hover {
  transform: scale(1.03);
}

#questionModal.question-modal-modern .modal-side-banner .product-floating-img img {
  max-height: 180px;
  max-width: 85%;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

#questionModal.question-modal-modern .modal-body .modal-content > .w-100 {
  padding: 16px 20px 28px;
}

#questionModal.question-modal-modern .modal-body .modal-content .modal-header {
  padding-bottom: 8px;
  margin-bottom: 0;
}

#questionModal.question-modal-modern .form-floating > textarea.form-control {
  min-height: 4.5rem;
  height: 4.5rem;
}

#questionModal.question-modal-modern .form-footer-actions {
  margin-top: 16px;
  padding-bottom: 8px;
}

@media (max-width: 767.98px) {
  #questionModal.question-modal-modern .form-floating > textarea.form-control {
    min-height: 5rem;
    height: auto;
  }
}
