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-swan a {
  text-decoration: none;
}
pn-swan a:hover {
  text-decoration: none;
}
pn-swan a:hover span,
pn-swan a:hover .pn-swan-text {
  text-decoration: underline;
}
pn-swan .pn-swan__wrapper {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 0.8rem;
  color: #2d2013;
}
@media screen and (min-width: 768px) {
  pn-swan .pn-swan__wrapper {
    flex-direction: row;
    gap: 2.4rem;
  }
}
pn-swan .pn-swan-icon__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
pn-swan .pn-swan-icon svg {
  width: 6rem;
}
pn-swan .pn-swan-icon__preamble {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}
pn-swan .pn-swan-icon__preamble span {
  display: block;
  font-weight: 400;
}
pn-swan .pn-swan-text {
  font-size: 1.2rem;
  max-width: 20rem;
  text-align: center;
  color: #005d92;
}
@media screen and (min-width: 768px) {
  pn-swan .pn-swan-text {
    text-align: left;
  }
}