/* Start custom CSS */.rank-math-html-sitemap__title {
  font-size: 1.5rem !important;
  font-family: var(--e-global-typography-primary-font-family), sans-serif !important;
  font-weight: var(--e-global-typography-accent-font-weight, 600) !important;
}

.rank-math-html-sitemap__link {
  color: #5f64bc;
  font-weight: 400;
}

.rank-math-html-sitemap__link:hover {
  color: #393c71;
  text-decoration: underline;
}/* End custom CSS */