.simple-youtube-video-wrapper {
    width: 100%;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    box-sizing: border-box;
}

.simple-youtube-video-wrapper * {
    box-sizing: border-box;
}

.simple-youtube-video-title {
    margin-top: 0;
    margin-bottom: 0.75em;
    line-height: 1.3;
}

.simple-youtube-video-player {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #000;
    border-radius: 8px;
}

.simple-youtube-video-player iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.syve-editor-card {
    padding: 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
}

.syve-editor-card p {
    margin-top: 8px;
}

.syve-editor-card .components-base-control {
    max-width: 640px;
}

.syve-editor-heading-preview {
    margin-top: 0;
    margin-bottom: 0.75em;
}
