
/* head author */

.bc-head.bc-head-author--a{
    .bc-author-profile-link{
        img{
            width: 120px;
            height: 120px;
            object-fit: cover;
        }
    }
    .wp-block-post-author-name{
        font-size: var(--wp--preset--font-size--3-x-large);
        font-style: normal;
        font-weight: 500;
        color: #000;
        text-decoration: none;
    }
    .wp-block-social-links{
        li.wp-social-link{
            color: var(--wp--preset--color--text-on-primary) !important;
            border-radius: 50%;
            a{
                padding: 5px;
                background-color: var(--wp--preset--color--primary) !important;
                border-radius: 50%;
            }
        }
    }
}

@media (max-width: 768px){
    .bc-head.bc-head-author--a{
        & > div{
            flex-direction: column;
            .bc-head-author{
                flex-direction: column;
            }
        }
        .bc-head-author-name{
            text-align: center;
        }
    }
}

/* breadcrumbs */

.yoast-breadcrumbs{
    a{
        color: var(--wp--preset--color--secondary);
        &:hover{
            color: var(--wp--preset--color--hover-secondary);
        }
    }
}

/* featured image */


@media (max-width: 768px){
    .bc-head{
        .wp-block-post-featured-image{
            aspect-ratio: 16/9 !important;
            height: auto !important;
        }
    }
}




