/* FireSeason Launch Cleanup v1.2.0 */

/* Block-menu fallback: hide links tagged by the PHP block filter. */
[data-fsw-launch-hidden="true"] {
	display: none !important;
}

/*
 * The actual footer is owned by FireSeason Public Experience Shell and uses
 * .fsw-site-footer and .fsw-site-footer__grid, not generic block-footer classes.
 */
.fsw-site-footer,
.fsw-site-footer * {
	box-sizing: border-box;
}

.fsw-site-footer {
	max-width: 100% !important;
	overflow-x: hidden !important;
}

.fsw-site-footer .fsw-container,
.fsw-site-footer__grid,
.fsw-site-footer__identity,
.fsw-site-footer__group,
.fsw-site-footer__trust,
.fsw-site-footer__bottom {
	min-width: 0 !important;
	max-width: 100% !important;
}

.fsw-site-footer h1,
.fsw-site-footer h2,
.fsw-site-footer h3,
.fsw-site-footer h4,
.fsw-site-footer p,
.fsw-site-footer a,
.fsw-site-footer span,
.fsw-site-footer strong {
	writing-mode: horizontal-tb !important;
	text-orientation: mixed !important;
	white-space: normal !important;
	word-break: normal !important;
	overflow-wrap: break-word !important;
	hyphens: none !important;
}

@media (max-width: 782px) {
	.fsw-site-footer {
		padding: 36px 0 18px !important;
	}

	.fsw-site-footer .fsw-container {
		width: min(100% - 32px, 1180px) !important;
		margin-inline: auto !important;
		padding-inline: 0 !important;
	}

	.fsw-site-footer__grid {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
		grid-auto-flow: row !important;
		gap: 24px !important;
		width: 100% !important;
	}

	.fsw-site-footer__grid > *,
	.fsw-site-footer__identity,
	.fsw-site-footer__group,
	.fsw-site-footer__group--company {
		display: block !important;
		grid-column: 1 / -1 !important;
		width: 100% !important;
		min-width: 0 !important;
		margin: 0 !important;
	}

	.fsw-site-footer__group h2 {
		display: block !important;
		width: 100% !important;
		margin: 0 0 10px !important;
		line-height: 1.35 !important;
	}

	.fsw-site-footer__group a {
		display: block !important;
		width: 100% !important;
		margin: 7px 0 !important;
		line-height: 1.5 !important;
	}

	.fsw-site-footer__identity p,
	.fsw-site-footer__trust,
	.fsw-site-footer__bottom {
		width: 100% !important;
	}

	.fsw-site-footer__trust,
	.fsw-site-footer__bottom {
		display: block !important;
	}

	.fsw-site-footer__trust strong,
	.fsw-site-footer__trust span,
	.fsw-site-footer__bottom span {
		display: block !important;
		width: 100% !important;
	}
}
