.cp-youtube-block{
    margin: 28px 0;
}

.cp-youtube-frame{
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000314;
    border: 1px solid var(--accent-cyan);
    overflow: hidden;
}

.cp-youtube-frame iframe{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.cp-youtube-editor{
    display: grid;
    gap: 6px;
}

.cp-youtube-editor-label{
    color: var(--brand-yellow);
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 2px;
    text-transform: uppercase;
}

.cp-youtube-editor-input{
    background: #2b2b2f;
    border: 1px solid var(--brand-yellow);
    box-shadow: none;
    color: #fff;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.35;
    min-height: 30px;
    outline: none;
    padding: 4px 7px;
    resize: vertical;
    width: min(100%, 560px);
}

.cp-youtube-editor-url{
    height: 32px;
    min-height: 0;
    resize: none;
}

.cp-youtube-editor-input:focus{
    background: #2b2b2f;
    border-color: var(--brand-yellow);
    box-shadow: inset 0 0 0 1px var(--brand-yellow);
    color: #fff;
}

.cp-youtube-editor-input::placeholder{
    color: #bdbdbd;
}
