.product-viewers-bubble {
    position: absolute;
    top: -30px;
    left: 0;
    background-color: #f0f0f0;
    color: #111;
    font-size: 14px;
    padding: 10px 14px;
    border-radius: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    font-weight: 500;
    z-index: 10;
    max-width: 250px;
    text-align: center;
    white-space: nowrap;
}

.product_title {
    margin-top: 40px !important;
}

@media (max-width: 768px) {
    .product-viewers-bubble {
        position: static;
        margin: 10px auto;
        display: block;
    }
}
