/* Correção para formatação do richtext na página SOBRE */
.content-about strong,
.content-about b {
    font-weight: bold !important;
    color: #001D34 !important;
}

.content-about em,
.content-about i {
    font-style: italic !important;
    color: #001D34 !important;
}

.content-about u {
    text-decoration: underline !important;
    color: #001D34 !important;
}

.content-about p {
    line-height: 1.8;
    margin-bottom: 1rem;
}

.content-about p:last-child {
    margin-bottom: 0;
}

/* Garantir que todas as tags HTML sejam preservadas */
.content-about * {
    color: inherit;
    font-family: inherit;
}

