/* Iframe */
[class^=ws-iframe-placeholder] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #232324;
    background: linear-gradient(138deg, rgba(35, 35, 36, 1) 5%, rgba(127, 127, 133, 1) 51%, rgba(230, 230, 230, 1) 100%);
    border-radius: 8px;
    border: 1px solid #bbbbbb;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

[class^=ws-iframe-placeholder]:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    filter: brightness(1.05);
}

[class^=ws-iframe-placeholder] > a, [class^=ws-iframe-placeholder] > p {
    line-height: initial;
    padding-inline: 11%;
}

[class^=ws-iframe-placeholder] .ws-play-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 10px auto;
    opacity: 0.9;
    display: block;
}

[class^=ws-iframe-placeholder] .ws-iframe-text {
    color: white;
    font-weight: 500;
    margin: 0 0 10px 0;
}

[class^=ws-iframe-placeholder] .ws-iframe-button {
    color: white;
    background: rgba(255, 255, 255, 0.2);
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-inline: 11%;
}
