/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

* {
	scroll-margin-top: 100px;
}

.system-requirements {
	color: var(--bs-gray-600);
	font-size: var(--cnvs-promo-span-smaller-font-size);
}

@media (min-width: 992px) {
	.width-lg {
		width: 11% !important;
	}
}