﻿#cookies-card {
    position: fixed;
    bottom: 2em;
    right: 4em;
    left: 4em;
    width: auto;
    /*width: 350px;*/
    background-color: #242424;
    padding: 1.5em;
    z-index: 2;
}

#cookies-card * {
    color: #fff;
}

#cookies-card .title {
    font-size: 1.6em;
    letter-spacing: 0.4px;
    margin-bottom: 0.5em;
}

#cookies-card a {
    text-decoration: none;
    border-bottom: 1px solid;
    transition: color 0.4s;
}

#cookies-card a.settings {
    color: #bbb;
    margin-left: 1em;
    border-bottom: none;
}

#cookies-card a:hover {
    color: #3c9e66;
    cursor: pointer;
}

#cookies-card button{
    margin: 0 4px;
}

.info {
    line-height: 1.4em;
    letter-spacing: 0.4px;
    margin-bottom: 2em;
}

.cta {
    border: none;
    outline: none;
    padding: 0.8em 1.5em;
    background-color: black;
    font-size: 1.1em;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.4s;
}

.cta:hover {
    background-color: #3c9e66;
}



.modal-body ul {
    border-bottom: solid #242424;
    padding: 20px;
    list-style: none;
}

.modal-body ul li {
    margin: 5px;
}
