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-line-shape .pn-line-shape__container {
  display: flex;
}
pn-line-shape .pn-line-shape__line {
  border-style: solid;
  border-width: 0.4rem;
  border-radius: 1.6rem;
  border-color: #00a0d6;
}
pn-line-shape .pn-line-shape__dot {
  width: 0.8rem;
  border-style: solid;
  border-width: 0.4rem;
  border-radius: 1.6rem;
  height: 0.8rem;
  border-color: #00a0d6;
}

pn-line-shape[slot=horizontal-line] .pn-line-shape__container {
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  gap: 0.8rem;
  padding: 2.4rem 0;
}
pn-line-shape[slot=horizontal-line] .pn-line-shape__line {
  height: 0.8rem;
  width: 100%;
}
pn-line-shape[slot=vertical-line] .pn-line-shape__container {
  height: 100%;
  flex-direction: column;
  gap: 0.8rem;
  padding: 0.8rem 0.5rem;
}
pn-line-shape[slot=vertical-line] .pn-line-shape__line {
  height: 100%;
  width: 0.8rem;
}