.callout-author-bio {
}

.callout-author-bio .wrap {
    display: grid;
    align-items: center;
}

.callout-author-bio .author-image {
    grid-area: stack;
    width: 60%;
    z-index: 1;
    align-self: center;
}

.callout-author-bio .author-image img {
    box-shadow: -20px -20px 0 -5px var(--wp--preset--color--yellow);
}

.callout-author-bio .abbr-content {
    grid-area: stack;
    width: inherit;
    margin-left: 50%;
    padding: 20px;
    padding-left: 12%;
    background: var(--wp--preset--color--white);
    border: var(--wp--custom--border-width--xsmall) solid var(--wp--preset--color--ink);
}

.callout-author-bio .overprint {
    text-transform: none;
    letter-spacing: 0px;
}

.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);
}

.callout-author-bio .social-follow-container a:hover {
    opacity: 1;
}

.callout-author-bio .social-follow-container a:hover svg {
    fill: var(--wp--preset--color--yellow);
}

/*--------------------------------------------------------------
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 {
    position: relative;
    padding: 0;
    background: transparent;
    margin-top: 20px !important;
}

.block-area-sidebar .callout-author-bio .wrap {
    display: block;
}

.block-area-sidebar .callout-author-bio .author-image {
    display: block;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    position: relative;
}

.block-area-sidebar .callout-author-bio .author-image img {
    box-shadow: none;
    border: 10px solid #FFFFFF;
}

.block-area-sidebar .callout-author-bio .abbr-content {
    width: fit-content;
    margin-top: -100px;
    margin-left: 0;
    padding-left: 0;
    padding: 90px 20px 20px;
    display: block;
    text-align: center;
}

.block-area-sidebar .callout-author-bio .overprint {
    margin: 10px auto 0;
}

.block-area-sidebar .author-desc {
    font-size: var(--wp--preset--font-size--small);
    line-height: var(--wp--custom--line-height--medium);
}

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

.block-area-sidebar .callout-author-bio .social-follow-container {
    justify-content: center;

}
.block-area-sidebar .editor-styles-wrapper .callout-author-bio .abbr-content {
    margin-top: -80px;
}
/*--------------------------------------------------------------
## Mobile
--------------------------------------------------------------*/
@media (max-width: 900px) {
    .callout-author-bio {
        position: relative;
        padding: 0;
        background: transparent;
        margin-top: 20px !important;
    }

    .callout-author-bio .wrap {
        display: block;
    }

    .callout-author-bio .author-image {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .callout-author-bio .abbr-content {
        width: 100%;
        margin-top: -100px;
        margin-left: 0;
        padding-left: 0;
        padding: 110px 20px 20px;
        display: block;
    }

    .callout-author-bio .overprint {
        margin: 10px auto 0;
    }

    .callout-author-bio h2.author-title {
        text-align: center;
    }

    .callout-author-bio .author-desc {
        font-size: var(--wp--preset--font-size--small);
        line-height: var(--wp--custom--line-height--medium);
        text-align: center;
    }

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

    .callout-author-bio .social-follow-container {
        justify-content: center;

    }
}
