.jvds-brief-entry {
  margin-top: 16px;
  text-align: center;
}

.jvds-brief-entry a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.18s ease;
}

.jvds-brief-entry a:hover,
.jvds-brief-entry a:focus-visible {
  color: #000000;
  text-decoration: none;
}

.jvds-brief-entry a:focus-visible {
  outline: 2px solid #879816;
  outline-offset: 5px;
}

@media (prefers-reduced-motion: reduce) {
  .jvds-brief-entry a { transition: none; }
}
