.ec-container-30c03361 {
    width: 100%;
    box-sizing: border-box;
}

.ec-grid-30c03361 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.ec-card-30c03361 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ec-card-30c03361:hover {
    transform: translateY(-2px);
}

.ec-meta-container-30c03361 {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    width: 100%;
}

.ec-date-badge-30c03361 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #3b82f6;
    color: #ffffff;
    padding: 8px;
    border-radius: 6px;
    min-width: 50px;
    font-weight: bold;
    text-align: center;
}

.ec-badge-month-30c03361 {
    font-size: 0.75rem;
    text-transform: uppercase;
}

.ec-badge-day-30c03361 {
    font-size: 1.2rem;
    line-height: 1;
}

.ec-details-30c03361 {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ec-date-30c03361,
.ec-location-30c03361 {
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 6px;
}

.ec-title-30c03361 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

.ec-desc-30c03361 {
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0 0 20px 0;
}

.ec-btn-30c03361 {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.2s ease, opacity 0.2s ease;
    cursor: pointer;
    margin-top: auto;
}

.ec-btn-30c03361:hover {
    opacity: 0.9;
}

.ec-empty-state-30c03361 {
    text-align: center;
    padding: 40px;
    background: rgba(0,0,0,0.02);
    border: 1px dashed rgba(0,0,0,0.1);
    border-radius: 8px;
    color: #65676b;
}
