/* Landing page: contactos e pedidos de orçamento */
.product-info button {
  width: auto;
  min-height: 38px;
  padding: 8px 13px;
  border-radius: 999px;
  font-size: .76rem;
  font-weight: 700;
}

.product-info > div {
  justify-content: flex-end;
}

.submit-quote:disabled { cursor: wait; opacity: .72; }
.form-status { min-height: 1.4em; margin: 10px 0 0; font-size: .88rem; font-weight: 700; }
.form-status.success { color: #18794e; }
.form-status.error { color: #b42318; }

@media (max-width: 640px) {
  .header-actions { margin-left: auto; }
  .product-info > div { gap: 12px; }
}
