/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* Cookie banner CSS is missing; keep the close SVG from filling the viewport. */
.cmplz-close {
	width: 24px !important;
	height: 24px !important;
	max-width: 24px !important;
	max-height: 24px !important;
	overflow: hidden;
	cursor: pointer;
	flex: 0 0 24px;
}
.cmplz-close svg {
	width: 16px !important;
	height: 16px !important;
	max-width: 16px !important;
	max-height: 16px !important;
	display: block;
}
#cmplz-cookiebanner-container {
	display: none !important;
}