/* KBM Core 1.9.9-rc.53 — film-audited mobile regression hotfix */
@media(max-width:782px){
  /* Single rental ad: exactly two visible bottom zones — owner CTA + price/inquiry. */
  body.single-kbm_ad .kbm-ad-single-recode-bottombar :is(
    a[href^="tel:"],
    [data-kbm-call],
    .kbm-ad-single-recode-contact-action.is-call,
    .kbm-mobile-call-button,
    .kbm-sticky-call-button,
    .kbm-call-fab,
    .kbm-contact-call-green,
    .kbm-single-call-green,
    [data-kbm-mfr53-retired-call]
  ){display:none!important;visibility:hidden!important;pointer-events:none!important;width:0!important;min-width:0!important;max-width:0!important;margin:0!important;padding:0!important;border:0!important;overflow:hidden!important}
  body.single-kbm_ad .kbm-ad-single-recode-bottombar{
    grid-template-columns:minmax(0,1fr) minmax(132px,38%)!important;
    gap:8px!important;
    align-items:stretch!important;
    left:10px!important;right:10px!important;bottom:0!important;
    width:auto!important;max-width:none!important;
  }
  body.single-kbm_ad .kbm-ad-single-recode-bottombar-price,
  body.single-kbm_ad .kbm-ad-single-recode-bottombar-btn{
    min-height:52px!important;margin:0!important;
  }
  body.single-kbm_ad .kbm-ad-single-recode-bottombar-btn{
    display:flex!important;align-items:center!important;justify-content:center!important;
    width:100%!important;max-width:none!important;min-width:0!important;
    background:#ffcc00!important;color:#0b2a3b!important;
  }
  body.single-kbm_ad.kbm-mfr53-footer-visible .kbm-ad-single-recode-bottombar,
  body.single-kbm_ad.kbm-mfr53-keyboard-open .kbm-ad-single-recode-bottombar{
    transform:translateY(calc(100% + 22px))!important;
    opacity:0!important;pointer-events:none!important;
  }

  /* RC53 featured rail owns a horizontal LTR scroll coordinate; cards remain RTL. */
  body.kbm-mfr53 .kbm-ads-recode-featured-grid{
    direction:ltr!important;
    transform:none!important;
    scroll-behavior:smooth!important;
  }
  body.kbm-mfr53 .kbm-ads-recode-featured-grid>.kbm-ads-recode-card{direction:rtl!important}
  body.kbm-mfr53 .kbm-ads-recode-featured-viewport{height:auto!important;min-height:0!important}
}
@media(max-width:390px){
  body.single-kbm_ad .kbm-ad-single-recode-bottombar{grid-template-columns:minmax(0,1fr) 128px!important;gap:6px!important}
  body.single-kbm_ad .kbm-ad-single-recode-bottombar-btn{font-size:12.5px!important}
}
@media(prefers-reduced-motion:reduce){
  body.kbm-mfr53 .kbm-ads-recode-featured-grid{scroll-behavior:auto!important}
  body.single-kbm_ad .kbm-ad-single-recode-bottombar{transition:none!important}
}
