/*
 * Shared header/footer refinements loaded after the compiled project stylesheet.
 *
 * @package Mutamayzoun
 */

.mutamayzoun-header__inner {
	position: relative;
}

/* Keep the primary menu between the brand and language switcher on desktop. */
.mutamayzoun-primary-navigation {
	margin-inline-start: 0;
}

.mutamayzoun-language-switcher__control {
	direction: ltr;
	unicode-bidi: isolate;
}

.mutamayzoun-topbar__contact a,
.mutamayzoun-footer__column--contact a {
	direction: ltr;
	unicode-bidi: plaintext;
}

.mutamayzoun-footer {
	border-top: 1px solid var(--mutamayzoun-gold);
}

.mutamayzoun-footer__column {
	min-width: 0;
}

.mutamayzoun-footer__column--brand p {
	max-width: 24rem;
}

.mutamayzoun-footer__column--contact address {
	min-width: 0;
	display: grid;
	justify-items: start;
	width: 100%;
}

.mutamayzoun-footer__column--contact address a {
	display: block;
	width: max-content;
	max-width: 100%;
	text-align: start;
	white-space: nowrap;
}

@media (max-width: 800px) {
	.mutamayzoun-topbar__inner {
		min-height: 2.75rem;
	}

	.mutamayzoun-topbar__cta {
		white-space: nowrap;
	}

	.mutamayzoun-language-switcher__control {
		min-width: 4.75rem;
		padding-inline: .5rem;
	}
}
