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-date-and-time pn-date-picker .pn-date-picker {
  container-type: normal;
}
pn-date-and-time label {
  color: #5e554a;
  font-size: 1.4rem;
}
pn-date-and-time .time-separator {
  margin-top: auto;
  margin-bottom: auto;
}
pn-date-and-time .date-and-time-group {
  margin-bottom: 1rem;
}
pn-date-and-time .date-and-time-row {
  display: flex;
  gap: 1rem;
}
pn-date-and-time .helper-text {
  margin-top: 0.2rem;
  color: #5e554a;
  display: block;
}
pn-date-and-time .error-message {
  color: #a70707;
}