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-marketweb-carousel {
  display: inline-block;
}
pn-marketweb-carousel .pn-marketweb-carousel .slider-wrapper {
  margin: 1rem;
  overflow: hidden;
  position: relative;
  touch-action: pan-y pinch-zoom;
}
pn-marketweb-carousel .pn-marketweb-carousel .slides-container {
  display: flex;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  touch-action: none;
  transition: transform 0.5s ease-in-out;
  user-select: none;
}
pn-marketweb-carousel .pn-marketweb-carousel .slides-container[data-partial=false] .slide {
  width: 100%;
}
pn-marketweb-carousel .pn-marketweb-carousel [data-slide] {
  flex: 0 0 auto;
  transition: transform 0.5s ease-in-out;
}
pn-marketweb-carousel .pn-marketweb-carousel .nav-button {
  cursor: pointer;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: translateY(-50%);
  height: 2rem;
  margin: auto;
  padding: 0;
  opacity: 0.85;
  transition: opacity 200ms;
  z-index: 1;
}
pn-marketweb-carousel .pn-marketweb-carousel .nav-button.invisible {
  opacity: 0;
}
pn-marketweb-carousel .pn-marketweb-carousel .nav-button[data-show=false] {
  display: none;
}
pn-marketweb-carousel .pn-marketweb-carousel .nav-button:hover, pn-marketweb-carousel .pn-marketweb-carousel .nav-button:focus {
  opacity: 1;
}
pn-marketweb-carousel .pn-marketweb-carousel [data-nav-button-prev] {
  left: 1.75rem;
  border-radius: 0 2rem 2rem 0;
}
pn-marketweb-carousel .pn-marketweb-carousel [data-nav-button-next] {
  right: 1.75rem;
  border-radius: 2rem 0 0 2rem;
}
@media (prefers-reduced-motion: reduce) {
  pn-marketweb-carousel .slides-container {
    transition: none;
  }
  pn-marketweb-carousel [data-slide] {
    transition: none;
  }
}