/* Editor Block CSS */
blockquote.wp-block-quote,
q.wp-block-quote {
    margin: 1.82em 0;
    font-size: 1.125em;
    color: var(--sg-body-color);
    font-weight: 500;
    line-height: 1.25;
    padding: 1.36em 0;
    font-family: var(--sg-primary-font);
    position: relative;
}

.wp-block-quote.has-text-align-right {
    border-right: none;
}

blockquote.wp-block-quote:not([class*="has-text-align-"]),
q.wp-block-quote:not([class*="has-text-align-"]) {
    text-align: center;
}

blockquote.wp-block-quote::before,
q.wp-block-quote::before,
blockquote.wp-block-quote::after,
q.wp-block-quote::after {
    content: "";
    background: var(--sg-background-color);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 376px;
    height: 1px;
}

blockquote.wp-block-quote::after,
q.wp-block-quote::after,
.block-editor-block-list__layout .block-editor-block-list__block:after {
    top: auto;
    bottom: 0;
}

blockquote.wp-block-quote p,
q.wp-block-quote p {
    margin-top: 0;
    margin-bottom: 0.5em;
}

blockquote.wp-block-quote p:last-child,
q.wp-block-quote p:last-child {
    margin-bottom: 0;
}

blockquote.wp-block-quote p:last-child::before,
q.wp-block-quote p:last-child::before {
    content: "";
    display: block;
    background-image: url('data:image/svg+xml; utf-8, <svg width="33" height="22" viewBox="0 0 33 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.031 8C10.897 8 14.031 11.134 14.031 15C14.031 18.866 10.897 22 7.031 22C3.165 22 0.031 18.866 0.031 15L0 14C0 6.268 6.268 0 14 0V4C11.329 4 8.818 5.04 6.929 6.929C6.565 7.293 6.234 7.68 5.934 8.086C6.291 8.03 6.658 8 7.031 8ZM25.031 8C28.897 8 32.031 11.134 32.031 15C32.031 18.866 28.897 22 25.031 22C21.165 22 18.031 18.866 18.031 15L18 14C18 6.268 24.268 0 32 0V4C29.329 4 26.818 5.04 24.929 6.929C24.565 7.293 24.234 7.68 23.934 8.086C24.292 8.03 24.658 8 25.031 8Z" fill="%23121212"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: var(--sg-white-color);
    z-index: 1;
    width: 50px;
}

blockquote.wp-block-quote .wp-block-quote__citation,
q.wp-block-quote .wp-block-quote__citation {
    font-style: normal;
    font-family: var(--sg-primary-font);
    color: var(--sg-gray-color);
    font-weight: 400;
    position: relative;
    font-size: 0.64em;
    display: table;
    margin: 1.2em auto 0;
    clear: both;
    text-align: inherit;
}

blockquote.wp-block-quote .wp-block-quote__citation::before,
q.wp-block-quote .wp-block-quote__citation::before {
    content: "";
    background: var(--sg-background-color);
    width: 20px;
    height: 1px;
    display: inline-block;
    vertical-align: 8px;
    margin-right: 10px;
}
