/*
Theme Name:     Denuncia Online Child
Theme URI:      https://denunciaonline.it/blog
Description:    Child theme per denunciaonline.it
Author:         Paolo
Author URI:     https://denunciaonline.it
Template:       neve
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    denunciaonline-child
*/

/* ==========================================================================
   Author Bio Box
   ========================================================================== */

.custom-author-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 25px;
    margin-top: 40px;
    margin-bottom: 20px;
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.custom-author-avatar {
	width: 30%;
}

.custom-author-avatar img {
    border-radius: 50%;
    width: 96px;
    height: 96px;
    object-fit: cover;
	filter: grayscale(1);
}

.custom-author-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888;
    font-weight: 600;
}

.custom-author-name {
    margin: 5px 0 10px;
    font-size: 20px;
}



.custom-author-name a {
    text-decoration: none;
    color: #222;
}

.custom-author-name a:hover {
    color: #0073aa;
}

.custom-author-bio {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

@media (max-width: 600px) {
    .custom-author-box {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}
