
#cc_overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.7);
    display: none;
    z-index: 999;
}

#cc_videoModal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 800px;
    background: #000;
    display: none;
    z-index: 1000;
}

.cc_video-wrapper {
    position: relative;
    padding-top: 56.25%; /* 16:9 */
}

.cc_video-wrapper iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

#cc_closeVideo {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

.chat-button-mobile {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.chat-button-mobile a {
    display: block;
    width: 72px;
    height: 72px;
}

.chat-button-mobile img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    display: block;
}

@media (min-width: 769px) {
    .chat-button-mobile {
        display: none;
    }
}
