.guide-full-link {
  display: inline-flex;
  align-items: center;
  margin-top: 1.25rem;
  color: inherit;
  font: 600 1rem/1.25 'Playfair Display', Georgia, serif;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .3em;
}

.guide-full-link:hover { color: #9a6639; }

html[data-theme="dark"] .guide-full-link:hover { color: #f0c16b; }
