/* Section headings inside the categories menu overlay */
.gm-catmenu__section-heading {
	margin: 0;
	padding: 8px 16px;
	font-size: 0.7em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	opacity: 0.5;
}

/* "Categories" heading injected by JS after the close button */
.gm-catmenu__heading {
	display: block;
	padding: 4px 16px 10px;
	font-size: 0.7em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	opacity: 0.5;
}