/* COLORS

FEKETE

    #222222 - rgba(34,34,34,1)

    #353535 - rgba(53,53,53,1)

LILA
    
    #4c4084 - rgba(76,64,132,1)
    
    #7171d3 - rgba(113,113,211,1)
    
    #ddddf2 - rgba(221,221,242,1)

PINK

    #ed1e79 - rgba(237,30,121,1)

 */

div.notice-box {
	border: 1px LightSkyBlue solid;
	border-left-width: 5px;
	padding: 10px 15px;
	margin: 30px;
}

div.notice-box.notice-success {
	border-color: MediumSpringGreen ;
}

div.notice-box.notice-danger{
	border-color: LightCoral ;
}

div.notice-box h4 {
   font-size: 18px;
	margin:0 0 10px 0;
}
div.notice-box p {
	font-size: 16px;
	line-height: 24px;
	margin:0;
}

/***** separator *****/

	/**** clear ****/

		.wp-block-separator.is-style-separator-dbg-clear {clear:both!important;}
		.wp-block-separator.is-style-separator-dbg-clear:not(.block-editor-block-list__block) {max-width:unset!important;margin-top:0!important;margin-bottom:0!important;border-bottom:0!important;}

	/**** clear styled ****/

		.wp-block-separator.is-style-separator-dbg-clear-styled {clear:both!important;}
		.wp-block-separator.is-style-separator-dbg-clear-styled:not(.block-editor-block-list__block) {max-width:unset!important;border-bottom:0!important;}

/***** highlights & markers *****/
			        	
	.td_text_highlight_marker {margin-left:3px;padding-right:3px;padding-left:5px;padding-right:5px;}

/***** format *****/

	/**** alahuzott ****/
	
		/*** 1 ***/

			span.dbg-text-highlight-alahuzott,
			span.dbg-text-highlight-alahuzott[data-rich-text-format-boundary="true"] {
			    -webkit-box-shadow: inset 0px -1px 0px 0px #4c4084;
			    -moz-box-shadow: inset 0px -1px 0px 0px #4c4084;
			    box-shadow: inset 0px -1px 0px 0px #4c4084;
			}

			span.dbg-text-highlight-alahuzott-2,
			span.dbg-text-highlight-alahuzott-2[data-rich-text-format-boundary="true"] {
			    -webkit-box-shadow: inset 0px -1px 0px 0px #ed1e79;
			    -moz-box-shadow: inset 0px -1px 0px 0px #ed1e79;
			    box-shadow: inset 0px -1px 0px 0px #ed1e79;
			}

	/**** highlight ****/
	
		/*** 1 ***/

			span.dbg-text-highlight-1,
			span.dbg-text-highlight-1[data-rich-text-format-boundary="true"] {
			    background-color: #4c4084!important;
			    -webkit-box-shadow: inset 0px -1px 0px 0px #4c4084;
			    -moz-box-shadow: inset 0px -1px 0px 0px #4c4084;
			    box-shadow: inset 0px -1px 0px 0px #4c4084;
			    padding: 2px 5px;
			    color:#ffffff;
			}
	
		/*** 2 ***/

			span.dbg-text-highlight-2,
			span.dbg-text-highlight-2[data-rich-text-format-boundary="true"] {
			    background-color: #7171d3!important;
			    -webkit-box-shadow: inset 0px -1px 0px 0px #7171d3;
			    -moz-box-shadow: inset 0px -1px 0px 0px #7171d3;
			    box-shadow: inset 0px -1px 0px 0px #7171d3;
			    padding: 2px 5px;
			    color:#ffffff;
			}
	
		/*** 3 ***/

			span.dbg-text-highlight-3,
			span.dbg-text-highlight-3[data-rich-text-format-boundary="true"] {
			    background-color: #ddddf2!important;
			    -webkit-box-shadow: inset 0px -1px 0px 0px #ddddf2;
			    -moz-box-shadow: inset 0px -1px 0px 0px #ddddf2;
			    box-shadow: inset 0px -1px 0px 0px #ddddf2;
			    padding: 2px 5px;
			    color:#222222;
			}
	
		/*** 4 ***/

			span.dbg-text-highlight-4,
			span.dbg-text-highlight-4[data-rich-text-format-boundary="true"] {
			    background-color: #ed1e79!important;
			    -webkit-box-shadow: inset 0px -1px 0px 0px #ed1e79;
			    -moz-box-shadow: inset 0px -1px 0px 0px #ed1e79;
			    box-shadow: inset 0px -1px 0px 0px #ed1e79;
			    padding: 2px 5px;
			    color:#ffffff;
			}

