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-product-card-info {
  align-self: center;
}

.cardinfocontent {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  font-size: 0.875em;
  gap: 1.6rem;
}
@media screen and (min-width: 36em) {
  .cardinfocontent {
    flex-direction: row;
  }
}
.cardinfocontent > div p {
  margin: 0.25em 0.25em 0 0;
}

.cardinfocontent-item {
  margin-top: 0.5em;
}

[slot=formatPre] {
  font-family: "PostNordSans", "Verdana";
  margin: 0.5em 3em 0 0;
}
[slot=formatPre] > strong {
  font-weight: bold;
}

.cardinfoprice {
  display: flex;
  font-size: 1em;
  flex-direction: row;
  justify-content: center;
  flex-grow: 1;
}