/* 
 * Feed Engine - Content Readability Styles 
 * Carregado apenas em posts importados pelo plugin.
 */

.fe-content-wrapper {
    /* Container principal do conteúdo importado */
    display: block;
    width: 100%;
}

.fe-content-wrapper p {
    margin-bottom: 1.6em;
    line-height: 1.8;
    color: #333;
}

.fe-content-wrapper img {
    max-width: 100%;
    height: auto;
    margin: 1em 0;
    display: block;
}
