/* YouTube Cookie Wall */

.embed-container .yt-consent-wall {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    overflow-y: auto;
    padding: 20px 30px;
}

.yt-consent-wall {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    box-sizing: border-box;
    background-color: #F1F3F5;
    border: 1px solid #DDE0E4;
    padding: 20px 24px;
    width: var(--yt-w, 100%);
    height: var(--yt-h, auto);
    max-width: 100%;
    overflow: hidden;
}

.yt-consent-wall__title {
    font: 700 16px 'Raleway', sans-serif;
    color: #343435;
    margin-bottom: 10px;
}

.yt-consent-wall__msg {
    font: 400 13px 'Open Sans', sans-serif;
    color: #343435;
    line-height: 1.5;
    margin-bottom: 14px;
}

.yt-consent-wall__btn {
    display: inline-block;
    background-color: #C40C0C;
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 5px;
    font: 700 13px 'Raleway', sans-serif;
    text-transform: uppercase;
    padding: 6px 16px;
    cursor: pointer;
    margin-bottom: 14px;
}

.yt-consent-wall__btn:hover,
.yt-consent-wall__btn:focus-visible {
    background-color: #343435;
    outline: 2px solid #343435;
    outline-offset: 2px;
}

.yt-consent-wall__links {
    border-top: 1px solid #DDE0E4;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 3px;
    font: 400 12px 'Open Sans', sans-serif;
    color: #6D6F79;
}

.yt-consent-wall__links a {
    font-weight: 700;
    color: #343435;
    text-decoration: underline;
}

.yt-consent-wall__links a:hover {
    color: #C40C0C;
    text-decoration: underline;
}
