/* The article return control must not inherit the primary menu background. */
.seo-article .article-navigation {
  display: flex;
  justify-content: flex-start;
  margin-top: 18px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.seo-article .article-navigation a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 0;
  padding: 11px 18px;
  border: 1px solid #3674c1;
  border-radius: 6px;
  background: linear-gradient(135deg, #eaf4ff, #dcecff);
  color: #07377e;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 2px 5px #123b7020;
  transition: background .18s, color .18s, transform .18s, box-shadow .18s;
}

.seo-article .article-navigation a:hover,
.seo-article .article-navigation a:focus-visible {
  background: linear-gradient(135deg, #0b63c8, #07377e);
  color: #ffdf3b;
  transform: translateY(-1px);
  box-shadow: 0 5px 12px #123b7030;
}
