.video-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin: 0 2px;
    padding: 1px 5px 1px 3px;
    background: #f8f8f8;
    color: #c62828 !important;
    font-size: .9em;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none !important;
    border-radius: 4px;
    vertical-align: baseline;
    transition: .2s;
}

.video-link:hover {
    background: #c62828;
    color: #fff !important;
}

.video-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 10px;
    background: #f00;
    border-radius: 3px;
    flex-shrink: 0;
}

.video-icon svg {
    width: 7px;
    height: 7px;
    fill: #ffffff !important;
    display: block;
}

@media (max-width: 768px) {
    .video-link {
        font-size: .88em;
        padding: 1px 4px 1px 3px;
        gap: 3px;
    }

    .video-icon {
        width: 14px;
        height: 9px;
    }

    .video-icon svg {
        width: 6px;
        height: 6px;
    }
}
