/*
Theme Name: Pro Child
Theme URI: https://theme.co/pro
Template: pro
Author: Themeco
Author URI: https://theme.co
Description: The Most Advanced Website Creator for WordPress.
Version: 6.6.6.1752582862
Updated: 2025-07-15 06:34:22

*/


/* Author Section of POST */

.custom-author-bio {
    display: flex;
    gap: 25px;
    align-items: flex-start;
    margin-top: 50px;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 8px;
}

.custom-author-bio .author-image img {
    border-radius: 100%;
    width: 120px;
    height: 120px;
    object-fit: cover;
    object-position: top;
}

.custom-author-bio .author-info {
    flex: 1;
}

.custom-author-bio .author-name {
    margin: 0 0 10px;
    font-size: 24px;
}

.custom-author-bio .author-info p {
    font-size: 14px;
}

.custom-author-bio .author-description {
    margin: 0;
    color: #231f20;
}

.custom-author-bio .author-link {
    display: inline-block;
    margin-top: 10px;
    color: #800020;
    font-weight: 500;
    text-decoration: none;
}

.custom-author-bio .author-link:hover {
    text-decoration: underline;
    color: #800020;
    opacity: 0.8;
}

.custom-author-bio-wrapper {
    padding: 30px 0px 30px 0px;
}

@media screen and (max-width: 992px) {
    .custom-author-bio {
        flex-direction: column;
    }
}

@media screen and (max-width: 640px) {
    .custom-author-bio .author-image img {
        width: 80px;
        height: 80px;
    }
}