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;
  }
}

.pex-pricefinder-top {
  display: flex;
  align-items: center;
}
.pex-pricefinder-top pn-illustration {
  width: 5.5rem;
  height: 5.5rem;
  margin-right: 1.6rem;
}

.pex-pricefinder-form {
  margin: 1.6rem 0 0 0;
  padding: 0;
  border: 0;
}
.pex-pricefinder-form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.pex-pricefinder-form fieldset + fieldset {
  margin-top: 1.6rem;
}
.pex-pricefinder-form fieldset > div {
  display: flex;
  align-items: center;
  gap: 1em;
}
.pex-pricefinder-form fieldset > div > * {
  flex-grow: 1;
  width: 100%;
}
.pex-pricefinder-form pn-button {
  align-self: end;
  margin-left: auto;
}
.pex-pricefinder-form .datepicker {
  display: inline-flex;
  flex-direction: column;
}
.pex-pricefinder-form .datepicker label {
  margin-bottom: 0.4rem;
  color: #5e554a;
  font-size: 0.875em;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  cursor: pointer;
  transition: color 0.2s;
}
.pex-pricefinder-form .datepicker pn-date-picker {
  width: 100%;
}

.pex-pricefinder-response {
  margin-top: 2.4rem;
  text-align: center;
  font-size: 2.4em;
}