/* Godnattsagan 1.4.1 – klickbar författarrad under sagotiteln */
.story-byline {
  margin: -0.35rem 0 1rem;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.4;
}
.story-byline a {
  color: inherit;
  font-weight: 650;
  text-decoration: none;
  text-underline-offset: 0.18em;
}
.story-byline a:hover,
.story-byline a:focus-visible {
  color: var(--accent);
  text-decoration: underline;
}
.night .story-byline { color: #b8aa98; }
.night .story-byline a:hover,
.night .story-byline a:focus-visible { color: #f0c28b; }
