﻿.label-text {
    display: none;
}

/* Show label on mobile (screen width less than or equal to 768px) */
@media screen and (max-width: 768px) {
    .label-text {
        display: inline;
        margin-left: 4px; /* optional spacing between icon and text */
    }
}
