@layer components{.c-mpd-chart{display:flex;gap:1rem}.c-mpd-chart__chart{flex:1;height:100%}.c-mpd-chart__well-graphic{background:linear-gradient(to left,transparent 0,transparent 33%,var(--brand-gray) 33%,var(--brand-gray) 66%,transparent 66%,transparent 100%);height:var(--chart-height,0);margin:0;position:relative;width:90px}.c-mpd-chart__well-graphic:after,.c-mpd-chart__well-graphic:before{content:"";position:absolute}.c-mpd-chart__well-graphic:before{background-color:var(--brand-yellow);height:calc(var(--chart-well-percentage, 0%) + 2px);inset:0 0 auto;transition:height 1s ease;z-index:-1}.c-mpd-chart__well-graphic:after{background-color:#fff;height:100%;inset:0 10px;z-index:-2}@media (max-width:1000px){.c-mpd-chart__well-graphic{display:none}}@media print{.c-mpd-chart{background-color:var(--brand-blue);margin-top:-1rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}}}