#google_translate_element {
	display: none;
}

.magazine-topbar {
	display: flex;
	align-items: center;
}

.cem-topbar {
	height: 58px;
	background: #2f8f2f;
	display: flex;
	align-items: center;
	justify-content: center;
	position: sticky;
	top: 0;
	z-index: 1400;
	padding: 0 16px;
}

.cem-topbar-inner {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cem-nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 12px;
	z-index: 1;
}

.cem-nav-list a {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	font-weight: 600;
	white-space: nowrap;
}

.cem-nav-right {
	justify-content: flex-end;
}

.cem-center-logo {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.cem-topbar img {
	height: 48px;
	width: auto;
	display: block;
	vertical-align: middle;
}

.header-actions {
	margin-left: auto;
	position: relative;
}

.nav-toggle {
	display: none;
	border: 1px solid #ddd;
	background: #fff;
	color: #333;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 8px 10px;
	cursor: pointer;
}

.header-menu {
	list-style: none;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	gap: 12px;
}

.header-menu .nav-item {
	margin: 0;
}

.translate-shortcuts {
	margin: 0;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	display: flex;
	align-items: center;
}

.translate-shortcuts a {
	color: #777;
	text-decoration: none;
	margin-right: 10px;
}

.translate-shortcuts a:hover {
	color: #000;
}

@media (max-width: 767px) {
	.cem-topbar {
		height: 52px;
	}

	.cem-nav-list {
		display: none;
	}

	.cem-topbar img {
		height: 42px;
		transform: translateY(1px);
	}

	.magazine-topbar .logo {
		width: 88% !important;
	}

	.nav-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	.header-menu {
		display: none;
		position: absolute;
		top: calc(100% + 8px);
		right: 0;
		background: #fff;
		border: 1px solid #ddd;
		padding: 10px 12px;
		min-width: 230px;
		z-index: 1000;
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.header-menu.open {
		display: flex;
	}

	.translate-shortcuts {
		flex-wrap: wrap;
		gap: 8px;
	}

	.translate-shortcuts a {
		margin-right: 0;
	}
}
