/* ══════════════════════════════════════════════════ *
 * MARK: Global Styles
 * ────────────────────────────────────────────────── */
#cvh--site-header .menu-item-label:not(.submenu .menu-item-label) {
	text-transform: uppercase;
}

body main p:not(:is(hgroup, div).cvh--heading-ctn p) {
	max-inline-size: 75ch;
}

:is(hgroup, div).cvh--heading-ctn.has-category p:first-child {
	text-transform: uppercase;
}


/* ══════════════════════════════════════════════════ *
 * MARK: Utility
 * ────────────────────────────────────────────────── */
/* #═#═#═#═#═# Listen Stylings #═#═#═#═#═# */
:is(#id, .cvh--use-checklist ul, ul.cvh--checklist) li::before {
	content: '\2713';
	font: var(--cvh-font-icon-fas);
	line-height: 1lh;
	font-size: 1.2em;
    margin-right: 10px;
}