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-proxio-productcard .cardcontent {
  display: flex;
  flex-direction: row;
  border: solid 0.1rem #f9f8f8;
  border-radius: 0.8rem;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 48em) {
  pn-proxio-productcard .cardcontent {
    flex-direction: column;
  }
}
pn-proxio-productcard .carddetails {
  min-width: 70%;
  padding: 2.4rem 4.8rem;
  display: flex;
  gap: 0.8rem;
  flex-direction: column;
}
@media screen and (max-width: 48em) {
  pn-proxio-productcard .carddetails {
    gap: 1.6rem;
    margin-bottom: 0.8rem;
  }
}
pn-proxio-productcard .carddetails pn-illustration[slot=illustrationmobile] {
  display: none;
}
@media screen and (max-width: 48em) {
  pn-proxio-productcard .carddetails pn-illustration[slot=illustrationmobile] {
    margin-top: 1.6rem;
    display: block;
  }
  pn-proxio-productcard .carddetails pn-illustration[slot=illustrationmobile] .pn-illustration {
    max-width: 8rem;
    height: 8rem;
    margin-left: auto;
    margin-right: auto;
  }
}
pn-proxio-productcard .cardcalltoactions {
  min-width: 30%;
  background-color: #effbff;
}
pn-proxio-productcard .cardcalltoactions pn-illustration[slot=illustration] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  max-width: 12rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
}
@media screen and (max-width: 48em) {
  pn-proxio-productcard .cardcalltoactions pn-illustration[slot=illustration] {
    display: none;
  }
}
pn-proxio-productcard [slot=information] {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 48em) {
  pn-proxio-productcard [slot=information] {
    flex-direction: column;
    gap: 1.6rem;
  }
}
pn-proxio-productcard [slot=uppertags] {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
}
pn-proxio-productcard [slot=bottomtags] {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  margin: 0.8rem 0;
}
pn-proxio-productcard .heading {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
pn-proxio-productcard [slot=title] {
  text-decoration: underline;
}
@media screen and (max-width: 48em) {
  pn-proxio-productcard [slot=title] {
    text-decoration: none;
  }
}