.ytvideo-wrapper {
    margin-top: 1rem;
}

.ytvideo-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 6px 9px;
    width: 100%;
    border-radius: 6px;
    background: #960707;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: background .2s ease;
}

.ytvideo-button:hover {
    background: #e01e1e;
    color: #fff;
    text-decoration: none;
}

.ytvideo-icon {
    display: inline-flex;
    line-height: 0;
}

.ytvideo-icon svg {
    fill: #fff;
}