.shogun-root {
	margin-top: calc(var(--space-2xl) * -1);
}

.shogun-root .shg-rich-text a {
	color: var(--color-black) !important;
	text-decoration: underline !important;
	text-transform: none !important;
	text-underline-offset: calc(var(--size-4xs) + var(--size-5xs)) !important;
}

@media screen and (max-width: 750px) {
	.shogun-root div.center-mobile p {
		text-align: center !important;
	}
}
