@media (max-width: 600px) {
    .search-trigger { display: none; }
    .mobile-bottom a,
    .mobile-bottom button {
        border: 0;
        background: transparent;
        color: var(--muted);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 3px;
        font-size: 9px;
        cursor: pointer;
    }
    .mobile-bottom button:active { color: var(--red); }
}
