/**
 * Responsive breakpoints reference
 * Mobile: default (~320 / 390)
 * Tablet: 48rem (~768)
 * Desktop: 64rem (~1024)
 * Wide: 80rem (~1280+) — public content stays on --fc-container; do not invent a second page width
 */
@media (min-width: 80rem) {
	.fc-container--wide {
		max-width: var(--fc-container);
	}

	.fc-captain-portal-root {
		max-width: var(--fc-container);
	}
}
