/* Section heading wrapper — holds the border at full opacity */
.gm-catmenu__section-heading {
	display: block;
	width: 100%;
	margin: 0;
	border-bottom: 1px solid rgba(16, 24, 40, 0.08);
}

/* Inner label — text styles + opacity independent of the border */
.gm-catmenu__section-label {
	display: block;
	padding: 8px 16px;
	font-family: system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";
	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-family: system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";
	font-size: 0.7em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	opacity: 0.5;
}