/* Desco Form Layout Fix - Mobile 2-col, Desktop 4-col */
@keyframes cpnShine{0%{background-position:-200% center}100%{background-position:200% center}}
.cpn-title-shine{background:linear-gradient(90deg,#fff 0%,#fff 40%,#d4a843 50%,#fff 60%,#fff 100%);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:cpnShine 4s linear infinite}
.cpn-sub-shine{background:linear-gradient(90deg,rgba(255,255,255,0.55) 0%,rgba(255,255,255,0.55) 40%,#d4a843 50%,rgba(255,255,255,0.55) 60%,rgba(255,255,255,0.55) 100%);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:cpnShine 4s linear infinite;animation-delay:0.5s}

html body #inline-estimate-form .estimate-form-row{display:flex!important;flex-direction:column!important;gap:6px!important}
html body #inline-estimate-form .ef-c1,
html body #inline-estimate-form .ef-c2{display:grid!important;grid-template-columns:1fr 1fr!important;gap:6px!important}
html body #inline-estimate-form .ef-c3,
html body #inline-estimate-form .ef-c4{display:block!important}
html body #inline-estimate-form textarea.est-field{min-height:2.8rem!important;resize:vertical;line-height:1.4}
html body #estimate-form-card{padding:14px 16px!important}

@media(min-width:640px){
  .svc-grid{grid-template-columns:repeat(3,1fr)!important}
}
@media(min-width:768px){
  html body #inline-estimate-form .estimate-form-row{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1.4fr) minmax(0,0.7fr)!important;gap:8px 10px!important;align-items:stretch!important}
  html body #inline-estimate-form .ef-c1,
  html body #inline-estimate-form .ef-c2{display:flex!important;flex-direction:column!important;gap:8px!important;min-width:0!important}
  html body #inline-estimate-form textarea.est-field{min-height:100%!important;max-height:7rem!important}
  html body #estimate-form-card{padding:20px 24px!important}
}
@media(min-width:900px){
  .svc-grid{grid-template-columns:repeat(6,1fr)!important;gap:8px!important}
}
