
.pb-line-wrap{
    display:flex;
    align-items:center;
    gap:12px;
    margin:10px 0;
}

.pb-line-bar{
    width:0%; border-radius:8px; transition:width 1s ease;
}
.pb-line-percent{
    font-size:18px; font-weight:700;
}
.pb-circle-wrap{
    position:relative;
    margin:20px auto;
    display:block;
    float:none !important;
}
.pb-circle{
    display:block;
    margin:0 auto;
}

.pb-circle{
    transform:rotate(-90deg);
}
.pb-circle circle{
    fill:none; stroke-linecap:round;
}
.pb-circle .bg{
    stroke:#eee;
}
.pb-circle .bar{
    stroke-dasharray:1000;
    stroke-dashoffset:1000;
    transition:stroke-dashoffset 1.2s ease;
}
.pb-circle-text{
    position:absolute; top:50%; left:50%;
    transform:translate(-50%,-50%);
    font-size:26px; font-weight:700;
}
.pb-caption{
    margin-top: 6px;
    font-size: 14px;
    opacity: 0.8;
    text-align: center; /* مهم */
    width: 100%;        /* تضمین وسط چین */
}


.pb-line-wrap {
    display: flex;
    align-items: center;
    gap: 12px;

}

.pb-line-caption {
    font-size: 14px;
    opacity: 0.9;
    white-space: nowrap; /* نذاره بیفته زیر */
}
