/* Mobile plate & flavor profile overrides */
@media (max-width: 576px) {
    .nutrition-strip {
        font-size: 0.72rem;
        gap: 0.5rem !important;
    }

    .profile-list-scroll {
        max-height: 180px;
        -webkit-overflow-scrolling: touch;
    }

    .profile-card {
        padding: 4px 6px;
        margin-bottom: 3px;
    }

    .profile-anchor-text {
        font-size: 0.68rem;
    }

    .profile-extras {
        font-size: 0.6rem;
    }
}
