/* Disable anchor links in admin */
.acf-block-preview.wp-block-acf-featured-author a {
    pointer-events: none;
}
.featured-author h6 {
    margin-top: 0;
}
.featured-author a, .featured-author a:link, .featured-author a:visited {
    color: #FFF;
}
.featured-author > .author-bio-sec {
    padding: 75px 36px 75px 36px !important;
}
.featured-author > .author-img-bg {
    height: 100%;
    min-height: 325px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.featured-author .view-books-link {
    text-transform: uppercase;
    font-style: normal;
    font-size: 0.8rem;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    text-decoration: none;
    color: #FFF;
    background: transparent;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.12);
    line-height: 1.2;
    letter-spacing: 1px;
}
@media(min-width: 601px) {
    .featured-author > .author-img-bg {
        clip-path: polygon(0 0, calc(100% - 90px) 0, 100% 100%, 0% 100%);
    }
    .featured-author > .author-bio-sec {
        padding: 75px 0px 75px 50px !important;
    }
}
@media (min-width: 1400px) {
    .featured-author-group .featured-author {
        position: static;
    }
    .featured-author-group .featured-author .wp-block-media-text__media {
        position: absolute;
        left: 0;
        width: 450px;
    }
}