/* Start custom CSS for text-editor, class: .elementor-element-2e31045c */<style>
    .irel-evento-container {
        max-width: 800px;
        margin: 0 auto;
        background-color: #ffffff;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0,0,0,0.05);
        font-family: 'Open Sans', Arial, sans-serif;
        color: #333333;
        overflow: hidden;
    }
    .irel-evento-header {
        background-color: #003366; /* Azul UnB/IREL */
        color: #ffffff;
        padding: 24px;
        text-align: center;
        border-bottom: 5px solid #009639; /* Detalhe Verde UnB para contraste */
    }
    .irel-evento-header h2 {
        margin: 0 0 10px 0;
        font-size: 26px;
        color: #ffffff;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    .irel-evento-header p {
        margin: 0;
        font-size: 18px;
        font-weight: 400;
        color: #e6f0fa;
    }
    .irel-evento-body {
        padding: 30px;
        line-height: 1.6;
    }
    .irel-evento-lista {
        list-style: none;
        padding: 0;
        margin: 20px 0;
        background-color: #f4f7f6;
        border-left: 4px solid #009639; /* Verde UnB */
        padding: 15px 20px;
        border-radius: 0 4px 4px 0;
    }
    .irel-evento-lista li {
        margin-bottom: 8px;
    }
    .irel-evento-lista li:last-child {
        margin-bottom: 0;
    }
    .irel-cronograma {
        margin-top: 30px;
        padding-top: 20px;
        border-top: 1px solid #eeeeee;
    }
    .irel-cronograma h3 {
        color: #003366;
        margin-bottom: 15px;
        font-size: 20px;
    }
    .irel-dia {
        margin-bottom: 15px;
        padding: 15px;
        background-color: #ffffff;
        border: 1px solid #dddddd;
        border-radius: 6px;
        transition: box-shadow 0.2s ease;
    }
    .irel-dia:hover {
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    .irel-dia strong {
        color: #003366;
        font-size: 16px;
    }
    .irel-dia em {
        display: block;
        color: #555555;
        margin: 5px 0 10px 0;
    }
    .irel-dia a {
        color: #0055a4;
        text-decoration: none;
        font-weight: bold;
        display: inline-block;
        padding: 5px 10px;
        background-color: #eef5fc;
        border-radius: 4px;
        font-size: 14px;
    }
    .irel-dia a:hover {
        background-color: #dceaf7;
        text-decoration: underline;
    }
    .irel-evento-footer {
        padding: 20px 30px 30px;
        text-align: center;
        background-color: #f9f9f9;
        border-top: 1px solid #eeeeee;
    }
    .irel-btn-inscricao {
        display: inline-block;
        background-color: #009639; /* Verde UnB chamativo para inscrição */
        color: #ffffff;
        text-decoration: none;
        padding: 14px 28px;
        border-radius: 4px;
        font-weight: bold;
        font-size: 16px;
        transition: background-color 0.3s ease;
        text-transform: uppercase;
    }
    /* 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 */
</style>/* End custom CSS */