/* v920 — Price Lists fee checker title polish
   Reduce "Check Your Service Fee" title size and keep it on one line on desktop. */

html body.price-feecheck-title-v920 .fees-check-section .fee-card[data-fee-checker]{
  width:560px !important;
  max-width:560px !important;
  padding:24px 26px 24px !important;
}

html body.price-feecheck-title-v920 .fees-check-section .fee-card[data-fee-checker] h2,
html body.price-feecheck-title-v920 .fees-check-section .fee-card[data-fee-checker] h2[style]{
  font-size:42px !important;
  line-height:1.05 !important;
  letter-spacing:-.045em !important;
  white-space:nowrap !important;
  max-width:100% !important;
  margin:0 0 18px !important;
}

@media (max-width:700px){
  html body.price-feecheck-title-v920 .fees-check-section .fee-card[data-fee-checker] h2,
  html body.price-feecheck-title-v920 .fees-check-section .fee-card[data-fee-checker] h2[style]{
    font-size:clamp(30px, 8vw, 38px) !important;
    white-space:normal !important;
  }
}
