#s-ttl {
    font-size: 1.2em !important;
}

#cc_div .p p {
    line-height: 1.2rem;
    padding: 10px 0px;
}

.ytEmbed {
    width: fit-content;
    display: block;
    position: relative;
}

.ytEmbedOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;   
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    transition: all 200ms ease;
    backdrop-filter: blur(3px);
}

.ytEmbedOverlay div {
    padding: 30px;
}

.ytEmbedOverlay a {
    color: #f9b961;
}

.ytEmbedOverlay:hover {
    backdrop-filter: blur(0px);
    background-color: rgba(0, 0, 0, 0.5);
}

:root {
    --cc-text: #555555 !important;
    --cc-btn-primary-bg: #fab962 !important;
    --cc-btn-primary-hover-bg: #f0a137 !important;
}