/* Blue links only in blog and page content — excluding buttons */
.blog-content a:not(.button):not(.btn):not(.wp-block-button__link),
.page-content a:not(.button):not(.btn):not(.wp-block-button__link),
.entry-content a:not(.button):not(.btn):not(.wp-block-button__link) {
  color: #0000EE;
  text-decoration: underline;
}

/* Hover &amp; visited states stay blue */
.blog-content a:not(.button):not(.btn):not(.wp-block-button__link):hover,
.page-content a:not(.button):not(.btn):not(.wp-block-button__link):hover,
.entry-content a:not(.button):not(.btn):not(.wp-block-button__link):hover,
.blog-content a:not(.button):not(.btn):not(.wp-block-button__link):visited,
.page-content a:not(.button):not(.btn):not(.wp-block-button__link):visited,
.entry-content a:not(.button):not(.btn):not(.wp-block-button__link):visited {
  color: #0000EE;
}
