/* Responsive containment fixes loaded after the main theme stylesheet. */
.quote-grid,
.quote-intro,
.quote-form,
.quote-form .form-row,
.contact-grid,
.contact-card,
.thank-actions,
.mini-contact,
.product-detail-grid,
.product-detail-grid > *,
.product-mockup-image-card,
.table-wrap,
.spec-table {
  min-width: 0;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  min-width: 0;
}

.quote-form .honey-field {
  position: absolute;
  width: 0;
  min-width: 0;
  height: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip-path: inset(50%);
}

.mini-contact a,
.contact-card a,
.thank-actions a {
  overflow-wrap: anywhere;
}

@media (max-width: 768px) {
  .product-detail-grid {
    grid-template-columns: 1fr;
  }

  .quote-grid > *,
  .contact-grid > *,
  .three-col > *,
  .feature-grid > * {
    min-width: 0;
  }
}

@media (max-width: 480px) {
  .quote-form {
    padding: 1.25rem;
  }

  .mini-contact,
  .thank-actions {
    gap: 0.75rem;
  }
}
