.angie-pb-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.angie-pb-title {
    font-size: 16px;
    color: #a7a7a7;
    min-width: 80px;
    transition: color 0.3s ease;
}

.angie-pb-track {
    flex-grow: 1;
    background-color: #2a2a2a;
    height: 40px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    transition: background-color 0.3s ease;
}

.angie-pb-fill {
    background-color: #a4d35e;
    height: 100%;
    width: 0;
    border-radius: 8px;
    transition: width 1.5s ease-out, background-color 0.3s ease;
}

.angie-pb-percentage {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    min-width: 60px;
    text-align: right;
    transition: color 0.3s ease;
}
