/*
handler: ndmais-topo-autor
deps: bootstrap-5,bootstrap-icons,ndmais-breadcrumb-noticia
version: 1.0.1
*/

#topo-autor {
    background-color: var(--gray-light);
    padding: 30px 0;
}


#topo-autor .topo-autor-container{
	display: flex;
	gap: 1.5em;
	max-width: 750px;
	align-items: center;
}

#topo-autor .foto-autor {
	min-width: 150px;
	max-width: 150px;
}

#topo-autor .foto-autor img {
	max-width: 100%;
	height: auto;
    border-radius: 12px;
}

#topo-autor .info-autor .rank-math-breadcrumb{
    text-align: center;
}

#topo-autor .info-autor .info-autor-nome {
	font-size: 2rem;
	margin-bottom: .25rem;
	font-weight: bold;
    width: 100%;
}

#topo-autor .info-autor .info-autor-nome a {
	color: var(--blue-light);
}

#topo-autor .info-autor .info-autor-meta {
	color: #333;
	font-size: 16px;
	margin-bottom: 1rem;
    width: 100%;
}

#topo-autor .info-autor .bio-autor {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	line-height: 1.4;
}

@media (max-width: 576px) {

    #topo-autor{
        padding: 40px 0;
    }

	#topo-autor .topo-autor-container{
		flex-direction: column;
	}

	#topo-autor .info-autor {
		text-align: center;
	}
}