/**
 * Note that these styles are loaded *before* editor styles, so that
 * editor-specific styles using the same selectors will take precedence.
 */

.editor-styles-wrapper {
	white-space: pre-wrap;
}
.editor-styles-wrapper .wp-block-qundo-text-imgleft h2, .editor-styles-wrapper .wp-block-qundo-text-imgleft h3 {
	font-size: 1rem;
}
.editor-styles-wrapper .wp-block-qundo-text-imgleft button .imgdesc {
	font-size: 1.2rem;
}

.editor-styles-wrapper .file {
	left: 50%;
    /* top: 50%; */
    position: relative;
    transform: translate(-50%);
}

.editor-styles-wrapper .wp-block-qundo-text-imgleft .file img {
	display: block; 
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.editor-styles-wrapper .wp-block-qundo-text-imgleft .file button {
	display: block;
	height: auto;
	max-height: 100%;
	padding: 0;
	top: 50%;
    position: relative;
    transform: translateY(-50%);
}



.editor-styles-wrapper .wp-block-qundo-text-imgleft button.image-button {
	height: 100% !important;
}

.editor-styles-wrapper .wp-block-qundo-text-imgleft h1.edit-title, p.edit-text {
	margin: 0 !important;
	padding: 0;
}

.editor-styles-wrapper .row, .innerblocks .block-editor-block-list__layout {
	display: flex;
	flex-direction: row;
	flex-flow: wrap;
	padding: 15px;
	width: 100%;
	/*border: 1px dotted grey;*/
}

.editor-styles-wrapper .text-imgleft-single .row {
	border: 1px dotted grey;
}

.editor-styles-wrapper .innerblocks .block-editor-block-list__layout {
	border: none;
	padding: 7.5px;
}

.editor-styles-wrapper .col-12 {
	width: 100%;
	padding: 7.5px;
	display: flex;
	margin: 0;
}

.editor-styles-wrapper .col-6 {
	width: 50%;
	padding: 7.5px;
	display: flex;
	margin: 0;
}

.editor-styles-wrapper .col-text {
	font-size: 16px;
	display: block;
	text-align: left;
}

.editor-styles-wrapper .box {
	padding: 7.5px !important;
}

/* Styleguide */

.editor-styles-wrapper  h1, h2, h3, h4, h5 {
    font-weight: bold;
    margin-bottom: 10px;
	margin-top: 0;
}

.editor-styles-wrapper h1, .display-1 {

    font-size: 3rem !important;
    font-weight: 700;
}
.editor-styles-wrapper h2, .display-2 {

    font-size: 2.4rem !important;
    font-weight: 700;
}
.editor-styles-wrapper h3, .display-3 {

    font-size: 1.75rem !important;
    font-weight: 700;
}
.editor-styles-wrapper h4, .display-4 {

    font-size: 1.5rem !important;
    font-weight: 700;
}
.editor-styles-wrapper h5, .display-5 {

    font-size: 1.25rem !important;
    font-weight: 700;
}
.editor-styles-wrapper h6, .display-6 {

    font-size: 1rem !important; 
    font-weight: 700;
}