.apb-container-40975f3b {
    width: 100%;
    background-color: #e9ecef;
    border-radius: 4px;
    height: 30px;
    position: relative;
    overflow: visible; /* Changed from hidden to allow text overflow */
    display: flex;
    align-items: center;
}

.apb-fill-40975f3b {
    background-color: #0d6efd;
    height: 100%;
    display: flex;
    align-items: center;
    transition: width 0.3s ease;
    border-radius: inherit;
    position: relative;
    /* Removed overflow: hidden so text can overflow outside the fill */
}

.apb-text-wrapper-40975f3b {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    padding-left: 10px;
    white-space: nowrap; /* Prevent text wrapping */
}

.apb-text-40975f3b {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    /* Removed mix-blend-mode for simpler overflow rendering */
}