.cro-visitor-counter {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #e8f5e9;
    border-left: 3px solid #4caf50;
    padding: 10px 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    font-size: 14px;
    color: #2e7d32;
    box-sizing: border-box;
    width: 100%;
}

.cro-visitor-counter svg {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    fill: #4caf50;
}

.cro-visitor-counter .cro-count {
    font-weight: 700;
    color: #1b5e20;
}

@media (max-width: 768px) {
    .cro-visitor-counter {
        font-size: 13px;
        padding: 8px 12px;
        gap: 6px;
    }

    .cro-visitor-counter svg {
        width: 16px;
        height: 16px;
    }

    .wd-quantity-overlap div.quantity input[type] {
        min-width: 62%;
    }
}
