/* GDPR Cookie dialog */

/* GDPR Cookie dialog */

.gdprcookie {
    box-sizing: border-box;
    position: fixed;
    color: #292929;
    font-size: .875rem;
    line-height: 1.5em;
    max-width: 100%;
    padding: 1rem;
    background: #fff;
    z-index: 9999;
    left: 0%;
    top: auto;
    transform: none;
    width: 100%;
    box-shadow: 0 0 1rem #271722;
    border-radius: 0;
    bottom: 0;
    right: 0;
}

.gdprcookie-intro {
    margin: 2rem auto;
    max-width: 40rem;
    text-align: justify;
}

.gdprcookie-intro a {
    text-decoration: underline;
}

.gdprcookie-types {
    margin: 2rem auto;
    max-width: 40rem;
}

.gdprcookie h1,
.gdprcookie h2 {
    font-size: 1.2em;
    margin-bottom: .5rem;
}

.gdprcookie h2 {
    font-size: 1.2em;
}

.gdprcookie a {
    color: inherit;
}


/* GDPR Cookie buttons */

.gdprcookie-buttons {
    text-align: center;
    margin: 2rem auto;
    max-width: 40rem;
    display: flex;
    gap: 1rem;
}

.gdprcookie-buttons button {
    background-color: #271722;
    border-color: #271722;
    color: #fff;
    cursor: pointer;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
    min-width: 0%;
    flex-grow: 1;
    padding: 12px 10px;
}

.gdprcookie-buttons button.secondary {
    background-color: #fff;
    color: #301612;
    border: 2px solid #271722;
}

.gdprcookie-buttons button:disabled {
    cursor: no-drop;
    opacity: .5;
}


/* GDPR Cookie types */

.gdprcookie-types ul {
    overflow: hidden;
    padding: 0;
    margin: 0 0 1rem;
}

.gdprcookie-types li {
    display: block;
    list-style: none;
    float: left;
    width: 50%;
    padding: 0;
    margin: 0;
}

.gdprcookie-types input[type=checkbox] {
    margin-right: .25rem;
}