.msrc-chart{border-radius:1.5rem;padding:clamp(2rem,5vw,3rem) clamp(1.5rem,4vw,2.5rem) clamp(1.5rem,4vw,2rem);margin:0}.msrc-chart__stage{display:flex;align-items:flex-end;gap:clamp(.75rem,2vw,1.5rem);height:clamp(180px,28vw,280px);margin:0;padding:0}.msrc-chart__col{flex:1;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;list-style:none;margin:0;padding:0;min-width:0}.msrc-chart__pct{display:block;color:#fff;font-size:clamp(1.5rem,3.5vw,2.5rem);font-weight:700;line-height:1;margin-bottom:.5em;text-align:center}.msrc-chart__bar{display:block;width:100%;height:var(--val);background:var(--color);border-radius:.375rem .375rem 0 0;transition:height .6s cubic-bezier(0.34, 1.2, 0.64, 1)}.msrc-chart__rule{height:1px;background:hsla(0,0%,100%,.3);margin:0 0 1.25rem}.msrc-chart__labels{display:flex;gap:clamp(.75rem,2vw,1.5rem);list-style:none;margin:0;padding:0}.msrc-chart__label{flex:1;min-width:0;color:hsla(0,0%,100%,.8);font-size:clamp(.7rem,1.2vw,.8125rem);line-height:1.4;text-align:center}.msrc-chart__label strong{display:none;color:var(--color);font-size:clamp(.8125rem,1.4vw,.9375rem);font-weight:700;margin-bottom:.25em}@media only screen and (max-width: 48.875em){.msrc-chart__stage,.msrc-chart__rule{display:none}.msrc-chart__labels{flex-direction:column;gap:1rem}.msrc-chart__label{display:flex;align-items:flex-start;gap:1rem;text-align:left}.msrc-chart__label::before{content:attr(data-pct);flex-shrink:0;min-width:3.25rem;font-size:1.75rem;font-weight:700;line-height:1.1;color:var(--color)}.msrc-chart__label strong{display:none}}
