/* W10 DS — Reset CSS (adapted from Eric Meyer Reset v2) */

/* ── Margin, padding & border zero ── */
html, body, div, span, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, code, em, img, small, strong,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, details, figcaption, figure,
footer, header, menu, nav, section, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* ── Block semantics ── */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section { display: block; }

/* ── Base typography ── */
body { line-height: 1; }

/* ── Lists ── */
ol, ul { list-style: none; }

/* ── Quotes ── */
blockquote, q { quotes: none; }
blockquote::before, blockquote::after,
q::before, q::after { content: ''; content: none; }

/* ── Tables ── */
table { border-collapse: collapse; border-spacing: 0; }
