/**
 * InnerSanctum legacy utilities + 2026 refresh helpers.
 * Loaded globally via MU plugin and child theme.
 */

.remove {
	list-style: none;
}

h2 {
	font-size: clamp(1.35rem, 2.2vw, 2rem);
	text-align: center !important;
}

.bg-smokyblack {
	background-color: #0d0d0d !important;
}

.bg-catalina {
	background-color: #021e73 !important;
}

.bg-title {
	background-color: #05aff2 !important;
}

.gap-12 {
	width: 100%;
	height: 12px;
}

.item li::before {
	content: "\2022" !important;
	color: #05aff2 !important;
	font-weight: bold !important;
	display: inline-block !important;
	width: 1em !important;
	margin-left: -1em !important;
}
