/* Black Rock Asphalt — post-migration additions (loaded after the Webflow stylesheet).
   Everything here supports the off-Webflow form + widgets; the original design
   is untouched. Bump the ?v= query in build.js when this file changes. */

/* ---- form result states ----
   Webflow's default success box is a washed-out mint that reads as disabled;
   style it as a real confirmation. contact.js hides the form and reveals this. */
.form-block-contacts .w-form-done,
.w-form-done {
  display: none;
  background: #e7f7ec;
  border: 1.5px solid #1a7f37;
  color: #0f5132;
  border-radius: 12px;
  padding: 24px 22px;
  text-align: center;
  font-weight: 600;
}

/* ---- Elfsight reviews ----
   Reserve height on the dedicated reviews page only (prevents the footer
   jumping while the widget boots). The home carousel stays auto-height. */
html[data-wf-page="687ecf0a0d938293e3fed391"] .elfsight-app-f6eb29d8-23ba-4756-a17b-7f49a13b6f6e {
  min-height: 480px;
}
