.rm-consent-video {
    width: 100%;
    min-height: 352px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 0;
    padding: 2rem;
    background: #faf7f8;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 24px;
    text-align: center;
}

.rm-consent-video__notice {
    max-width: 420px;
}

.rm-consent-video__provider {
    display: block;
    margin-bottom: .75rem;
    font-size: .85rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #777;
}

.rm-consent-video__notice strong {
    display: block;
    margin-bottom: .75rem;
    font-size: 1.25rem;
}

.rm-consent-video__notice > span:not(.rm-consent-video__provider) {
    display: block;
    line-height: 1.6;
    color: #666;
}

.rm-consent-video__button {
    margin-top: 1.25rem;
    padding: .75rem 1.25rem;
    border: 0;
    border-radius: 999px;
    background: #222;
    color: #fff;
    cursor: pointer;
    font-size: .95rem;
    font-weight: 600;
}

.rm-consent-video__button:hover {
    opacity: .85;
}