/* GDPR Cookie dialog */

.gdprcookie {
    position: fixed;
    color: white;
    font-size: .8em;
    line-height: 1.5em;
    right: 1.5rem;
    bottom: 1.5rem;
    max-width: 35em;
    padding: 1rem;
    background: black;
    z-index: 500;
}
.gdprcookie h1,
.gdprcookie h2 {
    font-size: 1.7em;
    margin-bottom: .9rem;
    color: #ee4b5a;
}
.gdprcookie h2 {
    font-size: 1.2em;
}
.gdprcookie a {
    color: inherit;
}

.gdprcookie p {
    line-height: 1.5rem;
    margin-bottom: 1rem;
    font-size: 1rem;
}



/* GDPR Cookie buttons */

.gdprcookie-buttons {
    text-align: center;
}
.gdprcookie-buttons button {
    color: white;
    font-family: inherit;
    font-size: 1.2em;
    padding: 0.6rem;
    border: solid 0.09rem currentColor;
    border-radius: 0.15rem;
    margin: 0 0.8rem;
    background: none;
    cursor: pointer;
}
.gdprcookie-buttons button:disabled {
    color: rgba(255,255,255,.5);
}


/* GDPR Cookie types */

.gdprcookie-types ul {
    overflow: hidden;
    padding: 0;
    margin: 0 0 1rem;
}
.gdprcookie-types li {
    display: flex;
    list-style: none;
    float: left;
    width: 50%;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}
.gdprcookie-types li label {
    color: white;
    font-size: 1rem;
    margin-bottom: 0px;
}
.gdprcookie-types input[type=checkbox] {
    margin-right: .5rem;
}