/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 22 2025 | 09:53:22 */
.gv-view-filters {
	background: #022342;
	color: white !important;
	text-align:center !important;
	font-size:0.8em !important;
	border: 0px solid #ddd;
	padding: 1em;
	margin: 1em 0;
	border-radius: 6px;
	font-family: sans-serif;
}

.gv-view-filters h3 {
	margin-top: 0;
	font-size: 1.1em;
	color: #fff;
}

.gv-view-filters ul {
	list-style: disc;
	margin-left: 1.2em;
	padding-left: 0;
}

.gv-view-filters li {
	margin-bottom: 0.5em;
}

.gv-view-filters .gv-filter-value {
	color: #fff;
	font-weight: bold;
}

