/* Site accent — lighter academic blue (main content only) */

.page__content a,
.page__content a:visited,
.page__content a:active,
.archive a,
.archive a:visited,
.archive a:active,
.toc a,
.toc a:visited,
.toc a:active,
.paper-box .paper-box-text a:visited,
.paper-box .paper-box-text a:active {
  color: #1460b3;
}

.page__content a:hover,
.archive a:hover,
.toc a:hover,
.paper-box .paper-box-text a:hover {
  color: #0f508f;
}

/* Sidebar profile links: keep theme default (inherit text color) */
.author__urls a,
.author__urls a:hover,
.author__urls a:visited,
.author__urls a:active,
.sidebar .author__urls a,
.sidebar .author__urls a:hover,
.sidebar .author__urls a:visited,
.sidebar .author__urls a:active {
  color: inherit;
}

.masthead__menu-item a:hover,
.masthead__menu-item--lg a:hover {
  color: #1460b3;
}

.btn--info {
  background-color: #1460b3;
}

.btn--info:hover {
  background-color: #0f508f;
}

.notice--info {
  border-color: #1460b3;
  background-color: #f4f8fc;
}

.notice--info .notice__title {
  color: #1460b3;
}
