/* Fix: default page template (page.php) leaves .thm-unit-test with no
   background, so page content renders directly over the fixed hero photo
   behind it and becomes unreadable. Give it a solid readable card. */
.sidebar-page-container .thm-unit-test {
    background: #ffffff;
    color: #333333;
    padding: 40px;
    border-radius: 4px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .15);
}
.sidebar-page-container .thm-unit-test h1,
.sidebar-page-container .thm-unit-test h2,
.sidebar-page-container .thm-unit-test h3 {
    color: #212121;
}

/* CF7 privacy link in the acceptance checkbox sits on the dark contact
   form background; make it white so it's actually visible. */
.wpcf7-form-control-wrap.acceptance-424 a {
    color: #ffffff;
    text-decoration: underline;
}
.wpcf7-form-control-wrap.acceptance-424 a:hover {
    color: #dddddd;
}
