:root {
  --c-black: #333;
  --c-white: #fff;
  --s: 14px;
  --s-br: 3px;
  --s-bs: 12px;
  --transitionTime: 0.25s;
  --transitionTimeout: 0.5s;
  --backdropOpacity: 0.75;
}
#Regon_checkout_fields__otherFields {
  position: relative;
}
#Regon_checkout_fields__otherFields:not(.__editable):before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#Regon_checkout_fields__otherFields input[type="text"],
#sm-individual-invoice-fields input[type="text"] {
  height: 37.5px !important;
}
.Regon_hidden {
  display: none !important;
}
#Regon_checkout_fields__NIP-description {
  display: block!important;
  height: auto !important;
}
