/* Base — functional defaults only */

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, figure, blockquote, pre {
    margin: 20px 0;
    padding: 0;
}

ul, ol {
  margin: 0;
}

img,
video,
iframe {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
}

.site-nav {
  padding: 1rem 0;
}

.site-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1.5rem;
}

.site-nav a {
  text-decoration: none;
}

.site-nav a:hover {
  text-decoration: underline;
}

.site-nav .active a {
  font-weight: bold;
}

.site-meta {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.site-collaborators a {
  text-decoration: none;
}

.collaborator-avatar {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  display: inline;
  vertical-align: -0.125em;
  margin-right: 0.2em;
}

.contributor-avatar {
  display: none;
  width: 1em;
  height: 1em;
  object-fit: cover;
  flex-shrink: 0;
}

.site-rss {
  text-decoration: none;
}

.starstar-badge {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  font-size: 0.9em;
  text-decoration: none;
  opacity: 1 !important;
  z-index: 9999;
}
