/**
 * Vislun Video System — diferenças visuais do modelo Vislun Play.
 *
 * Contém somente diferenças reais em relação à base Vislun.
 * Regras migradas de public.css.
 */

.vislun-video-vislun_play .vislun-video-cover-play {
    background: #ffffff;
    border-radius: 7px;

    box-shadow: none !important;
}

.vislun-video-vislun_play .vislun-video-cover-play span {
    border-left-color: #eebe0d;
}

.vislun-video-vislun_play .vislun-video-cover:hover .vislun-video-cover-play {
    background: #ffffff;

    box-shadow: none !important;
}

.vislun-video-vislun_play .vislun-video-cover-shade {
    background: rgba(0, 0, 0, 0.16);
}

.vislun-video-vislun_play .vislun-video-cover:hover .vislun-video-cover-shade {
    background: rgba(0, 0, 0, 0.16);
}
