main a:not([class*="btn"]):not(.brxe-button):not(.wp-block-button__link),
.brxe-post-content a:not([class*="btn"]):not(.brxe-button),
article a:not([class*="btn"]):not(.brxe-button) {
color: #8aa934;
text-decoration: underline;
text-underline-offset: 0.2em;
transition: color 0.2s ease;
}
main a:not([class*="btn"]):not(.brxe-button):not(.wp-block-button__link):hover,
.brxe-post-content a:not([class*="btn"]):not(.brxe-button):hover,
article a:not([class*="btn"]):not(.brxe-button):hover {
color: #6b6b6b;
} header a,
footer a,
.brxe-nav-menu a,
.brxe-nav-nested a {
color: inherit;
}