.callout-author-bio {
    margin: 100px auto 140px !important;
    position: relative;
}
.callout-author-bio.book-author-block {
    margin: 160px auto 150px ! Important;
}
.callout-author-bio .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.callout-author-bio .author-image {
    width: 30%;
    z-index: 3;
    position: relative;
    margin: 0;
}
.callout-author-bio .author-image img {
    border-radius: 50%;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid var(--wp--preset--color--grey);
    width: 300px;
    height: 300px;
}

.callout-author-bio .author-abbr-content {
    width: 80%;
    position: absolute;
    background: var(--wp--preset--color--grey);
    padding: 40px 40px 40px 100px;
    right: 0;
}

.callout-author-bio .author-overprint {
    font-size: var(--wp--preset--font-size--xxsmall);
    font-family: var(--wp--preset--font-family--custom-sans);
    letter-spacing: var(--wp--custom--letter-spacing--loose);
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
    border-bottom: 1px solid var(--wp--preset--color--ink);
    padding-bottom: 3px;
    width: fit-content;
}

.callout-author-bio h2 {
    margin: 20px auto;
}


.callout-author-bio .block-callout-button {
    background: var(--wp--preset--color--ink);
    color: var(--wp--preset--color--white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: var(--wp--custom--layout--block-gap) 0 0;
    line-height: 1;
    border-radius: 25px;
    padding: 15px 25px;
    width: fit-content;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
}
.callout-author-bio .block-callout-button-text {
    font-family: var(--wp--preset--font-family--custom-sans);
    font-size: var(--wp--preset--font-size--xxsmall);
    letter-spacing: var(--wp--custom--letter-spacing--loose);
    line-height: 1;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
}
.callout-author-bio .block-callout-button svg {
    fill: var(--wp--preset--color--white);
    transform: rotate(-90deg);
    margin-left: 5px;
    width: 15px;
    height: 15px;
}
.callout-author-bio .block-callout-button:hover {
    background: var(--wp--preset--color--pink);
    color: var(--wp--preset--color--ink);
    opacity:1;
}
.callout-author-bio .block-callout-button:hover .block-callout-button-text {
    color: var(--wp--preset--color--ink);
}
.callout-author-bio .block-callout-button:hover svg {
    fill: var(--wp--preset--color--ink);
}


.callout-author-bio .social-follow-container {
    margin: 20px 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: 30px;
    height: 30px;
}
@media (max-width: 800px) {
    .callout-author-bio {
        margin: 0 auto 20px!important;
    }
    .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: 9999;
    }
    .callout-author-bio .author-image img {
        margin: 0 auto -60px;
        display: block;
        position: relative;
        z-index: 9999;
    }
    .callout-author-bio .author-abbr-content {
        width: 100%;
        position: relative;
        z-index: 1;
        padding: 80px 40px 40px;
        text-align: center;
        right: 0;
    }
    .callout-author-bio .author-overprint {
        margin: 0 auto 10px;
    }
    .callout-author-bio h2 {
        font-size: 2rem;
        margin: 10px auto;
    }
    .author-desc {
        font-size: 1rem;
        line-height: 1.3;
    }
    .callout-author-bio .block-callout-button {
        margin: 10px auto;
    }
    .callout-author-bio .social-follow-container {
        margin: 10px auto 0;
        justify-content: center;
    }
}
/*--------------------------------------------------------------
## In Posts
--------------------------------------------------------------*/
.type-post .callout-author-bio {
    max-width: 100% !important;
    padding: 0;
    margin: var(--wp--custom--layout--block-gap) 0 !important;
}

.type-post .callout-author-bio .wrap {
    background: transparent;
}

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

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

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

/*--------------------------------------------------------------
## After Posts
--------------------------------------------------------------*/
.block-area-after-post .callout-author-bio {
    margin: 140px auto!important;
}

.block-area-after-post .callout-author-bio .wrap {
    background: transparent;
}

.block-area-after-post .callout-author-bio .author-image img {
    width: 200px;
    height: 200px;
}
.block-area-after-post .callout-author-bio .author-abbr-content {
    width: 85%;
    padding: 40px 40px 40px 100px;
}
.block-area-after-post .callout-author-bio h2 {
    font-size: 2rem;
    margin: 20px auto;
}
.block-area-after-post .author-desc {
    font-size: 1rem;
    line-height: 1.3;
}
@media (max-width: 764px) {
    .block-area-after-post .callout-author-bio {
    margin: 0 0 40px!important;
}

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

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

.block-area-after-post .callout-author-bio .author-image img {
    width: 125px;
    height: 125px;
    margin: 0 auto -60px;
    display: block;
    position: relative;
    z-index: 99999;
}

.block-area-after-post .callout-author-bio .author-abbr-content {
    width: 100%;
    position: relative;
    padding: 80px 40px 40px;
    text-align: center;
    right: 0;
}
.block-area-after-post .callout-author-bio .author-overprint {
    margin: 0 auto 10px;
}
.block-area-after-post .callout-author-bio h2 {
    font-size: 2rem;
    margin: 10px auto;
}
.block-area-after-post .author-desc {
    font-size: 1rem;
    line-height: 1.3;
}
.block-area-after-post .callout-author-bio .block-callout-button {
    margin: 10px auto;
}
.block-area-after-post .callout-author-bio .social-follow-container {
    margin: 10px auto 0;
    justify-content: center;
}
}
/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
.block-area-sidebar .callout-author-bio {
    margin: 0 0 20px!important;
}

.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: 9999;
}

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

.block-area-sidebar .callout-author-bio .author-abbr-content {
    width: 100%;
    position: relative;
    padding: 80px 40px 40px;
    text-align: center;
    right: 0;
}
.block-area-sidebar .callout-author-bio .author-overprint {
    margin: 0 auto 10px;
}
.block-area-sidebar .callout-author-bio h2 {
    font-size: 2rem;
    margin: 10px auto;
}
.block-area-sidebar .author-desc {
    font-size: 1rem;
    line-height: 1.3;
}
.block-area-sidebar .callout-author-bio .block-callout-button {
    margin: 10px auto;
}
.block-area-sidebar .callout-author-bio .social-follow-container {
    margin: 10px auto 0;
    justify-content: center;
}