/* LeaderOS tarafından yönetilen header öğeleri için yalnızca yerleşim kuralları. */
.tc-nav__links--managed > .tc-dropdown.tc-dropdown--align-end > .tc-mega,
.tc-nav__links--managed > .tc-dropdown.tc-dropdown--align-end > .tc-dropdown__menu {
	left: auto;
	right: 0;
}

/*
 * Wide-screen header and page copy use different maximum container widths
 * (1440px and 1220px). Keep the first managed navigation control on the same
 * vertical guide as the page copy instead of centring the whole group in the
 * wider header lane.
 */
@media (min-width: 1501px) {
	.tc-nav__links--managed {
		justify-content: flex-start;
		padding-inline-start: 35px;
	}
}

@media (min-width: 1121px) and (max-width: 1320px) {
	.tc-nav__links--managed .tc-nav__link {
		padding-inline: 7px;
	}
}
