/* Editorial pages load assets/styles.css after this file — restore shared chrome. */
body > header.site-header {
	z-index: 50;
	color: #fff;
	-webkit-backdrop-filter: blur(18px);
	backdrop-filter: blur(18px);
	background: #051117c7;
	border-bottom: 1px solid #ffffff1a;
	position: fixed;
	inset: 0 0 auto;
	width: 100%;
}

body > header.site-header .header-inner {
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 24px;
	min-height: 76px;
	display: grid;
	width: min(1180px, 100% - 48px);
	margin-inline: auto;
	padding: 0;
}

body > header.site-header .logo-link,
body > header.site-header .site-nav,
body > header.site-header .nav-toggle {
	display: none !important;
}

.language-switcher a {
	color: #8fa4a8;
	letter-spacing: .08em;
	border-radius: 4px;
	width: 32px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
	transition: color .2s, background .2s;
}

.language-switcher a:hover {
	color: #fff;
}

.language-switcher a.active {
	color: var(--ink);
	background: var(--teal);
}

.rioniz-editorial {
	padding-top: 76px;
}

body.rioniz-editorial-page {
	background: var(--paper, #f5f8f6);
}

body.rioniz-editorial-page::before {
	display: none;
}

@media (width <= 600px) {
	.rioniz-editorial {
		padding-top: 62px;
	}
}
