/* Disable OceanWP cookie consent banner site-wide */
#ocn-cookie-wrap,
#ocn-cookie-overlay {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
	height: 0 !important;
	overflow: hidden !important;
}
