.pbar-856e4d39-wrapper {
    width: 100%;
    box-sizing: border-box;
    font-family: inherit;
}
.pbar-856e4d39-container {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
}
.pbar-856e4d39-header {
    flex-shrink: 0;
    max-width: 35%;
    box-sizing: border-box;
}
.pbar-856e4d39-title {
    margin: 0 0 2px 0;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.2;
}
.pbar-856e4d39-subtitle {
    margin: 0;
    font-size: 0.85rem;
    line-height: 1.2;
}
.pbar-856e4d39-track-wrapper {
    flex-grow: 1;
    box-sizing: border-box;
}
.pbar-856e4d39-track {
    width: 100%;
    height: 16px;
    background-color: #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}
.pbar-856e4d39-fill {
    height: 100%;
    background-color: #3498db;
    border-radius: 8px 0 0 8px;
    transition: width 0.4s ease-in-out;
}
.pbar-856e4d39-stats {
    flex-shrink: 0;
    font-size: 0.9rem;
    font-weight: 600;
    white-space: nowrap;
}
@media (max-width: 767px) {
    .pbar-856e4d39-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .pbar-856e4d39-header {
        max-width: 100%;
    }
    .pbar-856e4d39-track-wrapper {
        width: 100%;
    }
    .pbar-856e4d39-stats {
        align-self: flex-end;
    }
}
