/**
 * MrMaid mobile performance guard v1.1.322.
 * Mobile-only rendering help. It avoids slider/jQuery behavior and keeps visual structure intact.
 */
@media screen and (max-width:782px){
  .mrmaid-public-reviews-page,
  .mrmaid-public-reviews-page *{box-sizing:border-box}
  .mrmaid-public-reviews-page{overflow-x:hidden;touch-action:manipulation}
  .mrmaid-public-reviews-page .mrmaid-pr-cleaner-list,
  .mrmaid-public-reviews-page .mrmaid-home-review-slider__track,
  .mrmaid-public-reviews-page .mrmaid-pr-areawall__grid,
  .mrmaid-public-reviews-page .mrmaid-pr-area-map__list{-webkit-overflow-scrolling:touch;overscroll-behavior:contain}
  .mrmaid-public-reviews-page .mrmaid-pr-cleaner-list>.mrmaid-pr-cleaner-card:nth-child(n+11),
  .mrmaid-public-reviews-page .mrmaid-pr-cleaner-list>.mrcp-recommendation-card:nth-child(n+11),
  .mrmaid-public-reviews-page .mrmaid-pr-review-list>article:nth-child(n+7),
  .mrmaid-public-reviews-page .mrmaid-pr-wall>article:nth-child(n+7),
  .mrmaid-public-reviews-page .mrmaid-pr-areawall__grid>*:nth-child(n+9),
  .mrmaid-public-reviews-page .mrmaid-pr-area-map__list>*:nth-child(n+9){content-visibility:auto;contain:layout style paint;contain-intrinsic-size:1px 168px}
  .mrmaid-public-reviews-page .mrmaid-home-review-slider,
  .mrmaid-public-reviews-page [data-mrmaid-home-review-slider],
  .mrmaid-public-reviews-page .mrmaid-home-review-slider__track,
  .mrmaid-public-reviews-page .slick-slider,
  .mrmaid-public-reviews-page .swiper,
  .mrmaid-public-reviews-page .splide{content-visibility:visible!important;contain:none!important}
  .mrmaid-public-reviews-page img{max-width:100%;height:auto}
  .mrmaid-public-reviews-page iframe{max-width:100%}
  .mrmaid-public-reviews-page .mrc-scroll-focus,
  .mrmaid-public-reviews-page .mrc-first-result-focus{animation-duration:.26s!important}
}
@media screen and (max-width:782px) and (hover:none){
  .mrmaid-public-reviews-page .mrmaid-pr-cleaner-card:hover,
  .mrmaid-public-reviews-page .mrcp-recommendation-card:hover,
  .mrmaid-public-reviews-page .mrmaid-home-review-card:hover,
  .mrmaid-public-reviews-page .mrmaid-pr-area-card:hover,
  .mrmaid-public-reviews-page .mrmaid-pr-btn:hover{transform:none!important}
}
@media screen and (max-width:782px) and (prefers-reduced-motion:reduce){
  .mrmaid-public-reviews-page *,
  .mrmaid-public-reviews-page *::before,
  .mrmaid-public-reviews-page *::after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}
}
