/* 04-elements/_table.css — bare tables get a rule and alignment; the register component adds the rest. */
table { border-collapse: collapse; width: 100%; }
th { text-align: left; font-weight: var(--weight-medium); }
th, td { padding-block: var(--space-xs); padding-inline: var(--space-sm); border-bottom: var(--stroke) solid var(--rule); vertical-align: top; }
