/* Start custom CSS for text-editor, class: .elementor-element-f65fe76 */<style>
/* Estilização Simples e Eficaz para Elementor */
.irel-post-container {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #444;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.irel-post-title {
    color: #002855; /* Azul Institucional IREL */
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
}

.irel-post-container p { margin-bottom: 15px; }

/* Caixa de Informações Chave */
.irel-info-callout {
    background-color: #f8f9fa; /* Cinza bem claro */
    border-left: 5px solid #004a99; /* Azul de destaque */
    padding: 20px;
    margin: 30px 0;
    border-radius: 5px;
}

.irel-info-callout h3 { margin-top: 0; color: #004a99; margin-bottom: 15px; }
.irel-info-callout ul { list-style-type: none; padding: 0; margin: 0; }
.irel-info-callout li { margin-bottom: 10px; font-size: 1.1rem; }
.irel-info-callout li strong { color: #333; }

/* Exibição do Flyer */
.irel-flyer-display { text-align: center; margin: 40px 0; }
.irel-flyer-display h3 { margin-bottom: 20px; color: #333; }
.flyer-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1); /* Sombra suave */
}

/* Chamada Social e Botão Instagram */
.irel-social-callout { text-align: center; margin-top: 40px; }
.instagram-btn {
    display: inline-block;
    background-color: #E1306C; /* Cor do Instagram */
    color: #fff !important;
    padding: 12px 25px;
    text-decoration: none !important;
    border-radius: 30px;
    font-weight: bold;
    font-size: 1.1rem;
    margin-top: 20px;
    transition: background-color 0.3s;
}

.instagram-btn:hover { background-color: #b92154; }
.instagram-btn i { margin-left: 8px; } /* Espaço para o ícone */

/* Responsividade Básica */
@media (max-width: 768px) {
    .irel-post-title { font-size: 1.8rem; }
    .irel-info-callout { padding: 15px; }
}
</style>/* End custom CSS */