/* Desktop-only alignment with the mobile layout for staging.clasicradio.ro */
:root {
	--ns4-accent: #ff005b;
	--ns4-border: #e5e5e5;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.mvp-widget-home-title,
.ns4v2-head h2,
.ns4v2-col-title,
.ns4v2-bottom-head h3 {
	font-family: 'Oswald', sans-serif;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
	outline: 2px solid var(--ns4-accent);
	outline-offset: 2px;
}

/* Single, clean header: logo + menu only. */
#mvp-main-nav-top,
#mvp-main-nav-bot {
	display: none !important;
}

#mvp-main-nav-small,
#mvp-main-nav-bot {
	display: block !important;
}

#mvp-main-nav-top {
	display: none !important;
}

#mvp-main-nav-small {
	border-bottom: 1px solid #e6e6e6;
}

#mvp-nav-small-left,
.mvp-fly-but-wrap,
.ns4-head-social,
.ns4-head-player,
.ns4-head-bucharest,
.ns4-logo-tagline,
.mvp-logo-title {
	display: none !important;
}

#mvp-nav-small-right {
	margin-left: auto;
}

#mvp-main-nav-small .mvp-nav-menu ul {
	display: flex !important;
	flex-wrap: nowrap !important;
	gap: 16px !important;
	align-items: center !important;
	margin: 0 !important;
	padding: 0 !important;
}

#mvp-main-nav-small .mvp-nav-menu ul li {
	margin: 0 !important;
}

#mvp-main-nav-small .mvp-nav-menu ul li a {
	padding: 12px 4px !important;
	text-transform: uppercase !important;
	letter-spacing: .02em !important;
	font-size: .82rem !important;
}

/* "Mai multe" dropdown (desktop only). */
.ns4-nav-more {
	position: relative;
}

.ns4-nav-more > ul {
	background: #fff;
	border: 1px solid #e6e6e6;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
	display: none;
	left: 0;
	min-width: 180px;
	padding: 8px 0;
	position: absolute;
	top: 100%;
	z-index: 50;
}

.ns4-nav-more:hover > ul,
.ns4-nav-more.is-open > ul {
	display: block;
}

.ns4-nav-more > ul li a {
	display: block;
	padding: 8px 12px !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
}

/* Full-width content when sidebar is removed. */
#mvp-side-wrap,
.mvp-main-side-wrap {
	display: none !important;
}

.mvp-main-blog-out,
.mvp-main-blog-in {
	margin-right: 0 !important;
}

.mvp-post-main-out,
.mvp-post-main-in {
	margin-right: 0 !important;
}

h1.mvp-post-title {
	margin-right: 0 !important;
	width: 100% !important;
}

/* Section rhythm. */
.ns4v2-wrap {
	margin: 18px 0 26px !important;
}

.ns4v2-col-head,
.ns4v2-bottom-head,
.ns4v2-editor-head {
	margin-bottom: 8px !important;
}

/* Hero: single slide, no dots/controls. */
.ns4v2-controls,
.ns4v2-dots {
	display: none !important;
}

.ns4v2-track {
	overflow: visible !important;
}

.ns4v2-slide {
	display: none !important;
}

.ns4v2-slide:first-child {
	display: block !important;
}

.ns4v2-grid,
.ns4v2-lead-related,
.ns4v2-mostread-list,
.ns4-cat-top-grid,
.ns4-cat-next-grid {
	grid-template-columns: 1fr !important;
}

.ns4v2-col,
.ns4v2-col-lead,
.ns4v2-col-mid,
.ns4v2-col-side {
	min-width: 0 !important;
}

/* Consistent cards across home/category. */
.ns4v2-lead-card,
.ns4v2-mid-card,
.ns4v2-side-feature,
.ns4v2-bottom-card,
.ns4v2-related-card,
.ns4v2-side-text-item,
.ns4v2-editor-card,
.ns4v2-sport-card {
	border: 1px solid var(--ns4-border) !important;
	display: grid !important;
	gap: 14px !important;
	grid-template-columns: 180px minmax(0, 1fr) !important;
	margin: 0 0 12px !important;
	padding: 10px !important;
}

.ns4v2-lead-card {
	display: block !important;
}

.ns4v2-media-lead {
	aspect-ratio: 16 / 9 !important;
	height: auto !important;
	width: 100% !important;
}

.ns4v2-media-mid,
.ns4v2-media-side,
.ns4v2-media-bottom,
.ns4v2-media-related {
	aspect-ratio: 4 / 3 !important;
	height: auto !important;
	width: 180px !important;
}

.ns4v2-media img,
.ns4v2-media-mid img,
.ns4v2-media-side img,
.ns4v2-media-bottom img,
.ns4v2-media-related img,
.ns4v2-media-lead img {
	display: block !important;
	height: 100% !important;
	object-fit: cover !important;
	width: 100% !important;
}

.ns4v2-bottom-track {
	display: grid !important;
	gap: 12px !important;
	overflow: visible !important;
	padding-bottom: 0 !important;
}

.ns4v2-bottom-card {
	flex: none !important;
	width: 100% !important;
}

/* Typography and meta line. */
.ns4v2-lead-title,
.ns4v2-mid-body h4,
.ns4v2-side-feature-body h5,
.ns4v2-side-title,
.ns4v2-bottom-body h4,
.ns4v2-related-body h4,
.mvp-blog-story-text h2,
h1.mvp-post-title {
	color: #111 !important;
	font-weight: 400 !important;
	line-height: 1.22 !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
	overflow-wrap: anywhere !important;
	word-break: break-word !important;
}

.ns4v2-mid-body h4,
.ns4v2-side-feature-body h5,
.ns4v2-side-title,
.ns4v2-bottom-body h4,
.ns4v2-related-body h4 {
	display: block !important;
	overflow: visible !important;
	-webkit-line-clamp: unset !important;
	-webkit-box-orient: unset !important;
}

.mvp-cat-date-wrap {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 8px !important;
	margin-bottom: 4px !important;
}

span.mvp-cd-cat,
span.mvp-cd-date {
	float: none !important;
}

/* Reduce clutter on category pages. */
.ns4-cat-fullbleed,
.ns4-cat-subzones {
	display: none !important;
}

/* Hide archive pagination blocks on desktop. */
.mvp-inf-more-wrap {
	display: none !important;
}

/* Avoid excessive separators. */
.mvp-blog-story-wrap {
	border-top: 0 !important;
}
