.msm-vimeo-player.is-cookie-blocked iframe {
    visibility: hidden;
}

.msm-vimeo-consent {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: clamp(14px, 3vw, 28px);
    color: #222;
    text-align: center;
    background: #f7f7f5;
}

.msm-vimeo-consent[hidden] {
    display: none !important;
}

.msm-vimeo-consent strong {
    margin-bottom: 7px;
    font-size: clamp(16px, 2vw, 20px);
}

.msm-vimeo-consent p {
    max-width: 620px;
    margin: 0 0 14px;
    font-size: clamp(13px, 1.5vw, 15px);
    line-height: 1.45;
}

.msm-vimeo-cookie-button {
    padding: 10px 18px;
    color: #fff;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
    background: #111;
    border: 0;
    border-radius: 5px;
}

.msm-vimeo-cookie-button:hover,
.msm-vimeo-cookie-button:focus {
    color: #fff;
    background: #333;
}

.msm-vimeo-legacy-player {
    position: relative !important;
    overflow: hidden;
    background: #f7f7f5;
}

.msm-vimeo-legacy-player.is-cookie-blocked iframe {
    visibility: hidden;
}

.msm-vimeo-legacy-player .msm-vimeo-consent {
    position: absolute;
    inset: 0;
    min-height: 100%;
    box-sizing: border-box;
}
