<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.callout-content-posts {
    padding: var(--wp--custom--layout--block-gap);
    margin: 0;
}

.callout-content-posts .wrap.flexbox {
    align-items: start;
}

.callout-content-abbr {
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--wp--preset--color--white);
    margin-right: var(--wp--custom--layout--block-gap);
    box-shadow: var(--wp--custom--box-shadow--3);
    background: var(--wp--preset--color--white);
    border: var(--wp--custom--border-width--xsmall) solid var(--wp--preset--color--grey-dark);
}

.callout-content-abbr .callout-image {
    width: 100%;
    display: block;
}

.callout-content-abbr .callout-image img {
    display: block;
}

.callout-content-abbr .abbr-content {
    width: 100%;
    padding: var(--wp--custom--layout--block-gap) var(--wp--custom--layout--block-gap-large);
}

.callout-content-abbr h2 {
    margin: var(--wp--custom--layout--block-gap) 0;
}


.callout-content-post-group {
    width: 25%;
    column-gap: var(--wp--custom--layout--block-gap-small);
    row-gap: var(--wp--custom--layout--block-gap-small);
}

h3.section-title {
    font-size: var(--wp--preset--font-size--large);
    line-height: var(--wp--custom--line-height--small);
    margin: 0 0 var(--wp--custom--layout--block-gap-small);
    font-weight: 700;
}
/*--------------------------------------------------------------
STYLING: IN POST
--------------------------------------------------------------*/
.type-post .callout-content-post .wrap.flexbox {
    display: block;
}
.type-post .callout-content-abbr {
    width: 100%;
}
.type-post .callout-content-abbr .callout-image {
    width: 69%;
}
.type-post .callout-content-abbr .abbr-content {
    width: 100%;
    padding: var(--wp--custom--layout--block-gap);
}
.type-post .callout-content-abbr .abbr-content .section-desc {
    font-size: var(--wp--preset--font-size--small);
    line-height: var(--wp--custom--line-height--medium);
}
.type-post .callout-content-post-group {
    width: 100%; 
    margin-top: 20px;
}
/*--------------------------------------------------------------
STYLING POST EDITOR
--------------------------------------------------------------*/
.content-sidebar .block-editor-block-list__layout .wrap.flexbox {
    display: block;
}
.content-sidebar .block-editor-block-list__layout .callout-content-abbr {
    width: 100%;
}
.content-sidebar .block-editor-block-list__layout .callout-content-abbr .abbr-content {
    width: 100%;
    padding: var(--wp--custom--layout--block-gap);
}
.content-sidebar .block-editor-block-list__layout .callout-content-post-group {
    width: 100%; 
    margin-top: 20px;
}
/*--------------------------------------------------------------
STYLING: SIDEBAR
--------------------------------------------------------------*/

/*--------------------------------------------------------------
STYLING: RESPONSIVE
--------------------------------------------------------------*/</pre></body></html>