.publisher-note-content {
  font-family: var(--font-serif);
  font-size: 1.3125rem;
  line-height: 1.3;
  color: var(--cc-blue-300);
}
@media (min-width: 1024px) {
  .publisher-note-content { font-size: 2rem; }
}
.publisher-note-content a {
  font-weight: 700;
  font-style: italic;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease-in-out;
}
.publisher-note-content a:hover {
  color: var(--cc-orange-200);
}
