.angie-progress-bar-item {
    margin-bottom: 24px;
}
.angie-pb-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}
.angie-pb-title {
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    color: #333;
}
.angie-pb-pct {
    font-weight: 600;
    font-size: 14px;
    color: #007bff;
}
.angie-pb-description {
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 12px 0;
    color: #666;
}
.angie-pb-track {
    background-color: #e9ecef;
    border-radius: 6px;
    height: 8px;
    width: 100%;
    overflow: hidden;
}
.angie-pb-fill {
    background-color: #007bff;
    height: 100%;
    border-radius: 6px;
    transition: width 1.5s ease-in-out;
}
