.vl30-related-guides {
  margin-top: 8px;
  color: var(--vl21-ink-soft);
  font-size: 0.96rem;
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  align-items: center;
}

.vl30-related-guides span {
  color: color-mix(in srgb, var(--vl21-ink-soft) 72%, transparent);
}

.vl30-guide-label {
  color: var(--vl21-ink);
  font-weight: 600;
}

.vl30-inline-link {
  color: #3b82f6;
  font-weight: 600;
  text-decoration: none;
  text-underline-offset: 0.18em;
  transition: color 0.18s ease, text-decoration-color 0.18s ease;
}

.vl30-inline-link:hover,
.vl30-inline-link:focus-visible {
  color: #93c5fd;
  text-decoration: underline;
}

.vl30-inline-link:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 2px color-mix(in srgb, var(--vl21-bg) 68%, transparent),
    0 0 0 4px color-mix(in srgb, #3b82f6 38%, transparent);
  border-radius: 4px;
}

@media (max-width: 720px) {
  .vl30-related-guides {
    font-size: 0.92rem;
  }
}
