/* Quantity Indicator Styles */
.quantity-indicator-container {
    width: 100%;
    max-width: 150px;
}
.quantity-indicator-container .progress {
    height: 10px;
    margin-bottom: 2px;
}
