/* Ship detail facts only. Isolated from the shared header and other modules. */
body.kn-module-cruise_ships .kn-fact-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

body.kn-module-cruise_ships .kn-fact-grid > div {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 112px;
	padding: 16px 10px;
	text-align: center;
}

body.kn-module-cruise_ships .kn-fact-icon {
	align-items: center;
	color: #41677a;
	display: flex !important;
	height: 30px !important;
	justify-content: center;
	margin: 0 auto 10px;
	width: 30px !important;
}

body.kn-module-cruise_ships .kn-fact-icon svg {
	display: block !important;
	fill: none !important;
	height: 26px !important;
	max-height: 26px !important;
	max-width: 26px !important;
	stroke: currentColor !important;
	stroke-linecap: round !important;
	stroke-linejoin: round !important;
	stroke-width: 1.45 !important;
	width: 26px !important;
}

body.kn-module-cruise_ships .kn-fact-grid dt {
	font-size: 12px;
	line-height: 1.25;
	margin: 0 0 5px;
	order: 2;
}

body.kn-module-cruise_ships .kn-fact-grid dd {
	font-size: 17px;
	line-height: 1.25;
	margin: 0;
	order: 3;
}

@media (max-width: 900px) {
	body.kn-module-cruise_ships .kn-fact-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	body.kn-module-cruise_ships .kn-fact-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
