.event4ease-list-container {
    max-width: 800px;
    margin: 0 auto;
}

.event4ease-list-item {
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}

.event4ease-list-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.event4ease-list-date {
    width: 80px; 
    text-align: center;
    margin-right: 20px;
}

.event4ease-list-day {
    font-size: 40px;
    font-weight: bold;
    line-height: 0.8;
    display: block;
}

.event4ease-list-month {
    font-size: 24px;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
}

.event4ease-list-details {
    flex: 1;
}

.event4ease-list-title-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 0px;
}

.event4ease-list-time {
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
}

.event4ease-list-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    flex: 1;
    margin-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event4ease-list-description {
    font-size: 16px;
    color: #666;
    margin-bottom: 2px;
}

.event4ease-list-link {
    font-size: 16px;
    text-decoration: underline;
    font-style: italic;
}

.event4ease-list-link:hover {
    text-decoration: none;
}

.event4ease-category-filter {
    margin-bottom: 20px;
}

.event4ease-filter-btn {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
    font-weight: bold;
    background-color: #f0f0f0;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.event4ease-filter-btn.active {
    background-color: #007cba;
    color: white;
}

.event4ease-no-events {
    text-align: center;
    font-style: italic;
    color: #666;
}

.event4ease-pagination {
    text-align: center;
    margin-top: 20px;
}

.event4ease-pagination .page-numbers {
    padding: 5px 10px;
    margin: 0 2px;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
}

.event4ease-pagination .page-numbers.current {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}

.event4ease-pagination .page-numbers:hover {
    background-color: #f8f9fa;
}

.event4ease-list-info-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; /* knop bovenaan */
    gap: 15px;
    margin-bottom: 8px;
}

.event4ease-list-info {
    flex: 1;
}

.event4ease-list-more {
    white-space: nowrap;
    font-weight: bold;
    margin-left: 15px;
    align-self: flex-start;
}
