/* v1138Z — root fix for Price Lists fee-checker title.
   Uses a dedicated non-H2 element so legacy fee-checker H2 rules cannot override it. */
html body.fees-page .fees-check-section .fee-card[data-fee-checker] .price-feecheck-title-v1138Z{
  display:block !important;
  width:auto !important;
  max-width:100% !important;
  margin:0 0 22px !important;
  padding:0 !important;
  font-family:Arial,Helvetica,sans-serif !important;
  font-size:30px !important;
  font-weight:900 !important;
  line-height:1.08 !important;
  letter-spacing:-.025em !important;
  color:#071d52 !important;
  white-space:nowrap !important;
  text-wrap:nowrap !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
}
@media (max-width:700px){
  html body.fees-page .fees-check-section .fee-card[data-fee-checker] .price-feecheck-title-v1138Z{
    font-size:clamp(23px,7vw,29px) !important;
    white-space:normal !important;
    text-wrap:balance !important;
  }
}
