.vision-entry {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  margin: 18px auto 0;
  padding: 8px 12px;
  color: #b9c2c8;
  border-bottom: 1px solid rgba(185, 145, 76, 0.38);
  font-size: 13px;
  text-decoration: none;
  transition: color 0.18s ease, border-color 0.18s ease;
}

.vision-entry:hover {
  color: #f6f2e8;
  border-color: #b9914c;
}

.vision-entry:focus-visible {
  outline: 3px solid rgba(185, 145, 76, 0.38);
  outline-offset: 3px;
}

.vision-entry strong {
  color: #b9914c;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.vision-entry::after {
  content: "→";
  color: #b9914c;
}
