.callout-content-hero {
    padding:80px 20px;
    background-size: cover;
    margin: 0 calc(-1 * var(--wp--custom--layout--block-gap))!important;
    max-width: 100vw!important;
    background-position: center;
    color: var(--wp--preset--color--white);
    position: relative;
}
.callout-content-hero::before {
    content: "";
    display: block;
    position: absolute;
    background: var(--wp--preset--color--ink);
    opacity: .5;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.callout-content-hero .wrap {
    position: relative;
}
.callout-content-hero .section-overprint {
    font-weight: 700;
    margin: 0 auto var(--wp--custom--layout--block-gap);
    width: fit-content;
    text-align: center;
    border-bottom: 1px solid #FFFFFF;
}
.callout-content-hero .section-title {
    font-size: 3rem;
    line-height: 1;
    text-align: center;
    filter: brightness(1);
    color: var(--wp--preset--color--white);
}
.callout-content-hero .block-callout-button {
    margin: var(--wp--custom--layout--block-gap) auto 0;
    color: var(--wp--preset--color--ink)!important;
    background: var(--wp--preset--color--white);
}
.callout-content-hero .block-callout-button svg {
    fill: var(--wp--preset--color--ink);
}
.callout-content-hero .block-callout-button:hover {
    color: var(--wp--preset--color--white)!important;
}
/*--------------------------------------------------------------
STYLE: IN POST
--------------------------------------------------------------*/
.type-post .callout-content-hero {
    padding:var(--wp--custom--layout--block-gap-large);
    margin: var(--wp--custom--layout--block-gap) auto!important;
    max-width: 100%!important;
}

/*--------------------------------------------------------------
STYLE: AFTER POST
--------------------------------------------------------------*/
.block-area-after-post .callout-content-hero {
    padding:var(--wp--custom--layout--block-gap-large);
    margin: var(--wp--custom--layout--block-gap) auto!important;
    max-width: 100%!important;

}
/*--------------------------------------------------------------
STYLE: IN EDITOR
--------------------------------------------------------------*/
.editor-styles-wrapper .callout-hero-button {
    text-decoration:none;
    color: var(--wp--preset--color--white);
}
.content-sidebar .editor-styles-wrapper .callout-content-hero {
    padding:var(--wp--custom--layout--block-gap-large);
    margin: var(--wp--custom--layout--block-gap) auto!important;
    max-width: 100%!important;
}

/*--------------------------------------------------------------
STYLE: SIDEBAR
--------------------------------------------------------------*/
.block-area-sidebar .callout-content-hero {
    padding:var(--wp--custom--layout--block-gap-large) var(--wp--custom--layout--block-gap);
    margin:0 auto var(--wp--custom--layout--block-gap)!important;
    max-width: 100%!important;
}