<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* temp disable fav + account */
.templates-header .navbar ul.actions li.favorite {
	display: none !important;
}
.organisms-tour-header .--header-action-icons-wrapper &gt; .--header-favorite-icon {
	display: none !important;
}
.organisms-rows-tour .--image-wrapper .--labels-wrapper .--labels .i-favorite {
	display: none !important;
}
.templates-header .mopen-content .not_logged {
	display: none !important;
}
.templates-header .mopen-content .links {
	display: none !important;
}
.templates-header .mopen-content .social-media {
	display: none !important;
}

/* specific wp style ovrerides for atomic */
body.tour .templates-sections-accordeon .headline,
body.tour .templates-sections-accordeon .headline * {
	font-weight: bold;
}

/* body padding sticky btn */

@media screen and (max-width: 1023px) {
	body.tour, body.voucher {
		padding-bottom: 90px;
	}
}
body.single-post .fallback-css img,
body.single-post .fallback-css figure {
	width: auto !important;
}
body.single-post .organisms-rows-breadcrumbs,
body.single-post &gt; .wrapper-section {
	max-width: 980px;
    box-sizing: content-box;
	margin: 0 auto;
}

body:not(.--teamevent) .payment-icons .i-bill {
	display: none;
}

</pre></body></html>