/* Kolbo Mobile Hide Reviews - CSS v1.1.0 */
@media (max-width: 880px){
  #kolbo-sticky-review-bar,
  #kolbo-review-mini-btn,
  .kolbo-sticky-review-bar,
  .kolbo-review-mini-btn,
  .kmhr-hide-mobile,
  .kmhr-fixed-hide {
    display: none !important;
    visibility: hidden !important;
  }

  /* Fallback: hide anchors to Google's review endpoints */
  a[href*="g.page"][href*="/review"],
  a[href*="google.com/maps"][href*="/contribute/review"],
  a[href*="search.google.com/local/writereview"] {
    display: none !important;
  }

  html[data-kolbo-has-sticky="1"] body,
  body.kolbo-has-sticky { padding-bottom: 0 !important; }
}
