.elementor-33637 .elementor-element.elementor-element-e73cf84{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-d9fcbf9 *//* Container principal do post */
.post-premiacao-abri {
    max-width: 800px;
    margin: 0 auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333333;
    line-height: 1.6;
}

/* Configurações da imagem */
.post-imagem-container {
    text-align: center;
    margin: 0 0 30px 0;
}

.post-imagem {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.post-imagem-container figcaption {
    font-size: 0.85em;
    color: #777777;
    margin-top: 10px;
    font-style: italic;
}

/* Tipografia do conteúdo */
.post-conteudo p {
    margin-bottom: 20px;
    text-align: justify;
    font-size: 1.05em;
}

/* Estilo padrão das caixas de premiação */
.premio-categoria {
    background-color: #f4f6f8;
    border-left: 5px solid #a0aec0;
    padding: 20px 25px;
    margin: 25px 0;
    border-radius: 0 8px 8px 0;
}

/* Destaque para a Pós-Graduação (Trazendo o tom de Laranja da arte da ABRI) */
.premio-categoria.destaque-instituto {
    background-color: #fff9f2;
    border-left-color: #f28b2a; 
}

.premio-categoria h3 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #2d3748;
    font-size: 1.25em;
}

.premio-categoria p {
    margin: 0;
    text-align: left;
    font-size: 1em;
}

.premio-categoria p strong {
    color: #1a202c;
}/* End custom CSS */