.fonte-wrapper {
background: #fff;
border-radius: 8px;
padding: 20px;
margin: 25px 70px;
}
.fonte-title {
display: flex;
align-items: center;
margin-bottom: 15px;
}
.fonte-title span {
font-weight: 600;
font-size: 18px;
}
.fonte-link {
color: var(--ast-global-color-2);
text-decoration: none;
line-height: 1.6;
display: inline-block;
margin-bottom: 5px;
}
.fonte-link:hover {
text-decoration: underline;
}