.bento-grid-editor-wrapper {
    border: 1px solid #dcdcde;
    background: #fff;
}

.bento-editor-controls,
.bento-editor-acf-panel {
    padding: 16px;
    text-align: center;
    background: #f6f7f7;
}

.bento-editor-controls {
    border-bottom: 1px solid #dcdcde;
}

.bento-editor-controls > strong,
.bento-editor-acf-panel > strong {
    display: block;
    margin-bottom: 12px;
}

.bento-editor-acf-panel > code {
    display: inline-block;
    margin-bottom: 12px;
}

.bento-editor-acf-panel .components-notice {
    margin: 0 0 16px;
    text-align: left;
}

.bento-editor-thumbnails {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 12px;
}

.bento-editor-thumb {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border: 1px solid #dcdcde;
    border-radius: 4px;
}

.bento-editor-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bento-editor-empty {
    width: 100%;
    margin: 8px 0;
    color: #646970;
    text-align: center;
}
