pn-button-dropdown .pn-button-dropdown > pn-button > .pn-button {
  min-height: initial;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
@media screen and (max-width: 767px) {
  .sr-only-mobile {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
}

pn-chart {
  display: flex;
  height: 100%;
  width: 100%;
}
pn-chart .chart-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100vw;
  height: 30vh;
  padding: 1.6rem 0;
}
@media screen and (min-width: 1640px) {
  pn-chart .chart-wrapper {
    padding: 2.4rem 0;
  }
}
pn-chart canvas.pnChart {
  width: 100% !important;
}
pn-chart[data-chart-type=bar] .chart-wrapper, pn-chart[data-chart-type=line] .chart-wrapper {
  min-height: 100%;
  max-width: 100%;
  min-width: 100%;
}
@media screen and (min-width: 768px) {
  .fullwidth pn-chart {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .fullwidth pn-chart .chart-wrapper {
    height: 40vh;
    width: 30vw;
  }
}