/* Keep keyboard-focused location controls above the fixed mobile call bar. */
@media (max-width: 899px) {
    html { scroll-padding-bottom: calc(104px + env(safe-area-inset-bottom)); }
    #lokalizacja :is(a, button, input) {
        scroll-margin-top: 24px;
        scroll-margin-bottom: calc(104px + env(safe-area-inset-bottom));
    }
}
