body[class*="template_exhibition-php"] .section{
    background:  var(--dark-purple) !important; /*color: white !important;*/
}

body[class*="template_exhibition-php"] .section figcaption,
body[class*="template_exhibition-php"] .section .cardheader :is(h2),
body[class*="template_exhibition-php"] .section .bodytext > :is(h1,h2,h3,h4,p,li,dt, cite):not(.cta),
body[class*="template_exhibition-php"] .section .bodytext :not(.highlight_banner) :is(h1,h2,h3,h4,p,li,dt, cite):not(.cta),
body[class*="template_exhibition-php"] .section .bodytext > :is(h1,h2,h3,h4,p,li,dt, cite):not(.cta)>a{
    color: white !important ;
}

body[class*="template_exhibition-php"] .transcript.hover {
    background-color: white;
}
body[class*="template_exhibition-php"] .section .bodytext .transcript div :is(h1,h2,h3,h4,p,li,dt, cite) {
color: var(--black) !important;
}

body[class*="template_exhibition-php"] .section .herocard a:is(:hover,:focus-visible) p.cat { border-color: currentColor ; }



