/* Hide by default (desktop) */
.mobile-only-text-286e8383 {
    display: none !important;
    padding: 10px 20px;
    text-align: center;
    font-weight: bold;
    color: inherit;
}

/* Show only on mobile (max-width: 768px) */
@media (max-width: 768px) {
    .mobile-only-text-286e8383 {
        display: block !important;
    }
}
