/* Tag / pill — auto-loaded for the tag snippet (site/snippets/tag.php) */

.tag {
  display: inline-block;
  padding: 0.1em 0.5em;
  border: var(--border);
  border-radius: 1em;
}
a.tag:hover { text-decoration: none; background: var(--color-bar); }
