<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * 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-quote-simple h2, .editor-styles-wrapper .wp-block-qundo-quote-simple h3 {
	font-size: 1rem;
}
.editor-styles-wrapper .wp-block-qundo-quote-simple button .imgdesc {
	font-size: 1.2rem;
}

.editor-styles-wrapper .quote-simple {
	border:  gray solid 1px;
}

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

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

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

.editor-styles-wrapper .wp-block-qundo-quote-simple .author {
	font-style: italic;
	position: relative;
	padding-left: 20px;
}

.editor-styles-wrapper .wp-block-qundo-quote-simple .author:after {
	content: "";
	left: 0;
	top: 13px;
	background-color: gray;
	height: 2px;
	width: 15px;

	z-index: 5;
	position: absolute;
}

.editor-styles-wrapper .wp-block-qundo-quote-simple .file {
	width: 100%;
}

.editor-styles-wrapper .wp-block-qundo-quote-simple .file img {
	display: block; 
	width: 100%;
	height: 200px;
	object-fit: cover;
}

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

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


.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;
}

.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;
}</pre></body></html>