.borderedblocks-header {
margin-left: 15px;
padding-left: 15px;
border-left: solid 1px #000000;
height: 36px;
display: flex;
align-items: center;
}
.borderedblocks-toggle label {
margin-left: 10px;
position: relative;
top: -1px;
}
.editor-styles-wrapper .wp-block {
transition: all 0.3s;
}
body:not(.borderedblocks) .borderedblocks-label {
display: none !important;
}
.editor-styles-wrapper .wp-block {
margin-top: 0 !important;
}
.editor-styles-wrapper .wp-block[data-empty="true"] {
padding-top: 10px !important;
}
.editor-styles-wrapper *[data-title]:hover {
border-color: #00000 !important;
}
.borderedblocks .components-placeholder.components-placeholder {
max-width: 100% !important;
overflow: hidden;
}
.borderedblocks .components-placeholder.components-placeholder:hover {
overflow: initial;
}
.editor-styles-wrapper .wp-block.block-list-appender {
border: 0;
padding: 0;
}
.editor-styles-wrapper .block-editor-inserter {
z-index: 25;
}
.editor-styles-wrapper .wp-block::before,
.editor-styles-wrapper .wp-block *[data-title]::before  {
transition: all 0.2s;
position: absolute;
left: 0;
top: 0;
width: 100%;    
text-transform: uppercase;
text-align: left;
text-indent: 5px;
padding: 0;
border-top: 0;
border-bottom: dotted 1px #c0c0c0;
font-weight: normal;
z-index: 25;
font-family: "Source Sans Pro","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
letter-spacing: initial;
max-width: 100%;
transform: none;
border-radius: 0;
}
.editor-styles-wrapper .wp-block img,
.editor-styles-wrapper .wp-block video {
opacity: 0.75;
}
.editor-styles-wrapper .wp-block[data-empty="true"]:before {
display: none;
}
.editor-styles-wrapper .contains-blocks[data-title] *[data-title]{
margin-top: 0
}   .editor-styles-wrapper h1 {position: relative;}
.editor-styles-wrapper h1:before {content:"H1 Title";}