/* Stock Progress Bar */
.aws-stock-progress {
    margin: 15px 0;
}

.aws-stock-progress__text {
    font-size: 14px;
    color: var(--aws-sp-color, #ff6b6b);
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.aws-stock-progress__bar {
    height: 8px;
    background: #eee;
    border-radius: 4px;
    overflow: hidden;
}

.aws-stock-progress__fill {
    height: 100%;
    background: var(--aws-sp-color, #ff6b6b);
    border-radius: 4px;
    transition: width 0.3s ease;
}
