.more-resources-link {
  text-align: right;
  margin-bottom: 0.5rem;
}

.more-resources-link a {
  font-size: 0.85rem;         /* slightly smaller than nav */
  color: #888;                /* same as .top-nav a inactive */
  text-decoration: none;
  transition: color 0.3s, text-shadow 0.3s;
}

.more-resources-link a:hover,
.more-resources-link a.active {
  color: #00bfff;             /* same hover/active color as .top-nav a */
  text-shadow: 0 0 6px #00bfff;
}