/* Shared base rules extracted safely from repeated selectors */
.hidden {
  display: none !important;
}

body {
  padding: 8px;
}

a {
  color: inherit;
  text-decoration: none;
}

button, input, textarea {
  font: inherit;
}
