.guide-byline {
  margin: -10px 0 24px;
  color: #8e9bb0;
  font-size: 0.86rem;
  letter-spacing: 0.01em;
}

.guide-note {
  margin: 24px 0;
  padding: 14px 16px;
  border-left: 3px solid #8fd6ff;
  border-radius: 0 10px 10px 0;
  background: rgba(143, 214, 255, 0.07);
  color: #c7d4e7;
}

.guide-note strong {
  color: #dff5ff;
}

.guide-updated {
  white-space: nowrap;
}

footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
}

footer a {
  margin-right: 0 !important;
}

@media (max-width: 520px) {
  .guide-byline {
    line-height: 1.55;
  }
}
