.custom-events-list {
    font-family: Arial, sans-serif;
    /*max-width: 800px;*/
    margin: 0 auto;
	padding-left: 42px;
	padding-right: 42px;
}

.events-list {
    list-style: none;
    padding: 0;
}

.event-item {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #f9f9f9;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.event-image {
    flex: 0 0 150px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.event-image img {
    max-width: 100%;
    height: auto;
    border-radius: 3px;
}

.event-content {
    flex: 1;
    min-width: 200px;
}

.event-item h3 {
    margin-top: 0;
    margin-bottom: 10px;
}

.event-item h3 a {
    text-decoration: none;
    color: #333;
}

.event-item h3 a:hover {
    color: #007cba;
}

.event-date {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}

.event-excerpt {
    color: #555;
    line-height: 1.5;
    margin-bottom: 10px;
}

.event-categories {
    font-size: 14px;
    color: #777;
}

.categories-label {
    font-weight: bold;
}

.event-categories a {
    color: #007cba;
    text-decoration: none;
}

.event-categories a:hover {
    text-decoration: underline;
}

.pagination {
    text-align: center;
    margin-top: 20px;
}

.page-link {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 2px;
    text-decoration: none;
    color: #007cba;
    border: 1px solid #007cba;
    border-radius: 3px;
    transition: background-color 0.3s, color 0.3s;
}

.page-link:hover,
.page-link.active {
    background-color: #007cba;
    color: #fff;
}

.loading {
    text-align: center;
    padding: 20px;
    display: none;
}








.tribe-events-calendar-list__event-title-link {
	font-size: 24px;
	line-height: 1.42;
	font-weight: bold;
	font-family: "Inter", sans-serif;
}
.tribe-common-g-row.tribe-events-calendar-list__event-row {
	display: flex;
	flex-wrap: nowrap;
	margin-top: 30px;
	padding-bottom: 30px;
}
.tribe-events-calendar-list__event-date-tag {
	min-width: 90px;
	width: 11%;
	padding-left: 24px;
    padding-right: 24px;
}
.tribe-events-calendar-list__event-wrapper.tribe-common-g-col {
	width: 89%;
	padding-left: 24px;
	padding-right: 24px;
}
.tribe-events-calendar-list__event.tribe-common-g-row.tribe-common-g-row--gutters {
	flex-direction: row-reverse;
	justify-content: flex-end;
	display: flex;
}
.tribe-events-calendar-list__event-featured-image-wrapper.tribe-common-g-col {
	width: 36%;
}
.tribe-events-calendar-list__event-details.tribe-common-g-col {
	width: 64%;
}
.tribe-events-calendar-list__event-featured-image.wp-post-image {
	width: 100%;
}
.tribe-events-calendar-list__event-date-tag-datetime {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding-top: 10px;
	text-align: center;
}
.tribe-events-calendar-list__event-date-tag-daynum.tribe-common-h5.tribe-common-h4--min-medium {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.42;
}
.tribe-events-calendar-list__event-date-tag-weekday {
	line-height: 1.5;
}
.tribe-events-calendar-list__event-header {
	display: flex;
	flex-direction: column;
}
.tribe-events-calendar-list__event-title.tribe-common-h6.tribe-common-h4--min-medium {
	order: 2;
}
.tribe-events-calendar-list__event-datetime-wrapper.tribe-common-b2 {
	order: 1;
}
.tec-events-calendar-list__event-categories {
	order: 4;
}
.tribe-events-calendar-list__event-title.tribe-common-h6.tribe-common-h4--min-medium {
	margin: 8px 0 0 0;
}
.tec-events-calendar-list__category {
	align-items: center;
	border: 1px solid #d5d5d5;
	border-radius: 1em;
	color: #141827;
	display: flex;
	font-size: 12px;
	line-height: 1.62;
	padding: 0 8px;
	width: fit-content;
}
.tribe-events-calendar-list .tec-events-calendar-list__event-categories .tec-events-calendar-list__category .tec-events-calendar-list__category-icon {
	aspect-ratio: 1;
	background-color: var(--tec-color-category-primary,#0000);
	border-radius: var(--tec-events-border-radius-circle);
	display: inline-block;
	margin-right: var(--tec-spacer-0);
	width: 14px;
}
.events-list .tribe-common-g-row.tribe-events-calendar-list__event-row:not(:last-child) {
	border-bottom: 1px solid #e5e5e5;
}
.tribe-events-calendar-list__event-featured-image.wp-post-image {
	padding-left: 15px;
}








.tribe-events-calendar-list__event {
	position: relative;
	/*flex-direction: row-reverse;
	justify-content: flex-end;
	display: flex;
    flex-wrap: wrap;*/
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper {
	margin-bottom: 0;
	/*width: calc((12%)*3);*/
}
