.legals-links{
    margin-top: 1lh;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: center;
    list-style: none;
    li{
        display: inline;
    }
}

.legal-link{
    color: #000;
    font-size: 1em;
    text-decoration: underline;
}

.button-like-link{
    background: none;
    border: none;
    padding: 0;
    color: #000;
    text-decoration: underline;
    font-size: 1em;
}

#cc-main {
//--cc-bg: white;
//--cc-btn-secondary-bg: #171412;
//--cc-cookie-category-block-bg: #171412;
--cc-font-family:  'Source Sans Pro', Helvetica, Arial, Lucida, sans-serif;
--cc-modal-border-radius:  0;
--cc-btn-border-radius:  0;
--cc-modal-transition-duration: .25s;
--cc-modal-margin: 1rem;
--cc-z-index: 2147483647;

/** Change button primary color to black **/
--cc-btn-primary-bg: #25b792;
// --cc-btn-primary-border-color: #000000;
// --cc-btn-primary-hover-bg: #444444;
// --cc-btn-primary-hover-border-color: #444444;

/** Also make toggles the same color as the button **/
--cc-toggle-on-bg: var(--cc-btn-primary-bg);

 }

