.offme-custom-event-style .offme-date-tile.offme-day,
.offme-custom-event-style .offme-mock-date-tile {
	border: var(--event-tile-border, none) !important;
	background: var(--event-tile-bg, linear-gradient(145deg, var(--tile-start, #ec6ba2), var(--tile-end, #378ffc))) !important;
	background-size: var(--event-tile-bg-size, auto) !important;
	color: var(--event-tile-color, #fff) !important;
	text-shadow: var(--event-tile-shadow, none) !important;
}

.offme-custom-event-style .offme-event-tag.offme-category,
.offme-custom-event-style .offme-mock-event-tag,
.offme-custom-event-style .offme-schedule-event-tag.offme-category,
.offme-custom-event-style .offme-report-event-tag.offme-category {
	background: var(--event-tag-bg, var(--event-tag, #ec6ba2)) !important;
	color: var(--event-tag-color, #fff) !important;
	text-shadow: var(--event-tag-shadow, none) !important;
}
