/* Narrow layout */
.editor-styles-wrapper .is-style-narrow {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

/* Checkmark list variation */
.editor-styles-wrapper ul.is-style-icon-list { list-style: none; }
.editor-styles-wrapper ul.is-style-icon-list li::before {
	content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='20' width='20' viewBox='0 -960 960 960'><path d='m421-298 283-283-46-45-237 237-120-120-45 45 165 166Zm59 218q-82 0-155-31.5t-127.5-86Q143-252 111.5-325T80-480q0-83 31.5-156t86-127Q252-817 325-848.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 82-31.5 155T763-197.5q-54 54.5-127 86T480-80Z' fill='%23128754'/></svg>");
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    top: 0.25rem;
    left: -2rem;
}

/* Editor preview Rounded corners Media Text block */
.editor-styles-wrapper .wp-block-media-text img {
    border-radius: var(--img-border-radius, 0);
}

.editor-styles-wrapper .wp-block-button__link { border-radius: 8px; }
.editor-styles-wrapper.post-type-footer_banner {
    background-color: #121F36;
}

/* Editor preview shadow Image and Media Text blocks */
.editor-styles-wrapper .wp-block-image.has-shadow-small img,
.editor-styles-wrapper .wp-block-media-text.has-shadow-small .wp-block-media-text__media img {
    box-shadow: 5px 0px 15px 0 rgba(18, 31, 54, 0.05), 20px 0 30px 0 rgba(18, 31, 54, 0.1);
}
.editor-styles-wrapper .wp-block-image.has-shadow-large img,
.editor-styles-wrapper .wp-block-media-text.has-shadow-large .wp-block-media-text__media img {
    box-shadow: 48px 36px 40px 0 rgba(18,31,54,.08), 56px 0 64px -20px rgba(18,31,54,.22);
}

/* Editor-only styles for the Testimonial Slide */
.editor-styles-wrapper .testimonial-slide-edit-wrapper {
    border: 1px solid #CCC;
    padding: 2rem;
    background-color: #f9f9f9;
    margin-bottom: 1rem;
    border-radius: 8px;
    position: relative;
}
.editor-styles-wrapper .testimonial-slide-edit-wrapper .testimonial-quote-icon {
    font-family: serif;
    font-size: 3rem;
    color: #000;
    line-height: 1;
    margin-bottom: 0.5rem;
}
.editor-styles-wrapper .testimonial-slide-edit-wrapper .testimonial-text {
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 0;
    color: #000;
}
.editor-styles-wrapper .testimonial-slide-edit-wrapper .testimonial-text:empty:before {
    color: #000;
    opacity: 0.6;
}
.editor-styles-wrapper .testimonial-slide-edit-wrapper .testimonial-author-container {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.editor-styles-wrapper .testimonial-slide-edit-wrapper .testimonial-author-container .author-dash {
    color: #000;
}
.editor-styles-wrapper .testimonial-slide-edit-wrapper .testimonial-author-container .testimonial-author {
    color: #000;
}
.editor-styles-wrapper .testimonial-slide-edit-wrapper.is-selected {
	border: 1px solid #333;
	background-color: #f2f9fe;
}
