.xts-travel-footer {
	padding-inline: var(--wp--preset--spacing--30);
}
.xts-travel-footer .xts-travel-footer-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: var(--wp--preset--spacing--40);
}
.xts-travel-footer-grid > * { margin-block: 0; min-width: 0; }
.xts-travel-footer .wp-block-heading { margin-block: 0 var(--wp--preset--spacing--20); }
.xts-travel-footer .wp-block-navigation { margin-block-start: 0; }
.xts-travel-footer .wp-block-navigation-item__content {
	display: inline-flex;
	align-items: center;
	box-sizing: border-box;
	min-height: 25px;
	padding-block: 2px;
	line-height: 1.5;
}
.xts-travel-footer .wp-block-navigation-item {
	margin-block: 0;
}
.xts-travel-footer a,
.xts-travel-footer a:hover,
.xts-travel-footer a:focus,
.xts-travel-footer a:active { text-decoration: none; }
.xts-travel-footer a:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 4px;
}
.xts-travel-footer-brand img { max-width: 100%; height: auto; }
.xts-travel-footer-brand p { max-width: 27ch; }
.xts-travel-footer-contacts p { overflow-wrap: anywhere; }
.xts-travel-footer .xts-travel-footer-contacts {
	display: flex;
	flex-direction: column;
}
.xts-travel-footer-contacts > * { order: 2; }
.xts-travel-footer-contacts > .wp-block-heading { order: 1; }
.xts-travel-footer-contacts > .xts-travel-footer-contact-row:has(> a[href^="tel:"]) {
	order: 0;
	margin-block-end: var(--wp--preset--spacing--30);
}
.xts-travel-footer-contacts .xts-travel-footer-contact-row:has(> a[href^="tel:"]) > span[aria-hidden="true"] {
	display: none;
}
.xts-travel-footer .xts-travel-footer-contacts a[href^="tel:"] {
	color: var(--wp--preset--color--accent-1);
	font-family: var(--wp--preset--font-family--oswald, "Oswald"), sans-serif;
	font-size: var(--wp--preset--font-size--x-large);
	font-weight: 400;
	min-block-size: 44px;
}
.xts-travel-footer-contacts .xts-travel-footer-contact-row {
	display: flex;
	align-items: baseline;
	gap: var(--wp--preset--spacing--20);
	box-sizing: border-box;
	min-height: 25px;
	margin-block: 0;
	line-height: 1.5;
}
.xts-travel-footer-contact-row > span[aria-hidden="true"] {
	flex: 0 0 1em;
	text-align: center;
}
.xts-travel-footer-contact-row > a {
	min-width: 0;
	padding-block: 2px;
}
.xts-travel-footer-contact-row > span:not([aria-hidden]) {
	min-width: 0;
	padding-block: 2px;
}
.xts-travel-footer-contacts .wp-block-social-links {
	margin-block-start: var(--wp--preset--spacing--20);
}
.xts-travel-footer .wp-block-social-links { gap: var(--wp--preset--spacing--20); }
.xts-travel-footer .wp-social-link a { padding: 8px; }
.xts-travel-footer .xts-travel-footer-bottom {
	margin-block-start: var(--wp--preset--spacing--50);
	padding-block-start: var(--wp--preset--spacing--30);
	border-block-start: 1px solid var(--wp--preset--color--accent-6);
	gap: var(--wp--preset--spacing--20);
}
.xts-travel-footer-bottom p { margin: 0; }
@media (max-width: 1023px) {
	.xts-travel-footer .xts-travel-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: var(--wp--preset--spacing--30);
	}
	.xts-travel-footer-brand,
	.xts-travel-footer-contacts {
		grid-column: 1 / -1;
		text-align: center;
	}
	.xts-travel-footer-brand p {
		max-width: 36ch;
		margin-inline: auto;
	}
	.xts-travel-footer .xts-travel-footer-contacts {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(0, max-content) minmax(0, 1fr);
		justify-content: center;
		row-gap: 0;
		column-gap: var(--wp--preset--spacing--20);
		padding-block-start: var(--wp--preset--spacing--40);
		border-block-start: 1px solid var(--wp--preset--color--accent-6);
	}
	.xts-travel-footer-contacts > * {
		order: 2;
		grid-column: 2;
	}
	.xts-travel-footer-contacts > .wp-block-heading {
		order: 1;
		grid-column: 1 / -1;
		text-align: start;
		margin-block: 0 var(--wp--preset--spacing--20);
	}
	.xts-travel-footer-contacts > .xts-travel-footer-contact-row:has(> a[href^="tel:"]) {
		order: 0;
		grid-column: 1 / -1;
		margin-block-end: var(--wp--preset--spacing--40);
		padding-block-end: var(--wp--preset--spacing--40);
		border-block-end: 1px solid var(--wp--preset--color--accent-6);
	}
	.xts-travel-footer-contacts .xts-travel-footer-contact-row,
	.xts-travel-footer-contacts .wp-block-social-links {
		justify-content: center;
	}
	.xts-travel-footer-contacts .xts-travel-footer-contact-row:not(:has(> a[href^="tel:"])) {
		grid-column: 1 / -1;
		justify-content: flex-start;
		text-align: start;
		min-block-size: 25px;
	}
	.xts-travel-footer .xts-travel-footer-bottom {
		justify-content: center;
		text-align: center;
	}
}
@media (min-width: 1024px) {
	.xts-travel-footer .xts-travel-footer-grid { grid-template-columns: 1.1fr 1fr 1fr 1.5fr; }
}
