.m-chart-container .screen-reader-text,
.m-chart-image-figure .screen-reader-text {
display: block;
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
border: 0;
overflow: hidden;
clip-path: inset(50%);
white-space: nowrap;
}
.m-chart-container .m-chart-source.screen-reader-text:focus-within,
.m-chart-image-figure .m-chart-source.screen-reader-text:focus-within {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip-path: none;
white-space: normal;
}