/* Shared CRUSH cash-offer form treatment. */
.crush-form-shell{
  width:100%;
  max-width:900px;
  margin:0 auto;
  padding:18px;
  border:1px solid var(--line);
  border-top:5px solid var(--red);
  border-radius:var(--r-lg);
  background:#fff;
  color:var(--text);
  box-shadow:var(--e2);
}
.crush-form-shell crush-external-forms-v2{
  display:block;
  width:100%;
  --wf-primary:#dc161f;
  --wf-primary-hover:#b80f17;
  --wf-primary-soft:#fce8e9;
  --wf-on-primary:#fff;
  --wf-header:#0b0611;
  --wf-on-header:#fff;
  --wf-text:#130d17;
  --wf-text-muted:#615d66;
  --wf-border:#d8d6da;
  --wf-surface:#fff;
  --wf-surface-raised:#fff;
  --wf-surface-muted:#f4f3f5;
}
.crush-form-privacy{
  max-width:900px;
  margin:14px auto 0;
  color:var(--text-2);
  font-size:11px;
  line-height:1.55;
}
.crush-form-privacy a{
  color:var(--red);
  font-weight:700;
  text-decoration:underline;
  text-underline-offset:2px;
}
.form-card>.crush-form-shell{
  max-width:none;
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  box-shadow:none;
}
.embed .crush-form-shell{
  max-width:none;
  margin:0;
  align-self:start;
  justify-self:stretch;
}
/* The dedicated sell pages need room for the longer CRUSH form on desktop. */
.cms-page--cash-offer .embed#offer-form{
  position:relative;
  overflow:hidden;
  background:#0b0611;
}
.cms-page--cash-offer .embed#offer-form::before{
  content:"";
  position:absolute;
  inset:0;
  background:repeating-linear-gradient(135deg,transparent 0 22px,rgba(255,255,255,.025) 22px 23px);
  pointer-events:none;
}
.cms-page--cash-offer .embed#offer-form .wrap{
  position:relative;
  z-index:1;
  grid-template-columns:minmax(0,900px);
  justify-content:center;
  gap:28px;
  padding:60px 24px 72px;
}
.cms-page--cash-offer .embed#offer-form .ec{
  width:100%;
  max-width:760px;
  margin:0 auto;
  text-align:center;
}
.cms-page--cash-offer .embed#offer-form .ec h3{
  font-size:clamp(28px,3vw,40px);
  line-height:1.05;
}
.cms-page--cash-offer .embed#offer-form .ec p{
  max-width:650px;
  margin:12px auto 0;
  font-size:16px;
  line-height:1.6;
}
.cms-page--cash-offer .embed#offer-form .crush-form-shell{
  width:100%;
  max-width:900px;
  margin:0 auto;
}
@media(max-width:680px){
  .crush-form-shell{padding:8px}
  .form-card>.crush-form-shell{padding:0}
  .cms-page--cash-offer .embed#offer-form .wrap{
    gap:20px;
    padding:38px 16px 46px;
  }
  .cms-page--cash-offer .embed#offer-form .ec h3{font-size:26px}
  .cms-page--cash-offer .embed#offer-form .ec p{font-size:14px}
}
