@import "./utilities.css";
@import "./plugin-kadence.css";
/* @import "./core-blocks.css"; */
/* @import "./theme.css"; */

/* Block Editor */
.editor-visual-editor__post-title-wrapper,
.edit-post-visual-editor__post-title-wrapper {
    padding: 1rem;

    >h1 {
        background-color: white;
        white-space: pre-wrap;
        min-width: 1px;
        font-size: 2rem;
        color: black;
        border-radius: 5px;
        padding: 10px;
        position: relative;
        border: 1px solid rgb(221, 221, 221);
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
        letter-spacing: normal;


        &::before {
            content: "Title: ";
            font-size: 11px;
            font-weight: 500;
            line-height: 1.4;
            text-transform: uppercase;
            display: block;
            margin-bottom: calc(8px);
            padding: 0px;
            color: rgb(73, 73, 73);
            position: absolute;
            bottom: 44px;
            left: 8px;
        }
    }
}