/*
 * Styles für Single Event (The Events Calendar).
 */

.event-column-right {
	max-width: 450px;
}

.tribe-events-schedule__all-day {
	display: none;
}

.tribe-events-event-image img {
	width: 100%;
	height: auto;
}

:root {
	--tec-font-family-sans-serif: var(--wp--preset--font-family--base) !important;
	--tec-color-text-primary: var(--wp--preset--color--foreground) !important;
	--tec-color-text-secondary: var(--wp--preset--color--secondary) !important;
	--tec-color-accent-primary: var(--wp--preset--color--accent-1) !important;
	--tec-color-border-default: var(--wp--preset--color--contrast-2) !important;
	--tec-color-accent-primary-hover: none !important;
}

.tribe-common button.tribe-common-c-btn-link:hover {
	padding: 11px 20px !important;
}

.tribe-block__venue__meta {
	margin-top: 0 !important;
}

.tribe_events.type-tribe_events {
	max-width: 100% !important;
	margin: 0 !important;
}

.tribe-block.tribe-block__venue {
	padding: 0;
	border: none;
	margin-top: 10px;
}

.tribe-address {
	font-size: 16px;
}

.tribe-block__venue__name h3 {
	font-size: 16px !important;
	margin: 0 !important;
	font-family: inherit;
}

.tribe-events-back,
#tribe-events-footer {
	display: none;
}
