#notice-success {
    display: none;
    position: fixed;
    top: 10%;
    left: 50%;
    border-radius: 5px;
    font-size: 16px;
    background-color: #FFFFFF;
    z-index: 200000;
}

#notice-success .notice-success__text {
    background-color: rgba(41, 160, 41, 0.3);
    color: #255625;
    padding: 10px 30px;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 5px;
    z-index: 200000;
}

.block-editor-default-block-appender .block-editor-inserter {
    left: calc(50% - 12px);
    top: calc(50% - 12px);
}

.block-editor-inner-blocks {
    height: auto;
    min-height: 200px;
}

.post-type-page .block-editor-block-list__layout {
    background-color: rgb(31, 34, 50);
}