/* Globalne fixy dostępności mobilnej — tap-targety ≥ 44px (WCAG 2.5.5) */
@media (max-width: 768px) {
    nav a, nav button,
    header a, header button,
    footer a, footer button,
    .top-bar a, .topbar a,
    .pagination a, .pagination button,
    .breadcrumbs a,
    [class*="drawer"] a,
    [class*="drawer"] button,
    [class*="mobile"] a,
    [class*="mobile"] button {
        min-height: 44px;
        min-width: 44px;
        display: inline-flex;
        align-items: center;
    }
}
