/* Fase 13: no compact control may fall below the 44 px touch target. */
.sidebar a:not(.brand),
.compact,
.health-link {
    min-height: 44px;
}

@media (max-width: 720px) {
    .header-notifications {
        width: 44px;
        min-height: 44px;
        justify-content: center;
    }

    .logout,
    .health-link {
        min-height: 44px;
    }
}
