.callout-author-bio {
    background: var(--wp--preset--color--grey);
    max-width: 100vw !important;
    padding: var(--wp--custom--layout--block-gap-large) var(--wp--custom--layout--block-gap);
    margin: 0 calc(-1 * var(--wp--custom--layout--block-gap)) !important;
}

.callout-author-bio .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.callout-author-bio .author-image {
    width: 30%;
}

.callout-author-bio .author-image img {
    border-radius: 50%;
    border: 10px solid #FFFFFF;
}

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

@media (max-width: 1024px) {
    .callout-author-bio .abbr-content {
        padding: var(--wp--custom--layout--block-gap);
    }
}

.callout-author-bio .overprint {
    font-family: var(--wp--preset--font-family--system-sans);
    font-size: var(--wp--preset--font-size--xxsmall);
    letter-spacing: var(--wp--custom--letter-spacing--none);
    line-height: var(--wp--custom--line-height--small);
    text-transform: none;
    font-weight: 400;
}

.callout-author-bio h2 {
    margin: var(--wp--custom--layout--block-gap-small) 0;
}

.callout-author-bio .block-callout-button {
    margin: var(--wp--custom--layout--block-gap) 0 0;
}

.callout-author-bio .social-follow-container {
    margin: var(--wp--custom--layout--block-gap) 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.callout-author-bio .social-follow-container a {
    margin-right: 10px;
}

.callout-author-bio .social-follow-container svg {
    width: 25px;
    height: 25px;
    fill: var(--wp--preset--color--red);
}

/*--------------------------------------------------------------
STYLE: IN POSTS
--------------------------------------------------------------*/
.type-post .callout-author-bio {
    max-width: 100%;
    margin: var(--wp--custom--layout--block-gap) auto !important;
    padding: var(--wp--custom--layout--block-gap);
}

.type-post .callout-author-bio .author-image {
    width: 30%;
}

.type-post .callout-author-bio .abbr-content {
    width: 70%;
    padding: var(--wp--custom--layout--block-gap);
}

.type-post .callout-author-bio h2 {
    font-size: var(--wp--preset--font-size--xlarge);
}

.type-post .callout-author-bio .entry-summary {
    font-size: var(--wp--preset--font-size--xsmall);
}

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

.block-area-after-post .callout-author-bio .author-image {
    width: 30%;
}

.block-area-after-post .callout-author-bio .abbr-content {
    width: 70%;
    padding: var(--wp--custom--layout--block-gap);
}

.block-area-after-post .callout-author-bio h2 {
    font-size: var(--wp--preset--font-size--large);
}

.block-area-after-post .callout-author-bio .entry-summary {
    font-size: var(--wp--preset--font-size--xsmall);
}

/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
.block-area-sidebar .callout-author-bio {
    max-width: 100% !important;
    padding: 0;
    margin: 0 0 var(--wp--custom--layout--block-gap) !important;
    position: relative;
    background: transparent;
}

.block-area-sidebar .callout-author-bio .wrap {
    background: transparent;
    display: block;
    position: relative;
    padding: 0;
}

.block-area-sidebar .callout-author-bio .author-image {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 9
}

.block-area-sidebar .callout-author-bio .author-image img {
    width: 125px;
    height: 125px;
    border-radius: var(--wp--custom--border-radius--large);
    border: var(--wp--custom--border-width--large) solid var(--wp--preset--color--white);
    margin: 0 auto -60px;
    display: block;
    position: relative;
}

.block-area-sidebar .callout-author-bio .abbr-content {
    width: fit-content;
    padding: 70px 20px 20px;
    background: var(--wp--preset--color--grey);
    position: relative;
    text-align: center;
}

.block-area-sidebar .callout-author-bio h2 {
    font-size: var(--wp--preset--font-size--large);
}

.block-area-sidebar .callout-author-bio .block-callout-button {
    margin: var(--wp--custom--layout--block-gap-small) auto 0;
}

.block-area-sidebar .callout-author-bio .social-follow-container {
    margin: var(--wp--custom--layout--block-gap-small) auto 0;
    justify-content: center;
}

/*--------------------------------------------------------------
## Mobile
--------------------------------------------------------------*/
@media (max-width: 900px) {
    .callout-author-bio {
        position: relative;
        padding: 0;
        background: transparent;
    }

    .block-area-after-post .callout-author-bio, .type-post .callout-author-bio {
        padding: 0;
    }

    .callout-author-bio .wrap {
        background: transparent;
        display: block;
        position: relative;
        padding: 0;
    }

    .callout-author-bio .author-image {
        width: 100%;
        margin: 0 auto;
        position: relative;
        z-index: 99999;
    }

    .callout-author-bio .author-image img {
        width: 125px;
        height: 125px;
        border-radius: var(--wp--custom--border-radius--large);
        border: var(--wp--custom--border-width--large) solid var(--wp--preset--color--white);
        margin: 0 auto -60px;
        display: block;
        position: relative;
        z-index: 99999;
    }

    .callout-author-bio .abbr-content {
        width: 100% !important;
        padding: 70px 20px 20px !important;
        background: var(--wp--preset--color--grey);
        position: relative;
        text-align: center;
        z-index: 9;
    }

    .callout-author-bio h2 {
        font-size: var(--wp--preset--font-size--large);
    }

    .callout-author-bio .block-callout-button {
        margin: var(--wp--custom--layout--block-gap-small) auto 0;
    }

    .callout-author-bio .social-follow-container {
        margin: var(--wp--custom--layout--block-gap-small) auto 0;
        justify-content: center;
    }
}
