.cookie-consent
{
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.8);
    /* Match the look of the search / course-content modal (VanillaModal dark). The modal's
       rgba(0,0,0,0.5) reads dark because it sits on a full-screen dimmed+blurred backdrop; the
       cookie box has no backdrop (it floats over bright page content), so it needs a higher
       opacity to look equally dark. Border kept identical to the modal. */
    background-color: rgba(0, 0, 0, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

div.cookie-consent > h2
{
    color: #ffffff;
}

.cookie-consent a
{
    color: #ffffff;
}

.cookie-consent a:hover
{
    color: #ffffff;
}

.cookie-consent button
{
    background-color: #1b1b1b;
    color: white;
    border: 1px solid #3F3F3F;
}

.cookie-consent button:hover
{
    background-color: #000000;
}