[hidden] {
  display: none !important;
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

button,
a,
input,
textarea,
select,
label {
  touch-action: manipulation;
}

@media (max-width: 760px), (pointer: coarse) {
  button,
  .primary,
  .module-details,
  .media-actions a,
  .upload {
    min-height: 44px;
  }

  button,
  a,
  label {
    -webkit-tap-highlight-color: transparent;
  }
}
