<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.HomePageLocalNotification {
	display: flex;
	justify-content: center;
	background-color: #e2f1fe
}

.local-notification {
	margin-bottom: 0px !important;
	width: 960px;
	background-color: #e2f1fe !important;
}

@media only screen and (min-width: 960px) {
	.notification-close {
		padding-right: 0 !important;
	}
}

@media only screen and (max-width: 960px) {
	.site-search-opened .HomePageLocalNotification {
		transform: translateY(360px) !important;
	}

	.HomePageLocalNotification {
		padding: 0 8px;
	}
}

@media (min-width: 768px ) and (max-width: 960px) {
	.local-notification {
		width: 750px;
	}

	.notification-close {
		padding-right: 24px !important;
	}
}

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