/* GDPR Cookie dialog */

.gdprcookie {
    position: fixed;
    color: white;
    font-size: 1em;
    line-height: 1.5em;
    right: 1.5rem;
    bottom: 1.5rem;
    max-width: 25em;
    padding: 1rem;
    background: rgba(10, 10, 10, 0.9);
    border-radius: 6px;
}

.gdprcookie h1,
.gdprcookie h2 {
    font-size: 1.2em;
    margin-bottom: 1em;
}

.gdprcookie h2 {
    font-size: 1.2em;
}

.gdprcookie a {
    color: inherit;
}

.gdprcookie p {
    color: #fff;
}


/* GDPR Cookie buttons */

.gdprcookie-buttons {
    text-align: center;
    margin-top: 0.8em;
}

.gdprcookie-buttons button {
    color: white;
    font-family: inherit;
    font-size: inherit;
    padding: 10px 12px;
    border: 0;
    border-radius: 6px;
    margin: 0 1em;
    background: #666;
    cursor: pointer;
}

.gdprcookie-buttons button:hover {
    background: #0080c0;
}

.gdprcookie-buttons button:disabled {
    color: rgba(255, 255, 255, 0.5);
}

/* GDPR Cookie types */

.gdprcookie-types ul {
    overflow: hidden;
    padding: 0;
    margin: 0 0 1em;
}

.gdprcookie-types li {
    display: block;
    list-style: none;
    float: left;
    width: 50%;
    padding: 0;
    margin: 0;
}

.gdprcookie-types input[type=checkbox] {
    margin-right: 1em;
}