.hidden {
  display: none !important;
}
.hidden-input:is(input),
.hidden-input input {
  display: none;
}
