.elementor-850 .elementor-element.elementor-element-50882c9a{--display:flex;--min-height:429px;--justify-content:center;}/* Start custom CSS for wp-widget-em_widget, class: .elementor-element-da18e1a *//* LISTADO */
.em-card {
    list-style: none;
    margin-bottom: 16px;
}
.em.pixelbones a {
  color: #31453c !important;
}
/* TARJETA */
.em-card-inner {
    display: flex;
    gap: 16px;
    padding: 16px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.em-card-inner:hover {
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    transform: translateY(-1px);
}

/* MEDIA */
.em-card-media {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
    background: #f1f3f4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.em-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* PLACEHOLDER FECHA */
.em-card-placeholder {
    text-align: center;
    color: #5f6368;
    font-family: system-ui, -apple-system, "Roboto", sans-serif;
}

.em-card-day {
    display: block;
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
}

.em-card-month {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* CONTENIDO */
.em-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* TÍTULO */
.em-card-title {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

.em-card-title a {
    color: #202124;
    text-decoration: none;
}

.em-card-title a:hover {
    text-decoration: underline;
}

/* META */
.em-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 13px;
    color: #5f6368;
}

.em-card-meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* ICONOS (si Events Manager los usa) */
.em-card-meta-item .em-icon {
    font-size: 14px;
    opacity: 0.7;
}

/* RESPONSIVE */
@media (max-width: 600px) {
    .em-card-inner {
        flex-direction: column;
    }

    .em-card-media {
        width: 100%;
        height: 160px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-50882c9a */.page-header, .site-header {
  display: none;
}/* End custom CSS */