/* Footer — mobile */

@media (max-width: 767px) {
	.ct-footer,
	.ct-footer [data-row],
	.ct-footer [data-row] > .ct-container {
		width: 100% !important;
		max-width: none !important;
	}

	.ct-footer [data-row] > .ct-container {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
		justify-items: center;
		gap: clamp(1.75rem, 6vw, 2.5rem);
		padding-inline: var(--lh-site-gutter) !important;
	}

	.ct-footer [data-row] [data-column] {
		grid-column: 1 / -1 !important;
		width: 100% !important;
		max-width: 100% !important;
		text-align: center;
	}

	.ct-footer [data-row='top'] .stk-block-image,
	.ct-footer [data-row='top'] .stk-block-image .stk-img-wrapper {
		justify-content: center !important;
		margin-inline: auto;
	}

	.ct-footer [data-row='top'] .has-text-align-left,
	.ct-footer [data-row='top'] .has-text-align-center,
	.ct-footer [data-row='top'] .stk-block-text__text {
		text-align: center !important;
	}

	.ct-footer [data-row='top'] .stk-block-text__text {
		font-size: clamp(0.92rem, 3.8vw, 1rem);
		line-height: 1.55;
	}

	.ct-footer [data-row='top'] .stk-block-text__text a {
		display: inline-block;
		margin-top: 0.35rem;
		line-height: 1.5;
	}

	.ct-footer [data-row='middle'] {
		padding-block: clamp(1.5rem, 5vw, 2rem);
	}

	.ct-footer .menu-menu-footer-container {
		width: 100%;
	}

	.ct-footer .menu-menu-footer-container .widget-menu {
		display: grid !important;
		grid-template-columns: 1fr !important;
		justify-items: center;
		gap: 0.85rem;
		width: 100%;
		max-width: 18rem;
		margin-inline: auto;
	}

	.ct-footer .menu-menu-footer-container .widget-menu > .menu-item {
		display: block;
		width: 100%;
		max-width: none;
		margin: 0;
		text-align: center;
	}

	.ct-footer .menu-menu-footer-container .widget-menu > .menu-item + .menu-item::before {
		content: none !important;
		display: none !important;
	}

	.ct-footer .menu-menu-footer-container .widget-menu a {
		display: block;
		white-space: normal;
		text-align: center;
		line-height: 1.45;
		font-size: clamp(0.72rem, 3vw, 0.82rem);
	}

	.ct-footer [data-row='bottom'] .ct-footer-copyright,
	.ct-footer [data-row='bottom'] .ct-footer-copyright p {
		width: 100%;
		text-align: center !important;
		font-size: clamp(0.78rem, 3.2vw, 0.9rem);
		line-height: 1.45;
	}
}
