/* Admin editor styles for Curve Container block */
.wp-block-acf-curve-container {
    border: 2px dashed #0073aa;
    /* padding: 20px; */
    min-height: 150px;
    /* background-color: #f0f8ff; */
    /* position: relative; */
    /* transition: background-color 0.3s ease; */
}

/* .wp-block-acf-curve-container:hover {
    background-color: #d0e7ff;
    cursor: pointer;
} */

/* .curve-container-placeholder {
    border: 2px dashed #999;
    padding: 30px;
    text-align: center;
    color: #666;
    font-style: italic;
    background-color: #fafafa;
    min-height: 100px;
    user-select: none;
    cursor: pointer;
} */