/* Mobile compare uses a horizontal table; global bottom overlays must not cover cells. */
@media (max-width: 700px) {
  body.page-compare .hc-mobile-tabbar,
  body.page-compare .cookie-banner,
  body.page-compare #cookieBanner,
  body.page-compare #hc-compare-bar,
  body.page-compare .hc-livechat,
  body.page-compare [data-chat],
  body.page-compare [data-chat-widget],
  body.page-compare .chat-widget,
  body.page-compare .chat-button,
  body.page-compare .jivo_online,
  body.page-compare .jivo-iframe-container,
  body.page-compare .b24-widget-button-wrapper,
  body.page-compare .b24-widget-button-shadow,
  body.page-compare .b24-widget-button-position-bottom-right {
    display: none !important;
  }

  body.page-compare.cookie-banner-open {
    padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  }
}
