/* Minify_CSS_UriRewriter::$debugText

*/

/* bordered-blocks.css */

/* 1   */ .borderedblocks-header {
/* 2   */     margin-left: 15px;
/* 3   */     padding-left: 15px;
/* 4   */     border-left: solid 1px #000000;
/* 5   */     height: 36px;
/* 6   */     display: flex;
/* 7   */     align-items: center;
/* 8   */ }
/* 9   */
/* 10  */ .borderedblocks-toggle label {
/* 11  */     margin-left: 10px;
/* 12  */     position: relative;
/* 13  */     top: -1px;
/* 14  */ }
/* 15  */
/* 16  */ .editor-styles-wrapper .wp-block {
/* 17  */     transition: all 0.3s;
/* 18  */ }
/* 19  */
/* 20  */ .editor-styles-wrapper:not(.borderedblocks) .borderedblocks-label {
/* 21  */     display: none !important;
/* 22  */ }
/* 23  */
/* 24  */ .editor-styles-wrapper .wp-block {
/* 25  */     margin-top: 0 !important;
/* 26  */ }
/* 27  */
/* 28  */ .editor-styles-wrapper .wp-block[data-empty="true"] {
/* 29  */     padding-top: 10px !important;
/* 30  */ }
/* 31  */
/* 32  */ .editor-styles-wrapper *[data-title]:hover {
/* 33  */     border-color: #00000 !important;
/* 34  */ }
/* 35  */
/* 36  */ .editor-styles-wrapper.borderedblocks .components-placeholder.components-placeholder {
/* 37  */     max-width: 100% !important;
/* 38  */     overflow: hidden;
/* 39  */ }
/* 40  */
/* 41  */ .editor-styles-wrapper.borderedblocks .components-placeholder.components-placeholder:hover {
/* 42  */     overflow: initial;
/* 43  */ }
/* 44  */
/* 45  */ .editor-styles-wrapper .wp-block.block-list-appender {
/* 46  */     border: 0;
/* 47  */     padding: 0;
/* 48  */ }
/* 49  */
/* 50  */ .editor-styles-wrapper .block-editor-inserter {

/* bordered-blocks.css */

/* 51  */     z-index: 25;
/* 52  */ }
/* 53  */
/* 54  */ .editor-styles-wrapper .wp-block::before,
/* 55  */ .editor-styles-wrapper .wp-block *[data-title]::before  {
/* 56  */     transition: all 0.2s;
/* 57  */     position: absolute;
/* 58  */     left: 0;
/* 59  */     top: 0;
/* 60  */     width: 100%;
/* 61  */     text-transform: uppercase;
/* 62  */     text-align: left;
/* 63  */     text-indent: 5px;
/* 64  */     padding: 0;
/* 65  */     border-top: 0;
/* 66  */     border-bottom: dotted 1px #c0c0c0;
/* 67  */     font-weight: normal;
/* 68  */     z-index: 25;
/* 69  */     font-family: "Source Sans Pro","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
/* 70  */     letter-spacing: initial;
/* 71  */     max-width: 100%;
/* 72  */     transform: none;
/* 73  */     border-radius: 0;
/* 74  */ }
/* 75  */
/* 76  */ .editor-styles-wrapper.borderedblocks .wp-block img,
/* 77  */ .editor-styles-wrapper.borderedblocks .wp-block video {
/* 78  */     opacity: 0.75;
/* 79  */ }
/* 80  */
/* 81  */ .editor-styles-wrapper .wp-block[data-empty="true"]:before {
/* 82  */     display: none;
/* 83  */ }
/* 84  */
/* 85  */ .editor-styles-wrapper .contains-blocks[data-title] *[data-title]{
/* 86  */     margin-top: 0;
/* 87  */ }
/* 88  */
/* 89  */ /* ------------------------------------------------------------------ */
/* 90  */ /* These are some exceptional cases that we need to hard-code for now */
/* 91  */ /* ------------------------------------------------------------------ */
/* 92  */
/* 93  */ .editor-styles-wrapper.borderedblocks h1 {position: relative;}
/* 94  */ .editor-styles-wrapper.borderedblocks h1:before {content:"H1 Title";}
/* 95  */
/* 96  */
/* 97  */
/* 98  */
/* 99  */
/* 100 */
