.sdpb-wrapper {
    max-width: 600px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
 
.sdpb-align-center {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
 
.sdpb-align-right {
    margin-left: auto;
    margin-right: 0;
    text-align: right;
}
 
.sdpb-align-left {
    margin-right: auto;
    text-align: left;
}
 
.sdpb-bar-outer {
    width: 100%;
    border-radius: 999px;
    overflow: hidden;
    position: relative;
}
 
.sdpb-bar-inner {
    height: 100%;
    border-radius: 999px;
    transition: width 0.4s ease;
}
 
.sdpb-label {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 700;
    color: #222;
}
 
.sdpb-label .sdpb-goal {
    font-weight: 400;
    color: #666;
}
