/* Only mobile layout; existing desktop styles retain priority outside this query. */
@media(max-width:767px){
 body.home-with-reviews .hero-actions{align-items:center;flex-wrap:wrap}
 body.home-with-reviews .hero-actions>a.button{display:inline-flex;align-items:center;justify-content:center;align-self:center;box-sizing:border-box;height:40px;min-height:40px;padding:0 15px;margin:0;font-family:Arial,sans-serif;font-size:12px;line-height:1;text-align:center}
 #beba-consent{bottom:var(--beba-consent-mobile-bottom,calc(82px + env(safe-area-inset-bottom,0px)));max-height:calc(100vh - var(--beba-consent-mobile-bottom,calc(82px + env(safe-area-inset-bottom,0px))) - 16px);max-height:calc(100dvh - var(--beba-consent-mobile-bottom,calc(82px + env(safe-area-inset-bottom,0px))) - 16px);overflow-y:auto;overscroll-behavior:contain}
}
