.editor-styles-wrapper .wp-block .dynamic-inner-item{
    display: grid;
    grid-auto-flow: column;
    grid-column: auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    gap: 15px;
    align-items: center;
    margin-bottom: 10px;
}
.editor-styles-wrapper .wp-block .dynamic-item{
    padding: 15px;
    border: solid 2px #ececec;
    border-radius: 8px;
    margin-bottom: 14px;
}
.editor-styles-wrapper .wp-block:not(.wp-block-post-title){
    padding: 15px;
    border: solid 2px #ececec;
    border-radius: 8px;
    margin-bottom: 14px;
}
.editor-styles-wrapper .block-title{
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    gap: 10px;
    border-bottom: solid 2px #e3e3e3;
    margin-bottom: 20px;
    padding: 10px 0px 20px 0px;
}
.editor-styles-wrapper .block-title h2{
    margin: unset;
}

.editor-styles-wrapper .dynamic-array-input {
    padding: 10px;
    background-color: #f8f8f8;
    border-radius: 5px;
}

.editor-styles-wrapper .array-input-header {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 14px;
}

.editor-styles-wrapper .dynamic-item {
    position: relative;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
}

.editor-styles-wrapper .item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}

.editor-styles-wrapper .item-title {
    font-weight: bold;
    font-size: 13px;
}

.editor-styles-wrapper .item-controls {
    display: flex;
    gap: 5px;
}

.editor-styles-wrapper .dynamic-item-content {
    margin-top: 8px;
}

.editor-styles-wrapper .dynamic-inner-item {
    margin: 8px 0;
    padding: 5px;
}

.editor-styles-wrapper .inner-item-label {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 500;
}

.editor-styles-wrapper .array-add-button {
    margin-top: 10px;
}
