*,
*::before,
*::after { box-sizing: border-box; }
html { min-height: 100%; text-size-adjust: 100%; }
body { min-height: 100%; margin: 0; }
img, svg, video, canvas { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
button:disabled, [aria-disabled="true"] { cursor: not-allowed; }
a { color: inherit; }
table { border-collapse: collapse; width: 100%; }
[hidden] { display: none !important; }
