/**
 * Vislun Video System — apresentação das sequências editoriais.
 *
 * Publicidade, vinhetas, abertura, encerramento e botões de pular.
 * Regras movidas de public.css; não são cópias.
 */

.vislun-video-intro-layer {
    position: absolute;
    inset: 0;
    z-index: 28;
    display: none;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.45s ease;
}

.vislun-video-intro-layer.is-active {
    display: block;
    opacity: 1;
    pointer-events: auto;
}

.vislun-video-intro-video {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background: #000000;
    object-fit: cover;
}

.vislun-video-intro-skip {
    position: absolute;
    right: 0;
    bottom: 22px;
    z-index: 29;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 30px;
    padding: 5px 18px;

    border: 0;
    border-radius: 0;

    background: rgba(0, 0, 0, 0.78);
    color: #ffffff;

    font-size: 13px;
    line-height: 1;
    font-weight: 600;

    cursor: pointer;
}

.vislun-video-intro-skip:hover {
    background: rgba(0, 0, 0, 0.92);
}

.vislun-video-program-opening-layer {
    position: absolute;
    inset: 0;
    z-index: 28;
    display: none;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.45s ease;
}

.vislun-video-program-opening-layer.is-active {
    display: block;
    opacity: 1;
    pointer-events: auto;
}

.vislun-video-program-opening-video {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background: #000000;
    object-fit: cover;
}

.vislun-video-program-opening-skip {
    position: absolute;
    right: 0;
    bottom: 22px;
    z-index: 29;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 30px;
    padding: 5px 18px;

    border: 0;
    border-radius: 0;

    background: rgba(0, 0, 0, 0.78);
    color: #ffffff;

    font-size: 13px;
    line-height: 1;
    font-weight: 600;

    cursor: pointer;
}

.vislun-video-program-opening-skip:hover {
    background: rgba(0, 0, 0, 0.92);
}

.vislun-video-program-ending-layer {
    position: absolute;
    inset: 0;
    z-index: 28;
    display: none;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.45s ease;
}

.vislun-video-program-ending-layer.is-active {
    display: block;
    opacity: 1;
    pointer-events: auto;
}

.vislun-video-program-ending-video {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background: #000000;
    object-fit: cover;
}

.vislun-video-program-ending-skip {
    position: absolute;
    right: 0;
    bottom: 22px;
    z-index: 29;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 30px;
    padding: 5px 18px;

    border: 0;
    border-radius: 0;

    background: rgba(0, 0, 0, 0.78);
    color: #ffffff;

    font-size: 13px;
    line-height: 1;
    font-weight: 600;

    cursor: pointer;
}

.vislun-video-program-ending-skip:hover {
    background: rgba(0, 0, 0, 0.92);
}

.vislun-video-pre-ad-skip,
.vislun-video-intro-skip,
.vislun-video-program-opening-skip,
.vislun-video-program-ending-skip,
.vislun-video-outro-skip,
.vislun-video-post-ad-skip {
    text-transform: none !important;
    letter-spacing: 0 !important;
}

@media (max-width: 768px) {
    .vislun-video-pre-ad-skip,
    .vislun-video-intro-skip,
    .vislun-video-program-opening-skip,
    .vislun-video-program-ending-skip,
    .vislun-video-outro-skip,
    .vislun-video-post-ad-skip {
        right: 0;
        bottom: 18px;
        min-height: 30px;
        padding: 5px 14px;
        font-size: 12px;
        font-weight: 600;
        text-transform: none !important;
        letter-spacing: 0 !important;
    }
}

.vislun-video-outro-layer {
    position: absolute;
    inset: 0;
    z-index: 28;
    display: none;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.45s ease;
}

.vislun-video-outro-layer.is-active {
    display: block;
    opacity: 1;
    pointer-events: auto;
}

.vislun-video-outro-video {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background: #000000;
    object-fit: cover;
}

.vislun-video-outro-skip {
    position: absolute;
    right: 0;
    bottom: 22px;
    z-index: 29;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 30px;
    padding: 5px 18px;

    border: 0;
    border-radius: 0;

    background: rgba(0, 0, 0, 0.78);
    color: #ffffff;

    font-size: 13px;
    line-height: 1;
    font-weight: 600;

    text-transform: none !important;
    letter-spacing: 0 !important;

    cursor: pointer;
}

.vislun-video-outro-skip:hover {
    background: rgba(0, 0, 0, 0.92);
}

.vislun-video-pre-ad-layer {
    position: absolute;
    inset: 0;
    z-index: 28;
    display: none;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.45s ease;
}

.vislun-video-pre-ad-layer.is-active {
    display: block;
    opacity: 1;
    pointer-events: auto;
}

.vislun-video-pre-ad-video {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background: #000000;
    object-fit: cover;
}

.vislun-video-pre-ad-skip {
    position: absolute;
    right: 0;
    bottom: 22px;
    z-index: 29;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 30px;
    padding: 5px 18px;

    border: 0;
    border-radius: 0;

    background: rgba(0, 0, 0, 0.78);
    color: #ffffff;

    font-size: 13px;
    line-height: 1;
    font-weight: 600;

    text-transform: none !important;
    letter-spacing: 0 !important;

    cursor: pointer;
}

.vislun-video-pre-ad-skip:hover {
    background: rgba(0, 0, 0, 0.92);
}

.vislun-video-post-ad-layer {
    position: absolute;
    inset: 0;
    z-index: 28;
    display: none;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.45s ease;
}

.vislun-video-post-ad-layer.is-active {
    display: block;
    opacity: 1;
    pointer-events: auto;
}

.vislun-video-post-ad-video {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background: #000000;
    object-fit: cover;
}

.vislun-video-post-ad-skip {
    position: absolute;
    right: 0;
    bottom: 22px;
    z-index: 29;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 30px;
    padding: 5px 18px;

    border: 0;
    border-radius: 0;

    background: rgba(0, 0, 0, 0.78);
    color: #ffffff;

    font-size: 13px;
    line-height: 1;
    font-weight: 600;

    text-transform: none !important;
    letter-spacing: 0 !important;

    cursor: pointer;
}

.vislun-video-post-ad-skip:hover {
    background: rgba(0, 0, 0, 0.92);
}
