/* v1028 — Price Lists fee checker compact title on mobile
   Reduce heading size and remove the Estimate badge to shorten the card height. */

html body.price-feecheck-badge-hide-v1028 .fees-check-section .fee-card[data-fee-checker]{
  padding:18px 18px 18px !important;
}

html body.price-feecheck-badge-hide-v1028 .fees-check-section .fee-card[data-fee-checker] h2,
html body.price-feecheck-badge-hide-v1028 .fees-check-section .fee-card[data-fee-checker] h2[style]{
  display:block !important;
  font-size:clamp(28px, 4vw, 36px) !important;
  line-height:1.02 !important;
  letter-spacing:-0.045em !important;
  white-space:normal !important;
  text-wrap:balance !important;
  margin:0 0 10px !important;
  max-width:12ch !important;
}

html body.price-feecheck-badge-hide-v1028 .fees-check-section .fee-card[data-fee-checker] h2::after,
html body.price-feecheck-badge-hide-v1028 .fees-check-section .fee-card[data-fee-checker] h2[style]::after{
  content:none !important;
  display:none !important;
}

@media (max-width:700px){
  html body.price-feecheck-badge-hide-v1028 .fees-check-section .fee-card[data-fee-checker]{
    padding:16px 16px 18px !important;
  }

  html body.price-feecheck-badge-hide-v1028 .fees-check-section .fee-card[data-fee-checker] h2,
  html body.price-feecheck-badge-hide-v1028 .fees-check-section .fee-card[data-fee-checker] h2[style]{
    font-size:clamp(23px, 6.3vw, 28px) !important;
    line-height:1.02 !important;
    margin:0 0 8px !important;
    max-width:11ch !important;
  }

  html body.price-feecheck-badge-hide-v1028 .fees-check-section .fee-card[data-fee-checker] label{
    margin-top:8px !important;
  }
}
