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-find-service-and-price .findprice-form {
  max-width: 50em;
  margin: 0 auto;
}
pn-find-service-and-price h2,
pn-find-service-and-price .heading {
  text-align: center;
  font-size: 1.5em;
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 1rem;
}
pn-find-service-and-price .postagetypes,
pn-find-service-and-price .deliveryscope {
  text-align: center;
  margin-bottom: 3rem;
}
pn-find-service-and-price .weightoption {
  display: flex;
  gap: 1em;
}
pn-find-service-and-price .weightoption-input {
  width: 5em;
  position: relative;
}
pn-find-service-and-price .weightoption-input input::-webkit-outer-spin-button,
pn-find-service-and-price .weightoption-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
pn-find-service-and-price .weightoption-input-abbreviation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.2em;
  margin-top: 1.55rem;
  font-weight: 500;
}
pn-find-service-and-price .weightoption-range {
  flex-grow: 1;
  align-self: flex-end;
  position: relative;
  top: 0.5em;
}
pn-find-service-and-price .weightoption-range input {
  width: calc(100% - 1.5em);
}
pn-find-service-and-price .weightoption-range datalist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 0.75em;
}
pn-find-service-and-price .resultlist {
  margin: 3em 0;
}