.twentyfoursiteshop-live-view-count {
    margin-top: 15px;
    padding: 10px 15px;
    color: #000000; /* Black text */
    font-family: 'Poppins', 'Montserrat', Arial, sans-serif;
    font-size: 19px !important; /* Desktop font size, larger */
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

@media (max-width: 480px) {
    .twentyfoursiteshop-live-view-count {
        font-size: 14px !important; /* Mobile font size */
    }
}
