/*
 * Keep the INF certification line on one row on desktop.
 */

.site-description {
	max-width: none !important;
	padding-right: 130px !important;
	white-space: nowrap !important;
}

@media (max-width: 760px) {
	.site-description {
		padding-right: 0 !important;
		white-space: normal !important;
	}
}
