/* CoinMEX V1.3.13 — compact mobile home hero.
   Removes stacked outer+inner hero padding that left a large blank band above the hero image. */
@media(max-width:900px){
  .cmx-theme .cmx-home-hero-v1313{padding:14px 0 28px!important}
  .cmx-theme .cmx-home-hero-v1313 .cmx-hero__inner{padding-top:0!important;padding-bottom:0!important;gap:20px!important}
  .cmx-theme .cmx-home-hero-v1313 .cmx-hero__media{margin:0!important}
}
@media(max-width:600px){
  .cmx-theme .cmx-home-hero-v1313{padding-top:12px!important}
  .cmx-theme .cmx-home-hero-v1313 .cmx-hero__inner{gap:18px!important}
}

/* CoinMEX V1.3.13 — compact text-only exchange navigation on phones.
   These cards intentionally do not duplicate Margin Town's image-heavy treatment,
   but they should read as dense navigation rather than large empty panels. */
@media(max-width:600px){
  .cmx-theme .cmx-link-grid{gap:10px!important}
  .cmx-theme .cmx-link-grid .cmx-link-card{
    min-height:78px!important;
    padding:13px 16px!important;
    gap:4px!important;
    justify-content:center!important;
    border-radius:16px!important;
  }
  .cmx-theme .cmx-link-grid .cmx-link-card strong{
    font-size:16px!important;
    line-height:1.35!important;
    letter-spacing:-.02em!important;
  }
  .cmx-theme .cmx-link-grid .cmx-link-card span{
    font-size:12.5px!important;
    line-height:1.45!important;
  }
  .cmx-theme #quick.cmx-section{padding-top:26px!important;padding-bottom:28px!important}
  .cmx-theme #quick .cmx-section-head{margin-bottom:14px!important}
}
