/* v1088 — Home mobile fee-card header compactness only.
   Scope is intentionally mobile-only to avoid any desktop layout change. */
@media (max-width: 760px){
  body.home-page .home-fee-preview-card[data-fee-checker] .compact-fee-head{
    margin-bottom: 12px !important;
  }

  body.home-page .home-fee-preview-card[data-fee-checker] .compact-fee-head h2{
    font-size: 19px !important;
    line-height: 1.08 !important;
    letter-spacing: -0.035em !important;
    white-space: nowrap !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  body.home-page .home-fee-preview-card[data-fee-checker] .compact-fee-head p{
    display: none !important;
  }
}

@media (max-width: 380px){
  body.home-page .home-fee-preview-card[data-fee-checker] .compact-fee-head h2{
    font-size: 18px !important;
  }
}
