.aem-event-list {
    margin: 0 auto;
}

.aem-event-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    padding: 25px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.aem-event-date {
    flex: 0 0 90px;
    text-align: left;
    margin-right: 20px;
    color: #12783F;
}

.aem-event-month {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2px;
}

.aem-event-day {
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
}

.aem-event-details {
    flex: 1;
}

.aem-event-time {
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
    font-weight: 500;
}

.aem-event-title {
    font-size: 16px;
    margin: 0;
    line-height: 1.4;
}

.aem-event-title a {
    color: #333;
    text-decoration: none;
}

.aem-event-title a:hover {
    color: #12783F;
}

.aem-no-events {
    text-align: center;
    padding: 20px;
    color: #666;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
} 