.single-tribe_events .tribe-events-c-subscribe-dropdown,
.tribe-events .tribe-events-c-subscribe-dropdown {
	display: none;
}

.tribe-events .tribe-events-calendar-month__day-cell--selected,
.tribe-events .tribe-events-calendar-month__day-cell--selected:focus,
.tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
	background-color: transparent !important;
}

.tribe-events
	.tribe-events-calendar-month__day-cell--selected
	.tribe-common-a11y-visual-hide {
	color: #fff;
}

.tribe-events .tribe-events-calendar-month__day-cell--mobile {
	display: flex;
	align-items: center;
	justify-content: center;
}

.tribe-events .tribe-events-calendar-month__day-cell--mobile:focus,
.tribe-events .tribe-events-calendar-month__day-cell--mobile:hover {
	background-color: transparent !important;
}

.tribe-events
	.tribe-events-calendar-month__day-cell--selected
	.tribe-events-calendar-month__day-date,
.tribe-events
	.tribe-events-calendar-month__day-cell.tribe-events-calendar-month__day-cell--mobile:has(
		.tribe-events-calendar-month__mobile-events-icon--event
	)
	.tribe-events-calendar-month__day-date,
.tribe-events
	.tribe-events-calendar-month__day-cell.tribe-events-calendar-month__day-cell--desktop:has(
		article
	)
	.tribe-events-calendar-month__day-date,
.tribe-events
	.tribe-events-calendar-month__day-cell--mobile:hover
	.tribe-events-calendar-month__day-date {
	background: #ebebeb !important;
	padding: 10px;
	border-radius: 100%;
	aspect-ratio: 1 / 1;
}

.tribe-events-header__events-bar.tribe-events-c-events-bar {
    display: none;
}

section.tribe-common-l-container.tribe-events-l-container {
    padding: 32px;
}

.tribe-events .tribe-events-c-top-bar__datepicker {
    display: flex;
	justify-content: center;
}