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

.callout-content-post .wrap.flexbox {
    align-items: stretch;
    position: relative;
    gap: 30px;
}
.callout-content-abbr {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-box-shadow: var(--wp--custom--box-shadow--1);
    -moz-box-shadow: var(--wp--custom--box-shadow--1);
    box-shadow: var(--wp--custom--box-shadow--1);
    background: var(--wp--preset--color--grey);
    border-radius: var(--wp--custom--border-radius--medium)
}

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

.callout-content-abbr .callout-image img {
    display: block;
    height: 100%;
    width: auto;
    border-radius:var(--wp--custom--border-radius--medium) 0 0 var(--wp--custom--border-radius--medium);
}

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

.callout-content-abbr h2.section-title {
    margin: 15px 0;
    font-size: var(--wp--preset--font-size--xxlarge);
    letter-spacing: var(--wp--custom--letter-spacing--normal);
    text-transform: none;
}
.callout-content-abbr .section-desc {
    font-size: var(--wp--preset--font-size--medium);
    line-height: var(--wp--custom--line-height--medium);
    margin: 0 0 var(--wp--custom--layout--block-gap);
}

.callout-content-post-group {
    max-width: var(--wp--custom--layout--sidebar);
    width: 100%;
    gap: 15px;
    border: 2px solid var(--wp--preset--color--grey);
    padding: 15px;
    border-radius: 10px;

}
.callout-content-post-header {
    position: relative;
    overflow: hidden;
    margin: 0 0 var(--wp--custom--layout--block-gap-small);
}

.callout-content-post-header h3.section-title {
    font-size: var(--wp--preset--font-size--large);
    letter-spacing: var(--wp--custom--letter-spacing--loose);
    line-height: var(--wp--custom--line-height--small);
    color: var(--wp--preset--color--ink);
    font-weight: 400;
    width: fit-content;
    text-align: center;
    position: relative;
}
.callout-content-post-group .post-list {
   background: var(--wp--preset--color--grey); 
}
.callout-content-post-group .post-list h3 {
    font-size: var(--wp--preset--font-size--small);
    margin: 0;
}
.callout-content-post-group .post-list .post-meta {
    display: none;
}
.callout-content-post-group .post-list .abbr-content {
    padding: 10px;
}
/*--------------------------------------------------------------
STYLE: POST
--------------------------------------------------------------*/
.type-post .callout-content-post .wrap.flexbox {
    display: block;
}
.type-post .callout-content-abbr {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: var(--wp--custom--layout--block-gap);
}
.type-post .callout-content-abbr .callout-image img {
    display: block;
    border-radius: var(--wp--custom--border-radius--medium) var(--wp--custom--border-radius--medium) 0 0 ;
}
.type-post .callout-content-abbr .abbr-content {
    padding: var(--wp--custom--layout--block-gap);
}
.type-post .callout-content-post-group {
    width: 100%;
}
.type-post .callout-content-post-group .section-posts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 600px) {
   .type-post .callout-content-post-group .section-posts {
        grid-template-columns: repeat(1, minmax(0, 1fr));
} 
}
/*--------------------------------------------------------------
STYLE: AFTER POST
--------------------------------------------------------------*/
.block-area-after-post .callout-content-post .wrap.flexbox {
    display: block;
}
.block-area-after-post .callout-content-abbr {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: var(--wp--custom--layout--block-gap);
}
.block-area-after-post .callout-content-abbr .callout-image img {
    display: block;
    width: 100%;
    border-radius: var(--wp--custom--border-radius--medium) var(--wp--custom--border-radius--medium) 0 0 ;
}
.block-area-after-post .callout-content-abbr .abbr-content {
    padding: var(--wp--custom--layout--block-gap);
}
.block-area-after-post .callout-content-post-group {
    width: 100%;
}
.block-area-after-post .callout-content-post-group .section-posts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 600px) {
   .block-area-after-post .callout-content-post-group .section-posts {
        grid-template-columns: repeat(1, minmax(0, 1fr));
} 
}
/*--------------------------------------------------------------
STYLE: IN POST EDITOR
--------------------------------------------------------------*/
.content-sidebar .editor-styles-wrapper  .callout-content-post .wrap.flexbox {
    display: block;
}
.content-sidebar .editor-styles-wrapper  .callout-content-abbr {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: var(--wp--custom--layout--block-gap);
}
.content-sidebar .editor-styles-wrapper .callout-content-abbr .callout-image img {
    display: block;
    width: 100%;
    border-radius: var(--wp--custom--border-radius--medium) var(--wp--custom--border-radius--medium) 0 0 ;
}
.content-sidebar .editor-styles-wrapper .callout-content-abbr .abbr-content {
    padding: var(--wp--custom--layout--block-gap);
}
.content-sidebar .editor-styles-wrapper .callout-content-post-group {
    width: 100%;
}
.content-sidebar .editor-styles-wrapper .callout-content-post-group .section-posts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 600px) {
   .content-sidebar .editor-styles-wrapper  .callout-content-post-group .section-posts {
        grid-template-columns: repeat(1, minmax(0, 1fr));
} 
}
/*--------------------------------------------------------------
STYLE: SIDEBAR
--------------------------------------------------------------*/
.block-area-sidebar .callout-content-post .wrap.flexbox {
    display: block;
}
.block-area-sidebar .callout-content-abbr {
    width: 100%;
    display: block;
}
.block-area-sidebar .callout-content-abbr .abbr-content {
    padding: var(--wp--custom--layout--block-gap);
    border-radius: 0 0 var(--wp--custom--border-radius--medium) var(--wp--custom--border-radius--medium);
    text-align: left;
    width: initial;
}
.block-area-sidebar .callout-content-abbr h2.section-title {
    margin: var(--wp--custom--layout--block-gap-small) 0;
}
.block-area-sidebar .callout-content-abbr .callout-image img {
    border-radius: var(--wp--custom--border-radius--small) var(--wp--custom--border-radius--small) 0 0 ;
}
.block-area-sidebar .callout-content-post-group {
    width: 100%;
    padding: var(--wp--custom--layout--block-gap) 0 0;
}
/*--------------------------------------------------------------
STYLE: RESPONSIVE
--------------------------------------------------------------*/
@media (max-width: 1100px) {
    .callout-content-post .wrap.flexbox {
        display: block;
    }
    .callout-content-abbr {
        width: 100%;
        margin: 0 0 var(--wp--custom--layout--block-gap);
    }
    .callout-content-post-group {
        width: 100%;
    }
    .callout-content-post-group .section-posts {
        grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
@media (max-width: 850px) {
    .callout-content-abbr {
        display: block;
    }
    .callout-content-abbr .callout-image img {
        border-radius: var(--wp--custom--border-radius--medium) var(--wp--custom--border-radius--medium) 0 0 ;
    }
    .callout-content-post-group .section-posts {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}