/* v1136P — Fee Check manual-quote wording and moderate typography.
   Scope is intentionally limited to public Fee Check widgets. Order/admin retain their existing Quote pending wording. */
html body:not([class*="admin"]) [data-fee-checker] [data-total].fee-check-to-be-advised-v1136P{
  font-size:clamp(20px, 2vw, 26px) !important;
  line-height:1.22 !important;
  letter-spacing:-.015em !important;
  font-weight:750 !important;
  white-space:normal !important;
}
@media (max-width:700px){
  html body:not([class*="admin"]) [data-fee-checker] [data-total].fee-check-to-be-advised-v1136P{
    font-size:20px !important;
    line-height:1.25 !important;
  }
}
