  /* Bootstrap responsive event list styles */
#eventList {
    width: 100% !important;
    padding: 0;
    list-style: none;
}

#eventList .c-Agenda-item-wrapper {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

#eventList .c-Agenda-item-wrapper:last-child {
    border-bottom: none;
}

#eventList .c-Agenda-item-link {
    text-decoration: none;
    color: inherit;
}

#eventList .c-Agenda-item-link:hover {
    text-decoration: none;
    color: inherit;
}

#eventList .c-Agenda-item {
    margin: 0;
}

#eventList .c-Agenda-itemImg {
    margin-bottom: 15px;
    border-radius: 4px;
}

#eventList .c-Agenda-itemContent {
    padding: 0;
}

#eventList .c-Agenda-itemCategory {
    margin-bottom: 8px;
    font-size: 12px;
}

#eventList .c-Agenda-itemDate {
    display: block;
    color: #666;
    font-size: 14px;
    margin-bottom: 8px;
}

#eventList .c-Agenda-itemOrganizer {
    color: #222;
    font-family: thesansosfplain;
    margin-bottom: 8px;
    font-size: 14px;
}

#eventList .c-Agenda-itemTitle {
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 1.3;
}

#eventList .c-Agenda-itemDesc {
    margin-bottom: 8px;
    color: #555;
}

#eventList .c-AgendaList-itemPlace {
    color: #666;
    font-size: 14px;
    margin-bottom: 8px;
}

#eventList .c-Agenda-itemRegistration {
    color: #d9534f;
    font-size: 14px;
    margin-bottom: 0;
}

/* Mobile-first responsive adjustments */
@media (max-width: 767px) {
    #eventList .c-Agenda-itemImg {
        margin-bottom: 10px;
    }

    #eventList .c-Agenda-itemTitle {
        font-size: 16px;
    }
}

/* Legacy styles for compatibility */
div.ccm-block-calendar-event-list {
    margin-bottom: 10px;
    clear: both;
}

div.ccm-block-calendar-event-list-wrapper {
    margin-bottom: 10px;
    clear: both;
}

div.ccm-block-calendar-event-list-event-date {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px;
}

div.ccm-block-calendar-event-list-event-date span {
    display: block;
    text-align: center;
}

div.ccm-block-calendar-event-list-event-date span:first-child {
    font-weight: bold;
    background-color: #000;
    color: #fff;
}

div.ccm-block-calendar-event-list-event {
    padding-bottom: 10px;
    clear: both;
}