/* TELL EQUIPMENT — CallRail form embed styling (2026-09-09)
   Wraps the client's CallRail forms in brand-consistent shells. */
.cr-form-shell{
  background:#fff;border-radius:16px;border:1px solid #e3e7ef;
  padding:28px;max-width:768px;margin:0 auto;
  box-shadow:0 18px 44px -18px rgba(7,22,56,.18);
}
.cr-form-shell h3{font-family:inherit;font-weight:800;font-size:22px;margin:0 0 6px;color:#071638}
.cr-form-shell .cr-sub{font-size:13.5px;color:#5b6472;margin:0 0 18px}
.cr-form-shell iframe{width:100%!important;min-height:520px;border:0!important}
/* division color accents: sales=blue shells, repair=red shells */
.cr-form-shell.sales{border-top:4px solid #0f3fa8}
.cr-form-shell.repair{border-top:4px solid #af1314}
@media (max-width:600px){
  .cr-form-shell{padding:16px;border-radius:12px}
  .cr-form-shell iframe{min-height:620px}
}
