/*
 Theme Name: Central da Toca
 Theme URI: http://centraldatoca.com.br
 Description: Tema filho para o tema Newspaper.
 Author: Crivo.tech
 Author URI: http://centraldatoca.com.br
 Template: Newspaper
 Version: 1.0.0
*/

/* Estilos para múltiplos autores */
.author-box-wrap.multiple-authors {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px;
    background: #f8f8f8;
    border-radius: 8px;
}

.author-box-wrap .author-info {
    display: flex;
    gap: 20px;
    padding: 20px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.author-box-wrap .author-info:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

.author-box-wrap .author-info img {
    border-radius: 50%;
    width: 96px;
    height: 96px;
}

.author-box-wrap .desc {
    flex: 1;
}

.author-box-wrap .td-author-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}

.author-box-wrap .td-author-description {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin: 12px 0;
}

.author-box-wrap .td-author-social {
    margin-top: 15px;
}

.author-box-wrap .td-author-social a {
    margin-right: 10px;
    opacity: 0.8;
}

.author-box-wrap .td-author-social a:hover {
    opacity: 1;
}

.author-box-wrap .td-author-url {
    font-size: 13px;
    color: #888;
}

.author-box-wrap .td-author-url a {
    color: inherit;
    text-decoration: underline;
}

.author-box-wrap .td-author-categoria-destaque {
    display: inline-block;
    margin: 10px 0;
    padding: 4px 8px;
    background: #f0f0f0;
    border-radius: 4px;
    font-size: 12px;
    color: #666;
}
