@import url("medical-travel-checklist-v1.css");

/* Reflow hardening for WCAG 1.4.10 at 400% zoom. */
.mtc,
.mtc * {
	min-width: 0;
}

.mtc :where(p, li, span, b, small, h2, h3, a) {
	overflow-wrap: anywhere;
}

@media (max-width: 400px) {
	.mtc .mts-emergency__inner,
	.mtc .mts-card-grid,
	.mtc .mts-source-grid,
	.mtc .mtc-gates {
		grid-template-columns: minmax(0, 1fr);
	}

	.mtc .mts-source-grid a,
	.mtc .mtc-gates article,
	.mtc .mts-card-grid article {
		width: 100%;
		max-width: 100%;
	}
}
