
.yt-cookie {
    margin: 2rem 0;
    padding: 13rem 2rem 2rem 2rem;
    background-color: #ededed; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 30vh;
    background-image: url(../../assets/filigrane/yt-cookie.svg);
    background-size: auto 8rem;
    background-repeat: no-repeat;
    background-position: 2rem 4rem;
}

.yt-cookie p {
    padding-top: 1rem;
    border-top: 1px solid var(--medium_gray);
    font-size: 14px;
    line-height: 1.5em;
}

.yt-cookie span {
    color: var(--main_blue);
    text-decoration: underline;
}
.yt-cookie span:hover {
    cursor: pointer;
    color: var(--main_blue_hover);
}


@media(min-width: 1024px) {
    .yt-cookie { 
        padding: 13rem 5rem 3rem 5rem; 
        background-position: 5rem 4rem;
    }

    .yt-cookie p {
        font-size: 18px;
        line-height: 2em;
    }
}
