#cookie-box {
    position: fixed;
    z-index: 1100;
    width: 100vw;
    margin-top: 0px;
    background: rgba(255, 255, 255, 0.95);
}

#cookie-box > div {
    max-width: 700px;
}

#cookie-box p, #cookie-box > div > div a {
    color: black;
}

.cookie__list {
    position: absolute;
    left: -999em;
    height: auto;
    transition: height .3s ease-out;
}

.cookie__list:target {
    position: static;
    height: auto;
}

.cookie {
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.95);

}

.cookie input[type='checkbox'] {
    margin-right: 10px;
    -webkit-appearance: checkbox;
}

.cookie li {
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 1.5em;
    list-style: none;
}

.cookie li p {
    margin-left: 0;
}

.cookie__content {
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 10px;
}

.cookie__button {
    padding-bottom: 20px;
    padding-top: 20px;
}

.cookiebox__brand {
    width: 85px;
    margin-bottom: 1rem;
}

#ot-sdk-btn.ot-sdk-show-settings.disclaimer__link {
    border: none;
    margin-right: 10px;
    color: #68778d;
    font-family: Fira Sans;
    font-size:14px;
    padding:0px;
    letter-spacing: 0;
}

#ot-sdk-btn.ot-sdk-show-settings.disclaimer__link:hover {
    background-color: transparent;
    color: #68778d;
}

button.disclaimer__link { 
    appearance: none;
    border: 0;
    background: transparent;
    padding: 0 !important;
    margin-right: 10px;
    color: #68778d;
    font-family: Fira Sans;
    font-size: 14px;
    letter-spacing: 0;
}

.youtube-cookie-message {
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    border-radius: 12px;
}

.youtube-cookie-message h2 {
    color: #9ade19;
}

.youtube-cookie-message button{
    border: 0px;
}

.youtube-embed-wrapper {
    position: relative;
    max-width: 640px;
    max-height: 360px;
}