.ec-eventos-wrapper {
    margin: 40px 0;
}
.ec-evento-item {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #f9f9f9;
    text-align: center;
}
.ec-thumb img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.ec-fecha {
    font-weight: bold;
    margin-bottom: 10px;
}
.ec-extracto {
    margin-bottom: 15px;
}
.ec-boton {
    display: inline-block;
    padding: 8px 16px;
    background: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}
.ec-boton:hover {
    background: #005177;
}