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-dropdown-with-multi-input-rows .dropdown-with-multi-input-element__row {
  margin-bottom: 1rem;
}
pn-dropdown-with-multi-input-rows .dropdown-with-multi-input-element__delete {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: #f9f8f8;
}
pn-dropdown-with-multi-input-rows .dropdown-with-multi-input-element__delete pn-button {
  margin-top: 0.9rem;
}
pn-dropdown-with-multi-input-rows .dropdown-with-multi-input-element__label-row {
  display: flex;
  gap: 1rem;
}
pn-dropdown-with-multi-input-rows .dropdown-with-multi-input-element__label {
  width: 30%;
  font-size: 0.875em;
  color: #5e554a;
}
pn-dropdown-with-multi-input-rows .sum-row {
  display: flex;
  justify-content: space-between;
}
pn-dropdown-with-multi-input-rows .dropdown-with-multi-input-element__dropdown {
  display: inline-flex;
  align-items: center;
}
pn-dropdown-with-multi-input-rows small {
  max-width: 70%;
  margin: 1rem;
  align-self: center;
  position: relative;
  top: 1rem;
}
pn-dropdown-with-multi-input-rows .dropdown-with-multi-input-element__row .dropdown-with-multi-input-element__dropdown .pn-row-select-dropdown .pn-select .pn-select-input .pn-select-content {
  width: 18rem;
}