/**
 * Media type links centered in the top header; search on the right.
 */
body.pv-with-media-nav .fixed-top.pv-with-media-nav {
	height: 64px !important;
	min-height: 64px;
	overflow: visible !important;
}

body.pv-with-media-nav:not(.body-video) #wrapper {
	margin-top: 75px !important;
}

body.pv-with-media-nav #sidebar:not(.hide) {
	top: 56px !important;
}

body.pv-with-media-nav .top-header {
	position: relative;
}

body.pv-with-media-nav .logo-wrapper {
	flex: 0 1 auto;
	min-width: 120px;
	z-index: 2;
}

body.pv-with-media-nav .header-center.pv-header-center-with-media {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	justify-content: flex-end;
	min-width: 0;
	max-width: none;
	flex-basis: auto;
	z-index: 2;
	pointer-events: none;
}

body.pv-with-media-nav .header-right {
	flex: 0 0 auto;
	flex-basis: auto;
	z-index: 2;
}

body.pv-with-media-nav .searchWidget {
	flex: 0 0 340px;
	width: 340px;
	min-width: 300px;
	max-width: 340px;
	margin-left: 0;
	margin-right: 4px;
	padding: 0 10px;
	box-sizing: border-box;
	pointer-events: auto;
}

body.pv-with-media-nav .searchWidget form,
body.pv-with-media-nav .searchWidget .search-holder,
body.pv-with-media-nav .searchWidget .form-control-wrap {
	width: 100%;
	box-sizing: border-box;
}

body.pv-with-media-nav .searchWidget .form-control {
	width: 100%;
	padding-right: 112px;
	box-sizing: border-box;
}

body.pv-with-media-nav .searchWidget .search-target {
	right: 54px;
}

body.pv-with-media-nav .searchWidget .search-target #switch-search > i {
	font-size: 20px;
	margin: 5px 2px 0;
}

body.pv-with-media-nav .searchWidget .explainer {
	display: none;
}

body.pv-with-media-nav .searchWidget .search-button button {
	padding: 0 14px;
}

.pv-top-media-nav--inline {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 3;
	flex: none;
	border: none;
	background: transparent;
	box-sizing: border-box;
	max-width: calc(100% - 720px);
}

.pv-top-media-nav__list {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	height: 64px;
}

.pv-top-media-nav__list::-webkit-scrollbar {
	display: none;
}

.pv-top-media-nav__item {
	flex: 0 0 auto;
	margin: 0;
}

.pv-top-media-nav__link {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	height: 64px;
	padding: 0 14px;
	color: #555;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
	border-bottom: 2px solid transparent;
	box-sizing: border-box;
	transition: color 0.15s ease, border-color 0.15s ease;
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.pv-top-media-nav__link:hover,
.pv-top-media-nav__link:focus {
	color: #1c2942;
	text-decoration: none;
	outline: none;
	box-shadow: none;
}

.pv-top-media-nav__link:focus-visible {
	outline: none;
	box-shadow: none;
}

.pv-top-media-nav__item--active .pv-top-media-nav__link {
	color: #1c2942;
	border-bottom-color: #1c2942;
}

.pv-top-media-nav__icon {
	font-size: 16px;
	line-height: 1;
}

body.dark-mode .pv-top-media-nav__link {
	color: #b8c5d6;
}

body.dark-mode .pv-top-media-nav__link:hover,
body.dark-mode .pv-top-media-nav__link:focus,
body.dark-mode .pv-top-media-nav__item--active .pv-top-media-nav__link {
	color: #ffffff;
}

body.dark-mode .pv-top-media-nav__item--active .pv-top-media-nav__link {
	border-bottom-color: #1fa8e1;
}

@media (max-width: 1280px) {
	body.pv-with-media-nav .searchWidget {
		flex: 0 0 300px;
		width: 300px;
		min-width: 280px;
		max-width: 300px;
	}

	.pv-top-media-nav--inline {
		max-width: calc(100% - 620px);
	}

	.pv-top-media-nav__link {
		padding: 0 12px;
		font-size: 11px;
	}

	.pv-top-media-nav__icon {
		display: none;
	}
}

@media (max-width: 992px) {
	body.pv-with-media-nav .logo-wrapper {
		flex: 0 0 auto;
		min-width: 0;
	}

	body.pv-with-media-nav .searchWidget {
		flex: 0 0 260px;
		width: 260px;
		min-width: 260px;
		max-width: 260px;
	}

	.pv-top-media-nav--inline {
		max-width: calc(100% - 520px);
	}

	.pv-top-media-nav__label {
		font-size: 11px;
	}
}

@media (max-width: 767px) {
	.pv-top-media-nav--inline {
		display: none !important;
	}

	body.pv-with-media-nav .searchWidget {
		flex: 1 1 auto;
		width: 100%;
		min-width: 0;
		max-width: none;
		margin-right: 0;
	}
}
