<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">p &gt; a,
.show-more-button,
.c-accordion__content a
{
    color: var(--mdc-theme-primary) !important;
    text-decoration: none !important;
}

p &gt; a:hover,
.show-more-button:hover,
.c-accordion__content a:hover
{
    color: var(--mdc-theme-primary) !important;
    text-decoration: none !important;
}

.about-block .mdc-button:hover
{
    text-decoration: none !important;
}

</pre></body></html>