
    #intropost iframe {
        height: 100px!important;
        min-height: 100px!important;
    }

    .titleditor {
        display: block;
        margin: 50px 0 -15px;
    }

    .titleditor h3 {
        font-size: 20px;
        margin: 0 0 10px;
    }

    #wpadminbar {
        display: block!important;
    }

    .customize-support .navigation {
        top: 32px;

        .menu > li > .sub-menu {
            @media screen and (min-width: 1200px) {
                top: calc(var(--nav-height) + 32px);
            }
        }
    }