.anyclip-media-iframe {
    width: 90vw;
    height: 75vh;
}

#anyclip-media-mce-img {
    width: 98%;
    border: 1px solid #b5b5b5;
    padding: 5px;
}

.video-playlist-title-wrapper {
    display: flex;
    margin-top: 9px;
}

.title {
    margin-left: 16px;
}

span[data-mce-p-class="anyclip-media"] {
    width: 100%;
    height: 400px;
}

iframe.anyclip-media {
    width: 100%;
    height: 100%;   
}

.recommended-modal {
    font-family: Roboto, Helvetica, Arial;
}

.recommended-wrapper {
    display: flex;
}

.recommended-description {
    color: #f33;
    font-size: 14px;
}

.recommended-buttons-wrapper {
    display: flex;
    justify-content: flex-end;
}

.recommended-insert-button {
    background: rgb(0, 82, 204);
    height: 32px;
    color: white;
    margin: 0 4px;
    font-family: Arial;
    cursor: pointer;
    border: 0;
    font-size: 14px;
    padding: 0 15px;
}

.recommended-cancel-button {
    background: none;
    height: 32px;
    color: rgb(80, 95, 121);
    margin: 0 4px;
    font-family: Arial;
    cursor: pointer;
    border: 0;
    font-size: 14px;
    padding: 0 15px;
}

.components-placeholder.components-placeholder {
    align-items: center;
}
