﻿#cookie-consent-banner {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 99%;
    background-color: #f0f0f0; /* Choose a color that contrasts with your site */
    text-align: center;
    z-index: 1000; /* Ensures it is on top of other elements */
    font-weight: bold;
    font-size: 14px;
    border: 2px solid black;
    margin: 10px;
}

#cookie-consent-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

#cookie-consent-content button {
    font-weight: bold;
}

#cookie-consent-content td {
    padding-right: 10px;
}

#cookie-consent-content a {
    color: black;
}
#cookie-preferences {
    text-align: left;
    font-weight: normal;
}
