/* Progress Wrapper */
.bottlenexus-stock-bar-wrapper {
    background-color: #2f2f2f;
    border-radius: 10px;
    height: 32px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}

/* Progress Fill */
.bottlenexus-stock-bar {
    height: 100%;
    transition: width 0.7s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #fff;
    border-radius: 10px;
    font-size: 14px;
}