<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

.cmplz-cookiebanner .cmplz-buttons {
    flex-direction: row-reverse;
}

.no-touch .w-nav.type_desktop .hover_underline .w-nav-anchor.level_1 .w-nav-title:after {
	height: 3px;
	background: var(--color-content-secondary);
}

.no-touch .us-btn-style_badge:hover {
	color: var(--color-content-primary) !important;
}

.deco strong {
	position: relative;
	font-weight: 300;
	display: inline-block;
	padding-right: 15px;
	color: var(--color-content-primary);
}
.deco strong:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 100%;
	width: 150px;
	height: 2px;
	background: #ffdf00;
}

.g-filters-item.active {
	border-color: var(--color-content-secondary) !important;
}

.simple-weather {
	width: 100%;
}

footer .fas {
	color: var(--color-content-secondary) !important;
}

footer .w-iconbox {
	align-items: flex-start !important;
}
footer .w-iconbox-icon {
	margin-top: 0.25rem;
	margin-right: .4em !important;
}</pre></body></html>