.list2play-block-editor {
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.list2play-block-preview {
    min-height: 100px;
}

.list2play-block-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 15px 0;
    color: #1e1e1e;
}

.list2play-block-placeholder {
    padding: 20px;
    background: #f5f5f5;
    border: 2px dashed #ccc;
    border-radius: 4px;
    text-align: center;
    color: #666;
}

.list2play-block-placeholder p {
    margin: 0;
}

.list2play-block-placeholder p:first-child {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

