/* Direto Autor — caixa da autora (front-end) */
.da-author{ text-align:center; }
.da-author .da-photo{ margin:0 0 14px; }
.da-author .da-img{
	width:150px; height:150px; object-fit:cover; border-radius:50%;
	margin:0 auto; display:block; box-shadow:0 6px 18px rgba(20,30,55,.14);
}
.da-author .da-name{ font-size:18px; margin:0 0 10px; }
.da-author .da-bio{ text-align:left; font-size:15px; line-height:1.7; color:#444; }
.da-author .da-bio p{ margin:0 0 10px; }
.da-author .da-social{ list-style:none !important; display:flex !important; justify-content:center; flex-wrap:wrap; gap:10px; padding:0 !important; margin:16px 0 0 !important; }
.da-author .da-social li{ list-style:none !important; margin:0 !important; padding:0 !important; border:0 !important; background:none !important; width:40px !important; height:40px !important; flex:0 0 40px !important; }
.da-author .da-social li a{
	display:flex !important; align-items:center; justify-content:center;
	width:40px !important; height:40px !important; min-width:40px !important; min-height:40px !important; padding:0 !important;
	box-sizing:border-box !important; aspect-ratio:1/1; border-radius:50% !important;
	background:#0b3d91 !important; color:#fff !important; transition:.2s; text-decoration:none; line-height:1 !important;
}
.da-author .da-social li a:hover{ background:#c8313b !important; transform:translateY(-2px); }
/* neutraliza qualquer "círculo no ícone" herdado do tema — só o <a> é o círculo */
.da-author .da-social li a i,
.da-author .da-social li a > i.fa{
	background:none !important; width:auto !important; height:auto !important;
	min-width:0 !important; min-height:0 !important; margin:0 !important; padding:0 !important;
	border-radius:0 !important; box-shadow:none !important; display:inline !important;
	color:#fff !important; line-height:1 !important; font-size:16px !important; transform:none !important;
}

/* link no nome/foto */
.da-author .da-name a{ color:inherit; text-decoration:none; }
.da-author .da-name a:hover{ color:#0b3d91; }
.da-author .da-photo a{ display:inline-block; }

@media (max-width:600px){
	.da-author .da-img{ width:120px; height:120px; }
	.da-author .da-bio{ font-size:14px; }
}