/***** kiemelt *****/

	/**** aláhúzott ****/

		.is-style-dbg-paragraph-alahuzott {text-decoration:underline;}

	/**** kiemelt ****/
		
		h2.dbg-g-heading,
		p.dbg-g-paragraph {margin-top:20px!important;margin-bottom:20px!important;}
		
		h2.dbg-g-heading > span,
		p.dbg-g-paragraph > span {position:relative;display:inline;padding:5px 0 5px 15px;line-height:1.5;text-transform: uppercase;
            -webkit-box-decoration-break: clone;
            -moz-box-decoration-break: clone;
            -ms-box-decoration-break: clone;
            -o-box-decoration-break: clone;
            box-decoration-break: clone;
		}
		h2.dbg-g-heading > span:before,
		p.dbg-g-paragraph > span:before {content: "";z-index:1;position:absolute;top:0;bottom:0;left:0;width:3px;background-color:#171717;}
	
		/* default */
			
			h2.dbg-g-heading > span,
			p.dbg-g-paragraph > span {
				background:#eaeaea;
	            -webkit-box-shadow: 0 0 0 #eaeaea, 10px 0 0 #eaeaea;
	            box-shadow: 0 0 0 #eaeaea, 10px 0 0 #eaeaea;
			}
		
		/* 2 */
			
			h2.dbg-g-heading.is-style-kiemelt-cimsor-2 > span,
			p.dbg-g-paragraph.is-style-kiemelt-bekezdes-2 > span {
				color:#fff;
				background:#171717;
	            -webkit-box-shadow: 0 0 0 #171717, 10px 0 0 #171717;
	            box-shadow: 0 0 0 #171717, 10px 0 0 #171717;
			}
			h2.dbg-g-heading.is-style-kiemelt-cimsor-2 > span:before,
			p.dbg-g-paragraph.is-style-kiemelt-bekezdes-2 > span:before {background-color:#db4a37;}
		
		/* 3 */
			
			h2.dbg-g-heading.is-style-kiemelt-cimsor-3 > span,
			p.dbg-g-paragraph.is-style-kiemelt-bekezdes-3 > span {
				color:#fff;
				background:#db4a37;
	            -webkit-box-shadow: 0 0 0 #db4a37, 10px 0 0 #db4a37;
	            box-shadow: 0 0 0 #db4a37, 10px 0 0 #db4a37;
			}
		
		/* 4 */
			
			h2.dbg-g-heading.is-style-kiemelt-cimsor-3 > span,
			p.dbg-g-paragraph.is-style-kiemelt-bekezdes-3 > span {
				color:#fff;
				background:#db4a37;
	            -webkit-box-shadow: 0 0 0 #db4a37, 10px 0 0 #db4a37;
	            box-shadow: 0 0 0 #db4a37, 10px 0 0 #db4a37;
			}
		
		/*** heading ***/
		
			h2.dbg-g-heading,
			h2.dbg-g-heading > span {font-size: 27px;line-height: 1.5;font-weight:700;letter-spacing:0.7px;}
			
			/** small **/			
			
				h2.dbg-g-heading.has-small-font-size,
				h2.dbg-g-heading.has-small-font-size > span,
				.has-small-font-size h2.dbg-g-heading,
				.has-small-font-size h2.dbg-g-heading > span {font-size: 20px!important;line-height: 1.5;}
			
			/** regular **/			
			
				h2.dbg-g-heading.has-regular-font-size,
				h2.dbg-g-heading.has-regular-font-size > span,
				.has-regular-font-size h2.dbg-g-heading,
				.has-regular-font-size h2.dbg-g-heading > span {font-size: 27px!important;line-height: 1.5;}
			
			/** large **/			
			
				h2.dbg-g-heading.has-large-font-size,
				h2.dbg-g-heading.has-large-font-size > span,
				.has-large-font-size h2.dbg-g-heading,
				.has-large-font-size h2.dbg-g-heading > span {font-size: 34px!important;line-height: 1.5;}
			
			/** larger **/
			
				h2.dbg-g-heading.has-larger-font-size,
				h2.dbg-g-heading.has-larger-font-size > span,
				.has-larger-font-size h2.dbg-g-heading,
				.has-larger-font-size h2.dbg-g-heading > span {font-size: 40px!important;line-height: 1.5;}
		
		/*** paragraph ***/
		
			p.dbg-g-paragraph,
			p.dbg-g-paragraph > span {font-size: 17px;line-height: 1.5;font-weight:700;letter-spacing:0.7px;}
			
			/** small **/			
			
				p.dbg-g-paragraph.has-small-font-size,
				p.dbg-g-paragraph.has-small-font-size > span,
				.has-small-font-size p.dbg-g-paragraph,
				.has-small-font-size p.dbg-g-paragraph > span {font-size: 14px!important;line-height: 1.5;}
			
			/** regular **/			
			
				p.dbg-g-paragraph.has-regular-font-size,
				p.dbg-g-paragraph.has-regular-font-size > span,
				.has-regular-font-size p.dbg-g-paragraph,
				.has-regular-font-size p.dbg-g-paragraph > span {font-size: 17px!important;line-height: 1.5;}
			
			/** large **/			
			
				p.dbg-g-paragraph.has-large-font-size,
				p.dbg-g-paragraph.has-large-font-size > span,
				.has-large-font-size p.dbg-g-paragraph,
				.has-large-font-size p.dbg-g-paragraph > span {font-size: 24px!important;line-height: 1.5;}
			
			/** larger **/
			
				p.dbg-g-paragraph.has-larger-font-size,
				p.dbg-g-paragraph.has-larger-font-size > span,
				.has-larger-font-size p.dbg-g-paragraph,
				.has-larger-font-size p.dbg-g-paragraph > span {font-size: 30px!important;line-height: 1.5;}
				
/***** image - kép *****/

	/**** caption ****/

	    .wp-block-image figcaption {position: relative;margin-bottom: 26px!important;padding-bottom:5px;color:#979797;}
	    .wp-block-image figcaption:before {content: '';position:absolute;top:100%;left:0;width:100%;height:1px;background-color:#fef6e9;}
	    .wp-block-image figcaption:after {content: '';position:absolute;top:100%;left:0;right:auto;width:150px;height:1px;margin:0;background-color:#111111;}
	
	/**** wiki ****/
	
		.wp-block-image.is-style-wiki .alignleft,
		.wp-block-image.is-style-wiki .alignright,
		.wp-block-image.alignleft.is-style-wiki,
		.wp-block-image.alignright.is-style-wiki,
		.wp-block[data-align="left"] .wp-block-image.is-style-wiki .components-resizable-box__container,
		.wp-block[data-align="left"] .wp-block-image.is-style-wiki .components-resizable-box__container {width:350px!important;}
	
	/**** wiki melletti ****/

	    @media (min-width: 1019px) {
	
			.wp-block-image.is-style-wiki-melletti:not(.block-editor-block-list__block) {float:left;width:calc(100% - 385px);}
			.wp-block-image.is-style-wiki-melletti:not(.block-editor-block-list__block) .alignleft {float:none;width:100%;margin-right:0!important;}
			.wp-block-image.is-style-wiki-melletti:not(.block-editor-block-list__block) .alignright {float:none;width:100%;margin-left:0!important;}
			
	    }

	/**** keretes melletti ****/

	    @media (min-width: 1280px) {
		
			div.wp-block-image.is-style-keretes-melletti figure.alignleft,
			div.wp-block-image.is-style-keretes-melletti figure.alignright {width:calc(100% - 380px);}
			div.wp-block-image.is-style-keretes-melletti figure.alignleft {margin-right:0!important;}
			div.wp-block-image.is-style-keretes-melletti figure.alignright {margin-left:0!important;}
		
			div.wp-block[data-align="left"] figure.wp-block-image.is-style-keretes-melletti,
			div.wp-block[data-align="right"] figure.wp-block-image.is-style-keretes-melletti {width:calc(100% - 380px);}
			div.wp-block[data-align="left"] figure.wp-block-image.is-style-keretes-melletti {margin-right:0!important;}
			div.wp-block[data-align="right"] figure.wp-block-image.is-style-keretes-melletti {margin-left:0!important;}
			
	    }
	    
	    @media (min-width: 1141px) and (max-width: 1280px) {
	    	
			div.wp-block-image.is-style-keretes-melletti figure.alignleft,
			div.wp-block-image.is-style-keretes-melletti figure.alignright {width:calc(100% - 380px);}
		
			div.wp-block[data-align="left"] figure.wp-block-image.is-style-keretes-melletti,
			div.wp-block[data-align="right"] figure.wp-block-image.is-style-keretes-melletti {width:calc(100% - 380px);}
			
	    }
				
/***** quote - idézet *****/

	/**** wp-block-quote ****/
	
		.wp-block-quote {border-color:#171717;border-style:solid;border-width:2px 0 1px;}
		.tagdiv-type .dbg_post_content blockquote.wp-block-quote {margin:0 0 26px;padding-top:26px;}
		.tagdiv-type .dbg_post_content blockquote.wp-block-quote p {font-size:26px;}

	/**** pullquote ****/

		.editor-styles-wrapper .wp-block[data-type="core/quote"] {z-index:30!important;}
		.tagdiv-type .wp-block-pullquote blockquote,
		.tagdiv-type .wp-block-pullquote.alignleft blockquote,
		.tagdiv-type .wp-block-pullquote.alignright blockquote {margin-top:0!important;margin-bottom:0!important;}
	
		.block-editor-block-list__block.wp-block-pullquote blockquote,
		.block-editor-block-list__block.td_pull_quote blockquote {padding: 15px 50px;}
		
		.tagdiv-type .wp-block-pullquote blockquote p:not(:last-of-type):after,
		.tagdiv-type .td_pull_quote p:not(:last-of-type):after {display:none!important;}
	
		.block-editor-block-list__block.wp-block-pullquote blockquote p:first-child:before,
		.block-editor-block-list__block.td_pull_quote p:first-child:before {
		    position: absolute;
		    left: 15px!important;
		    display: block;
		    content: '';
		    width: 15px;
		    height: 15px;
		    box-sizing: border-box;
		    -webkit-box-sizing: border-box;
		    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAALBAMAAABSacpvAAAALVBMVEUAAAC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLRK0HxpAAAADnRSTlMAd+67mWZR3SKqMxGIzB8/1rAAAABlSURBVAjXFcexDQEBAAXQd+KCRm4CDZURFGICMYFadTHBxQQmEDHCzWAI9XGJ8s/ANS95FBvccKwYr5kuUQ/5omm5dpQ9Fu+H2efEPX07Sg62f+bJ2T6pJkmnTi5FslM2L56r9geMACBhjTsodgAAAABJRU5ErkJggg==) no-repeat;
		}
		
		.block-editor-block-list__block.wp-block-pullquote blockquote p:after,
		.block-editor-block-list__block.td_pull_quote p:after {
		    position: absolute;
		    bottom: 10px;
		    right: 15px!important;
		    display: block;
		    content: '';
		    width: 15px;
		    height: 15px;
		    box-sizing: border-box;
		    -webkit-box-sizing: border-box;
		    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAALBAMAAABSacpvAAAALVBMVEUAAAC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLRK0HxpAAAADnRSTlMA3ZnuqndmIhG7VYhEMzOiL2oAAABkSURBVAjXY+D1E2PgULZuYGB89+4A07t3AQzn3r1T4Hv3ToCh7t27CUDRBwxAYQe2d+8MGBiuAuWr5BwYGBjeFTAwzEtgYOB6xMDA8RAowGnOwMD6CsjIA4oWKwBFXYGcLQ0MAFHHH+tW1OhlAAAAAElFTkSuQmCC) no-repeat;
		}
		
		.tagdiv-type figure.wp-block-pullquote blockquote p:first-child:before,
		.tagdiv-type .td_pull_quote p:first-child:before {left:15px!important;}
		
		.tagdiv-type figure.wp-block-pullquote blockquote p:after,
		.tagdiv-type .td_pull_quote p:after {right:15px!important;}
    
	    /*** cite ***/
	    
	    	.tagdiv-type .wp-block-pullquote.is-style-solid-color cite,
	    	.editor-styles-wrapper .wp-block[data-type="core/pullquote"].is-style-solid-color .wp-block-pullquote__citation {color:inherit;}
		
			.tagdiv-type figure.wp-block-pullquote blockquote cite,
			.tagdiv-type .td_pull_quote cite,
			.editor-styles-wrapper .wp-block[data-type="core/pullquote"].wp-block-pullquote .wp-block-pullquote__citation {margin-top:5px!important;text-align:center;}
			
			.tagdiv-type figure.wp-block-pullquote blockquote cite:before,
			.tagdiv-type .td_pull_quote cite:before {content:'---- ';}
			.block-editor-rich-text__editable.wp-block-pullquote__citation:before {content:'---- ';}
			.tagdiv-type figure.wp-block-pullquote blockquote cite:after,
			.tagdiv-type .td_pull_quote cite:after {content:' ----';}
			.block-editor-rich-text__editable.wp-block-pullquote__citation:after {content:' ----';}
	    
			.tagdiv-type figure.wp-block-pullquote blockquote cite,
			.tagdiv-type .td_pull_quote cite,
			.block-editor-rich-text__editable.wp-block-pullquote__citation {font-size:12px;}
	    
	    /*** width ***/
	    
	    	figure.wp-block-pullquote.wp-block-pullquote.alignleft,
	    	figure.wp-block-pullquote.wp-block-pullquote.alignright {min-width:calc(100% - 406px);}
	    
    		/** left **/
    		
    			.tagdiv-type figure.wp-block-pullquote.alignleft {margin-right:26px!important;margin-bottom:21px!important;}
    		
    		/** right **/
    		
    			.tagdiv-type figure.wp-block-pullquote.alignright {margin-left:26px!important;margin-bottom:21px!important;}
    		
		    /** editor **/
				
				.wp-block[data-align=left] > figure.wp-block-pullquote.block-editor-block-list__block,
				.wp-block[data-align=right] > figure.wp-block-pullquote.block-editor-block-list__block {min-width:380px;}
				
				.wp-block[data-align=left] > figure.wp-block-pullquote.block-editor-block-list__block {margin-right:26px!important;}
				.wp-block[data-align=right] > figure.wp-block-pullquote.block-editor-block-list__block {margin-left:26px!important;}
	
		/*** align ***/
		
			figure.is-style-quote-dbg-1,
			figure.is-style-quote-dbg-1.has-text-align-center {text-align:center!important;}
			figure.is-style-quote-dbg-1,
			figure.is-style-quote-dbg-1.has-text-align-center cite:before {content:'---- ';}
			figure.is-style-quote-dbg-1,
			figure.is-style-quote-dbg-1.has-text-align-center cite:after {content:' ----';}
		
			figure.is-style-quote-dbg-1.has-text-align-left {text-align:left!important;}
			figure.is-style-quote-dbg-1.has-text-align-left cite {margin-left:15px;}
			figure.is-style-quote-dbg-1.has-text-align-left cite:before {content:'---- ';}
			figure.is-style-quote-dbg-1.has-text-align-left cite:after {display:none;}
		
			figure.is-style-quote-dbg-1.has-text-align-right {text-align:right!important;}
			figure.is-style-quote-dbg-1.has-text-align-right cite {margin-right:15px;}
			figure.is-style-quote-dbg-1.has-text-align-right cite:before {display:none;}
			figure.is-style-quote-dbg-1.has-text-align-right cite:after {content:' ----';}
		
		/*** padding ***/
		
			.tagdiv-type .wp-block-pullquote.alignleft blockquote,
			.tagdiv-type .wp-block-pullquote.alignright blockquote {padding:20px!important;}
		
		/*** size ***/
			
			.block-editor-block-list__block.wp-block-pullquote blockquote,
			.block-editor-block-list__block.wp-block blockquote,
			.block-editor-block-list__block.wp-block .wp-block-freeform blockquote {color: inherit;}
			
			.tagdiv-type figure.wp-block-pullquote blockquote p,
			.tagdiv-type figure.td_pull_quote p,
			.block-editor-block-list__block.wp-block-pullquote blockquote p,
			.wp-block[data-align=left]>.wp-block-pullquote p,
			.wp-block[data-align=right]>.wp-block-pullquote p,
			.block-editor-block-list__block.wp-block blockquote p,
			.block-editor-block-list__block.wp-block .wp-block-freeform blockquote p {color:inherit;font-size:16px!important;line-height:1.4;text-transform:none;font-style: normal;font-weight:400;}
		
		/*** margin & padding ***/
		
			.tagdiv-type figure.wp-block-pullquote blockquote p,
			.tagdiv-type figure.td_pull_quote p,
			.block-editor-block-list__block.wp-block-pullquote blockquote p,
			.wp-block[data-align=left]>.wp-block-pullquote p,
			.wp-block[data-align=right]>.wp-block-pullquote p,
			.block-editor-block-list__block.wp-block blockquote p,
			.block-editor-block-list__block.wp-block .wp-block-freeform blockquote p {margin-bottom:10px;}
		
			.tagdiv-type figure.wp-block-pullquote blockquote p:last-of-type,
			.tagdiv-type figure.td_pull_quote p:last-of-type,
			.block-editor-block-list__block.wp-block-pullquote blockquote p:last-of-type,
			.wp-block[data-align=left]>.wp-block-pullquote p:last-of-type,
			.wp-block[data-align=right]>.wp-block-pullquote p:last-of-type,
			.block-editor-block-list__block.wp-block blockquote p:last-of-type,
			.block-editor-block-list__block.wp-block .wp-block-freeform blockquote p:last-of-type {margin-bottom:0;}
		
		/*** default ***/
		
			figure.wp-block-pullquote,
			figure.wp-block-pullquote.is-style-default {color:#111111;}
		
		/*** dbg: 1 ***/

			figure.is-style-quote-dbg-1,
			figure.is-style-quote-dbg-1-uppercase {background-color:#d7cec1!important;color:#111111!important;}
			figure.is-style-quote-dbg-1-uppercase p {text-transform:uppercase!important;}
		
		/*** dbg: 2 ***/

			figure.is-style-quote-dbg-2,
			figure.is-style-quote-dbg-2-uppercase {background-color:#111111!important;color:#ffffff!important;}
			figure.is-style-quote-dbg-2-uppercase p {text-transform:uppercase!important;}
			figure.is-style-quote-dbg-2 cite,
			figure.is-style-quote-dbg-2-uppercase cite {color:#ffffff!important;}
			.is-style-quote-dbg-2 .block-editor-rich-text__editable.wp-block-pullquote__citation,
			.is-style-quote-dbg-2-uppercase .block-editor-rich-text__editable.wp-block-pullquote__citation {color:#ffffff!important;}
			
/***** Keretes *****/

	.dbg_keretes_blokk {margin-bottom:26px;padding:20px;background:#f8f8f8;border-color:#171717;border-style:solid;border-width:1px;}
	.dbg_keretes_blokk .dbg_keretes_blokk__image_wrap,
	.dbg_keretes_blokk .dbg_keretes_blokk__body .dbg_keretes_blokk__title,
	.dbg_keretes_blokk .dbg_keretes_blokk__body .dbg_keretes_blokk__sub_title {margin-top:0;margin-bottom:10px;line-height:1.2;}
	.dbg_keretes_blokk .dbg_keretes_blokk__body .dbg_keretes_blokk__title {background:#f8f8f8;}
	.dbg_keretes_blokk .dbg_keretes_blokk__body .dbg_keretes_blokk__sub_title {color:#979797;font-size:17px;line-height:1.2;font-weight:500;}
	.dbg_keretes_blokk .dbg_keretes_blokk__body .dbg_keretes_blokk__content p {margin-bottom:10px;font-size:15px;}
	.dbg_keretes_blokk .dbg_keretes_blokk__body p:last-child,
	.dbg_keretes_blokk .dbg_keretes_blokk__body .dbg_keretes_blokk__content p:last-child {margin-bottom:0!important;}
	.dbg_keretes_blokk .dbg_keretes_blokk__body .dbg_keretes_blokk__custom_htm {line-height:1;}
	
	.dbg_keretes_blokk .dbg_keretes_blokk__image_wrap figcaption,
	.dbg_keretes_blokk .dbg_keretes_blokk__image_wrap:last-child,
	.dbg_keretes_blokk .dbg_keretes_blokk__image_wrap:last-child .wp-block-image {margin-bottom:0!important;}
	
	.dbg_keretes_blokk .dbg_keretes_blokk__button {margin-top:15px;}
	
	/**** align ****/
	
		/*** left ***/
		
			.dbg_keretes_blokk.alignleft,
			div[data-align=left][data-title="Keretes blokk"] .mb-block-preview {float:left;width: 350px;margin-right:30px!important;margin-bottom:26px!important;}
	
		/*** right ***/
		
			.dbg_keretes_blokk.alignright,
			div[data-align=right][data-title="Keretes blokk"] .mb-block-preview {float:right;width: 350px;margin-left:30px!important;margin-bottom:26px!important;}
	
	/**** editor ****/
	
		div[data-align=left][data-title="Keretes blokk"],
		div[data-align=right][data-title="Keretes blokk"] {z-index: 21;}

    @media (max-width: 1280px) {
    	/*** left ***/	
			.dbg_keretes_blokk.alignleft,
			div[data-align=left][data-title="Keretes blokk"] .mb-block-preview {float:none;width:100%;max-width:unset;margin-right:0!important;}
		/*** right ***/
			.dbg_keretes_blokk.alignright,
			div[data-align=right][data-title="Keretes blokk"] .mb-block-preview {float:none;width:100%;max-width:unset;margin-left:0!important;}
    }

/***** Embed *****/

	/**** style 1 ****/

		.dbg-g-embed-style-1 {margin-bottom:26px;padding:20px;background:#f8f8f8;border-color:#171717;border-style:solid;border-width:1px;text-align:center;}