.at-formula-math {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 1.9em;
	line-height: 1;
	white-space: nowrap;
	vertical-align: middle;
}

.at-formula-math,
.at-formula-math .katex {
	font-size: 18px !important;
}

.at-formula-math .katex,
.at-formula-math .katex-html {
	line-height: 1 !important;
	white-space: nowrap;
}

.at-formula-math .katex .base {
	margin-top: 0.08em;
	margin-bottom: 0.08em;
}

.at-formula-math .katex .sizing[class*="reset-size"],
.at-formula-math .katex .fontsize-ensurer[class*="reset-size"] {
	font-size: 1em !important;
}

@media (max-width: 767px) {
	.at-formula-math {
		min-height: 1.75em;
	}

	.at-formula-math,
	.at-formula-math .katex {
		font-size: 16px !important;
	}

	.at-formula-math .katex .sizing[class*="reset-size"],
	.at-formula-math .katex .fontsize-ensurer[class*="reset-size"] {
		font-size: 1em !important;
	}
}
