/* EWS Branding Overrides */

/* Hide "Account" text on mobile header button, keep icon only */
@media (max-width: 991px) {
    .account-btn-text {
        display: none;
    }
}
