
/*
Theme Name: ADN24 News
Theme URI: https://www.ADN2.it
Author: DMF Innovation
Author URI: https://www.dmfinnovation.it
Description: Tema WordPress ADN24
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: adn24news
Tags: news, breaking, responsive, modern, journalism
*/

/* ========================================
   NEWS BREAKING COLOR PALETTE
   ======================================== */
:root {
	/* Primary Colors - News Breaking */
	--primary-blue: #1e3a8a;
	--primary-red: #dc2626;
	--primary-black: #111827;
	--primary-orange: #ff6b35;
	--secondary-blue: #3b82f6;
	--secondary-red: #ef4444;
	--secondary-gray: #6b7280;
	--secondary-orange: #ff9248;
	--live-breaking-bg: #9c1a1a;
	--accent-blue: #1d4ed8;
	--accent-red: #b91c1c;
	--accent-orange: #f59e0b;
	--bg-primary: #fff;
	--bg-secondary: #f8fafc;
	--bg-dark: #1f2937;
	--bg-card: #fff;
	--text-primary: #111827;
	--text-secondary: #6b7280;
	--text-light: #9ca3af;
	--text-white: #fff;
	--white: #fff;
	--border-light: #e5e7eb;
	--border-medium: #d1d5db;
	--success: #10b981;
	--warning: #f59e0b;
	--error: #ef4444;
	--info: #3b82f6;
	--breaking-red: #dc2626;
	--breaking-bg: #fef2f2;
	--live-indicator: #ef4444;
	--urgent-bg: #fef2f2;
	--urgent-border: #fecaca;
	--font-main: "Inter", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* ========================================
   MAIN SITE CONTAINER - CENTERED LAYOUT
   ======================================== */

/* Main site container - tutto il sito dentro questo */
.site-main-container {
	max-width: 1230px;
	margin: 0 auto;
	background: var(--bg-primary);
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	position: relative;
	z-index: 10;
	min-height: 100vh;
}

/* Body preparation for future ads */
body {
	background: #d0d0d0;
	min-height: 100vh;
	margin: 0;
	padding: 0;
}

.main-layout {
	background: #fff;
}

.content-wrapper {
	display: grid;
	grid-template-columns: 1fr 380px;
	gap: 20px;
	align-items: start;
}

.main-content {
	background: transparent;
	border-radius: 8px;
}

.sidebar {
	background: #f3f3f3;
	padding: 10px;
	position: sticky;
	top: calc(var(--nav-height, 0px) + 20px);
}

/* Sidebar fissa dopo il player: il body riceve la classe e la sidebar diventa fixed */
body.sidebar-fixed .sidebar {
	position: fixed;
	top: calc(var(--nav-height, 0px) + 16px);
	right: calc(( 100vw - 1230px ) / 2 + 25px);
	width: 380px;
	z-index: 998;
}

.sidebar-fixed-spacer {
	height: 0;
}

/* Blocco player + live bar come un tutt'uno */
.sidebar .sidebar-player-block {
	border-radius: 16px;
	overflow: hidden;
	background: #000;
}

.sidebar .sidebar-player-block .sidebar-player {
	background: #000;
}

.sidebar .sidebar-player-block .sidebar-player iframe {
	display: block;
}

/* Quando la sidebar è a contatto con la sezione TV, nascondi il player */
body.sidebar-hide-player .sidebar .sidebar-player-block {
	display: none;
}

/* Mini-player flottante (attivo quando si scrolla oltre il player) */
.sidebar-player-block.is-floating {
	position: fixed !important;
	width: 340px;
	right: 16px;
	bottom: 96px;
	z-index: 1001;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
	background: transparent;
}

.sidebar-player-block.is-floating .sidebar-player {
	width: 340px !important;
	height: 190px !important;
	padding-bottom: 0 !important;
}

.sidebar-player-block.is-floating .sidebar-player iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 12px;
}

.sidebar-player-spacer {
	height: 0;
	transition: height .2s ease;
}

.mobile-player-anchor {
	display: none;
}

@media (max-width: 1024px) {
	.sidebar-player-block.is-floating {
		width: 280px;
		bottom: 80px;
	}
	
	.sidebar-player-block.is-floating .sidebar-player {
		width: 280px !important;
		height: 158px !important;
	}
	
	.mobile-player-anchor {
		display: flex;
		justify-content: center;
	}
	
	#sidebar-player-block.mobile-player-active {
		display: block;
		width: 100%;
		max-width: 360px;
		padding: 0;
		border-radius: 12px;
		background: transparent;
		box-shadow: none;
	}
	
	#sidebar-player-block.mobile-player-active .sidebar-player {
		width: 100% !important;
		max-width: 360px;
		height: auto !important;
		padding-bottom: 0 !important;
		margin: 0;
		border-radius: 12px;
		overflow: hidden;
		aspect-ratio: 16/9;
		position: relative;
		background: #000;
	}
	
	#sidebar-player-block.mobile-player-active .sidebar-player iframe {
		position: absolute !important;
		inset: 0;
		width: 100% !important;
		height: 100% !important;
		border: 0;
	}
}

@media (max-width: 640px) {
	.mobile-player-anchor {
		padding: 10px 12px 0;
	}
	
	#sidebar-player-block.mobile-player-active {
		max-width: 320px;
	}
	
	#sidebar-player-block.mobile-player-active .sidebar-player {
		max-width: 320px;
	}
}

/* Più letti - sidebar */
.popular-posts-wrap {
	background: #f3f3f3;
	border: 1px solid #eee;
	border-radius: 16px;
	margin-top: 24px;
}

.popular-posts-head {
	margin: 0 0 14px 0;
	font-size: 24px;
	font-weight: 900;
	text-align: center;
	position: relative;
	letter-spacing: .3px;
}

.popular-posts-head::before, .popular-posts-head::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 28%;
	height: 2px;
	transform: translateY(-50%);
	background: linear-gradient(90deg, rgba(0, 0, 0, 0), var(--primary-red));
}

.popular-posts-head::before {
	left: 0;
}

.popular-posts-head::after {
	right: 0;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0), var(--primary-red));
}

.popular-posts-list {
	display: grid;
	gap: 10px;
}

.popular-post-item {
	text-decoration: none;
	color: inherit;
}

.popular-post-item-inner {
	display: grid;
	grid-template-columns: 28px 90px 1fr;
	gap: 10px;
	background: #fff;
	border-radius: 16px;
	align-items: center;
	padding: 10px 6px;
	border-top: 1px solid #eee;
}

.popular-post-item:first-child .popular-post-item-inner {
	border-top: none;
}

.popular-post-thumb img {
	width: 100%;
	height: 72px;
	object-fit: cover;
	border-radius: 10px;
	display: block;
}

.popular-rank {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: var(--primary-red);
	color: #fff;
	font-weight: 800;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.popular-post-meta {
	display: flex;
	gap: 8px;
	align-items: center;
	font-size: 12px;
	color: #666;
}

.popular-post-cat {
	background: var(--bg-secondary);
	color: var(--primary-blue);
	padding: 2px 6px;
	border-radius: 6px;
	font-weight: 700;
}

.popular-post-title {
	margin: 4px 0 0 0;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 700;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* ========================================
   SECTIONS STYLING
   ======================================== */
.section-title {
	font-size: 24px;
	font-weight: 700;
	color: var(--text-primary);
	margin: 0 0 25px 0;
	padding-bottom: 10px;
	border-bottom: 3px solid var(--primary-red);
	position: relative;
}

/* Musica section list card layout */
.music-section .popular-post-item-inner {
	display: grid;
	grid-template-columns: 90px 1fr;
	gap: 12px;
	align-items: center;
	background: #f3f3f3;
	border: 1px solid rgba(0, 0, 0, .06);
	border-radius: 12px;
	padding: 8px;
}

.music-section .popular-post-thumb img {
	width: 100%;
	height: 70px;
	object-fit: cover;
	display: block;
	border-radius: 8px;
}

.music-section .popular-post-title {
	margin: 2px 0 0;
}

/* Sport section cards blue tint */
.sport-section .featured-main, .sport-section .featured-small {
	background: #f3f8ff;
	border-color: rgba(0, 80, 200, .12);
}

/* Spacing for Sport section under Video */
.sport-section {
	margin-top: 16px;
}

/* Motori */
.motori-section {
	margin-top: 16px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .06);
	padding: 30px;
}

.motori-section hr {
	border: 0;
	margin: 6px 0 10px;
}

.motori-two-columns {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 24px;
	align-items: start;
}

.motori-title-row {
	position: relative;
	margin: 2px 0 10px;
}

.motori-title-row .popular-posts-head {
	margin: 0;
}

.motori-see-all-row {
	display: flex;
	justify-content: flex-end;
	margin: 6px 0 2px;
}

.motori-see-all {
	color: #002586;
	font-weight: 700;
	text-decoration: none;
	font-size: .95rem;
}

.motori-see-all:hover {
	text-decoration: underline;
}

.motori-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

.gossip-vertical-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 16px;
}

.gossip-vertical-list .popular-post-item {
	width: 100%;
}

.gossip-vertical-list .popular-post-item-inner {
	grid-template-columns: 90px 1fr;
	background: #f3f3f3;
	border: 1px solid rgba(0, 0, 0, .06);
	border-radius: 12px;
	padding: 8px;
}

@media (max-width: 992px) {
	.motori-two-columns {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	
	.motori-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 640px) {
	.motori-grid {
		grid-template-columns: 1fr;
	}
}

/* Sezione Video */
.video-section {
	background: #a34848;
	border-radius: 16px;
	padding: 16px 16px 10px;
	margin-bottom: 20px;
}

.video-section .featured-small {
	background: #e2bfbf;
	border: 1px solid rgba(0, 0, 0, .06);
}

/* Titolo video: testo bianco e decori neri */
.video-section .popular-posts-head {
	color: #fff;
}

.video-section .popular-posts-head::before {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0), #000);
}

.video-section .popular-posts-head::after {
	background: linear-gradient(270deg, rgba(0, 0, 0, 0), #000);
}

/* Video layout: 1 card orizzontale grande + 4 card piccole (2x2) */
.video-main {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 16px;
	background: #e2bfbf;
	border: 1px solid rgba(0, 0, 0, .06);
	border-radius: 16px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
	padding: 10px;
}

.video-main-image {
	overflow: hidden;
	border-radius: 12px;
}

.video-main-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 12px;
}

.video-main-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 8px;
}

.video-main-title {
	margin: 6px 0 4px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: -.01em;
}

.video-main-title a {
	color: inherit;
	text-decoration: none;
	transition: none;
}

.video-main-title a:hover {
	color: var(--primary-red);
}

.video-main-meta {
	display: flex;
	gap: 12px;
	align-items: center;
	color: #666;
	font-size: .9rem;
}

.video-small-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin-top: 16px;
}

.video-section .popular-post-item-inner {
	background: #e2bfbf;
	border: 1px solid rgba(0, 0, 0, .06);
	border-radius: 12px;
	padding: 8px;
	grid-template-columns: 90px 1fr;
}

/* Play icon overlay for any video format post */
.format-video :is(
    .featured-main-image, .featured-small-image, .video-main-image, .video-small-image, .popular-post-thumb, .post-thumbnail, .article-thumbnail, .post-card-thumbnail, .hero-featured-main-image, .hero-featured-small-image, .tvsp-main-image, .tvsp-small-image, .motori-main-image, .motori-small-image, .wp-block-post-featured-image, .wp-block-cover
  ) {
	position: relative;
	overflow: hidden;
}

.format-video :is(
    .featured-main-image, .featured-small-image, .video-main-image, .video-small-image, .popular-post-thumb, .post-thumbnail, .article-thumbnail, .post-card-thumbnail, .hero-featured-main-image, .hero-featured-small-image, .tvsp-main-image, .tvsp-small-image, .motori-main-image, .motori-small-image, .wp-block-post-featured-image, .wp-block-cover
  )::before, .format-video :is(
    .featured-main-image, .featured-small-image, .video-main-image, .video-small-image, .popular-post-thumb, .post-thumbnail, .article-thumbnail, .post-card-thumbnail, .hero-featured-main-image, .hero-featured-small-image, .tvsp-main-image, .tvsp-small-image, .motori-main-image, .motori-small-image, .wp-block-post-featured-image, .wp-block-cover
  )::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	transition: transform .25s ease, opacity .25s ease, background .25s ease;
	opacity: .95;
}

.format-video :is(
    .featured-main-image, .featured-small-image, .video-main-image, .video-small-image, .popular-post-thumb, .post-thumbnail, .article-thumbnail, .post-card-thumbnail, .hero-featured-main-image, .hero-featured-small-image, .tvsp-main-image, .tvsp-small-image, .motori-main-image, .motori-small-image, .wp-block-post-featured-image, .wp-block-cover
  )::before {
	width: 74px;
	height: 74px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .55);
	box-shadow: 0 12px 30px rgba(0, 0, 0, .35);
}

.format-video :is(
    .featured-main-image, .featured-small-image, .video-main-image, .video-small-image, .popular-post-thumb, .post-thumbnail, .article-thumbnail, .post-card-thumbnail, .hero-featured-main-image, .hero-featured-small-image, .tvsp-main-image, .tvsp-small-image, .motori-main-image, .motori-small-image, .wp-block-post-featured-image, .wp-block-cover
  )::after {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 28px;
	color: #fff;
	margin-left: 4px;
}

@media (max-width: 768px) {
	.format-video :is(
      .featured-main-image, .featured-small-image, .video-main-image, .video-small-image, .popular-post-thumb, .post-thumbnail, .article-thumbnail, .post-card-thumbnail, .hero-featured-main-image, .hero-featured-small-image, .tvsp-main-image, .tvsp-small-image, .motori-main-image, .motori-small-image, .wp-block-post-featured-image, .wp-block-cover
    )::before {
		width: 58px;
		height: 58px;
	}
	
	.format-video :is(
      .featured-main-image, .featured-small-image, .video-main-image, .video-small-image, .popular-post-thumb, .post-thumbnail, .article-thumbnail, .post-card-thumbnail, .hero-featured-main-image, .hero-featured-small-image, .tvsp-main-image, .tvsp-small-image, .motori-main-image, .motori-small-image, .wp-block-post-featured-image, .wp-block-cover
    )::after {
		font-size: 22px;
	}
}

@media (max-width: 480px) {
	.format-video :is(
      .featured-main-image, .featured-small-image, .video-main-image, .video-small-image, .popular-post-thumb, .post-thumbnail, .article-thumbnail, .post-card-thumbnail, .hero-featured-main-image, .hero-featured-small-image, .tvsp-main-image, .tvsp-small-image, .motori-main-image, .motori-small-image, .wp-block-post-featured-image, .wp-block-cover
    )::before {
		width: 48px;
		height: 48px;
	}
	
	.format-video :is(
      .featured-main-image, .featured-small-image, .video-main-image, .video-small-image, .popular-post-thumb, .post-thumbnail, .article-thumbnail, .post-card-thumbnail, .hero-featured-main-image, .hero-featured-small-image, .tvsp-main-image, .tvsp-small-image, .motori-main-image, .motori-small-image, .wp-block-post-featured-image, .wp-block-cover
    )::after {
		font-size: 18px;
	}
}

@media (max-width: 992px) {
	.video-main {
		grid-template-columns: 1fr;
	}
}

/* TV e Spettacolo */
.tvsp-section {
	margin-top: 0;
}

.tvsp-wide {
	grid-column: 1/-1;
}

.tvsp-two-columns {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 24px;
	align-items: start;
}

.tvsp-left-column {}

.tvsp-right-column {}

.tech-vertical-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 16px;
}

.tech-vertical-list .popular-post-item {
	width: 100%;
}

.tech-vertical-list .popular-post-item-inner {
	grid-template-columns: 90px 1fr;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .06);
	border-radius: 12px;
	padding: 8px;
}

.tvsp-row {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 12px;
	align-items: stretch;
}

.tvsp-main {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 16px;
	background: #f3f3f3;
	border: 1px solid rgba(0, 0, 0, .06);
	border-radius: 16px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
	padding: 10px;
}

.tvsp-main-image {
	overflow: hidden;
	border-radius: 12px;
}

.tvsp-main-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 12px;
}

.tvsp-main-content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 10px;
}

.tvsp-main-title {
	margin: 0 0 12px 0;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.3;
}

.tvsp-main-title a {
	color: inherit;
	text-decoration: none;
}

.tvsp-main-title a:hover {
	color: var(--primary-red);
}

.tvsp-main-meta {
	display: flex;
	gap: 12px;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 6px;
	color: #666;
	font-size: .9rem;
	margin-top: auto;
}

.tvsp-main-meta > span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.tvsp-main-meta .featured-category {
	margin-left: 0;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media (max-width: 992px) {
	.tvsp-main-meta {
		font-size: .85rem;
		gap: 10px;
	}
}

.tvsp-main-excerpt {
	margin-top: 0;
	color: #444;
	font-size: .95rem;
	line-height: 1.45;
}

.tvsp-small-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin-top: 16px;
}

.tvsp-pp-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin-top: 12px;
}

.tvsp-bottom-grid {
	margin-top: 16px;
}

.tvsp-section .popular-post-item-inner {
	grid-template-columns: 90px 1fr;
	background: #f3f3f3;
	border: 1px solid rgba(0, 0, 0, .06);
	border-radius: 12px;
	padding: 8px;
}

@media (max-width: 992px) {
	.tvsp-two-columns {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	
	.tvsp-row {
		grid-template-columns: 1fr;
	}
	
	.tvsp-main {
		grid-template-columns: 1fr;
	}
}

/* ========================================
   FEATURED ARTICLES LAYOUT
   ======================================== */
.featured-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 25px;
	margin-bottom: 40px;
}

@media (min-width: 1024px) {
	.featured-main {
		display: grid;
		grid-template-columns: 63.3% 1fr;
		gap: 16px;
		align-items: stretch;
	}
	
	.featured-main-image {
		padding: 0;
		border-radius: 16px;
		aspect-ratio: 16/9;
		height: auto;
		align-self: start;
	}
}

.featured-small-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	align-items: stretch;
}

.featured-main {
	background: #f3f3f3;
	border-radius: 24px;
	overflow: hidden;
	border: 1px solid #eee;
	padding: 10px;
}

.featured-main-image {
	position: relative;
	overflow: hidden;
	padding: 0;
	box-sizing: border-box;
	border-radius: 16px;
	aspect-ratio: 16/9;
}

.featured-main-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
	border-radius: 16px;
}

.featured-main-content {
	background: transparent;
}

.featured-main-title {
	margin: 0 0 12px 0;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.3;
}

.featured-main-title a {
	color: var(--text-primary);
	text-decoration: none;
	transition: color .3s ease;
}

.featured-main-title a:hover {
	color: var(--primary-red);
}

.featured-main-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	font-size: 14px;
	color: var(--text-secondary);
}

/* Meta autore */
.featured-main-meta {
	flex-wrap: wrap;
	gap: 8px 12px;
}

.featured-main-meta .featured-author {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
}

.featured-main-meta .featured-author .author-avatar {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: block;
	flex-shrink: 0;
}

.featured-main-meta .featured-author a {
	color: var(--text-secondary);
	text-decoration: none;
	display: inline-block;
	white-space: nowrap;
	line-height: 1;
}

.featured-main-meta .featured-author-label {
	color: var(--text-secondary);
	font-weight: 600;
}

/* ===================================
   ENTRY AUTHOR BOX (sotto contenuto)
   =================================== */
.entry-author-box {
	display: flex;
	gap: 20px;
	padding: 24px;
	margin-top: 32px;
	background: #f3f3f3;
	border-radius: 12px;
	border: 1px solid rgba(0, 0, 0, .06);
}

.author-avatar-large {
	flex-shrink: 0;
}

.author-avatar-img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: block;
}

.author-info {
	flex: 1;
}

.author-name-row {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
}

.author-label {
	font-size: .9rem;
	color: var(--text-secondary);
	font-weight: 600;
}

.author-name {
	font-size: 1.2rem;
	font-weight: 700;
	color: var(--text-primary);
	text-decoration: none;
}

.author-name:hover {
	color: var(--primary-red);
	text-decoration: underline;
}

.author-bio {
	margin: 12px 0;
	color: var(--text-secondary);
	line-height: 1.6;
	font-size: .95rem;
}

.author-meta {
	margin-top: 12px;
}

.author-link {
	color: var(--primary-blue);
	text-decoration: none;
	font-weight: 600;
	font-size: .9rem;
}

.author-link:hover {
	text-decoration: underline;
}

@media (max-width: 640px) {
	.entry-author-box {
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 20px;
	}
	
	.author-name-row {
		justify-content: center;
		flex-wrap: wrap;
	}
}

.featured-main-meta .featured-author a:hover {
	text-decoration: underline;
}

/* =============================
   FEATURED STACK
   ============================= */
.featured-stack {
	background: #f3f3f3;
	border: 1px solid #eee;
	border-radius: 22px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
}

.featured-stack-image {
	overflow: hidden;
	box-sizing: border-box;
	max-height: 280px;
}

.featured-stack-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 12px;
}

@media (max-width: 768px) {
	.featured-stack-image {
		max-height: 200px;
	}
	
	.featured-stack-title {
		font-size: 16px !important;
		line-height: 1.35 !important;
		font-weight: 600 !important;
	}
}

.featured-stack-content {
	padding: 14px 16px;
}

.featured-stack-title {
	margin: 0 0 12px 0;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.3;
}

.featured-stack-title a {
	color: var(--text-primary);
	text-decoration: none;
}

.featured-stack-title a:hover {
	color: var(--primary-red);
}

.featured-stack-meta {
	display: flex;
	gap: 12px;
	align-items: center;
	font-size: 14px;
	color: var(--text-secondary);
}

.featured-stack-meta .featured-category {
	margin-left: auto;
}

.featured-date {
	display: flex;
	align-items: center;
	gap: 8px;
}

.featured-category a {
	color: var(--primary-blue);
	text-decoration: none;
	font-weight: 600;
	padding: 6px 12px;
	background: var(--bg-secondary);
	border-radius: 6px;
	transition: all .3s ease;
}

.featured-category a:hover {
	background: var(--primary-blue);
	color: var(--text-white);
}

.featured-main-excerpt {
	color: var(--text-secondary);
	line-height: 1.7;
	margin: 0 0 25px 0;
	font-size: 16px;
}

.featured-read-more {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--primary-red);
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .5px;
	transition: all .3s ease;
}

.featured-read-more:hover {
	color: var(--accent-red);
	transform: translateX(5px);
}

/* Featured Small Articles */
.featured-small {
	background: #f3f3f3;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.featured-small-image {
	overflow: hidden;
	aspect-ratio: 16/9;
	padding: 10px;
}

.featured-small-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 12px;
}

/* Footer thumbnails: padding su tutti i bordi */
.footer-news-thumb {
	padding: 10px;
	box-sizing: border-box;
	border-radius: 12px;
	overflow: hidden;
}

.footer-news-thumb img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	border-radius: 8px;
}

.featured-small-content {
	padding: 12px;
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}

.featured-small-title, .video-small-title, .tvsp-small-title, .motori-small-title, .popular-post-title {
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: -.01em;
}

.featured-small-title a, .video-small-title a, .tvsp-small-title a, .motori-small-title a, .popular-post-title a {
	color: var(--text-primary);
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	transition: color .3s ease;
}

.featured-small-title a:hover, .video-small-title a:hover, .tvsp-small-title a:hover, .motori-small-title a:hover, .popular-post-title a:hover {
	color: var(--primary-red);
}

.featured-small-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
	font-size: 12px;
	color: var(--text-secondary);
}

.featured-small-category {
	color: var(--primary-blue);
	font-weight: 500;
}

.featured-small-excerpt {
	color: var(--text-secondary);
	line-height: 1.5;
	margin: 0;
	font-size: 14px;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

/* Tablet Styles */
@media (max-width: 1024px) {
	.content-wrapper {
		grid-template-columns: 1fr 320px;
		gap: 20px;
	}
	
	.main-content {
		padding: 25px;
	}
	
	.sidebar {
		padding: 20px;
	}
	
	.featured-layout {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.featured-main-image {
		height: 300px;
	}
	
	.featured-main-title {
		font-size: 24px;
	}
}

@media (max-width: 768px) {
	.live-breaking-alert .indicator {
		display: none !important;
		visibility: hidden !important;
	}
}

@media (max-width: 768px) {
	/* Forza la navbar sticky ad aderire al top su mobile */
	.main-navigation.navbar-sticky {
		top: 0 !important;
	}
	
	body.admin-bar .main-navigation.navbar-sticky {
		top: 0 !important;
	}
	
	/* Gli UL del menu non gestiscono il posizionamento, solo il container */
	.main-navigation .nav-menu, .main-navigation #primary-menu {
		position: static !important;
		flex-direction: column !important;
	}
	
	/* Submenu mobile: layout a blocco dentro il pannello */
	.nav-menu .sub-menu {
		position: static !important;
		display: none;
		opacity: 1 !important;
		visibility: visible !important;
		transform: none !important;
		pointer-events: auto !important;
		background: transparent !important;
		box-shadow: none !important;
		border: 0 !important;
		margin: 0 !important;
		padding: 0 0 0 12px !important;
		min-width: 0 !important;
	}
	
	/* Nascondi eventuale freccia/indicatore dropdown */
	.nav-menu .menu-item-has-children > a .dropdown-arrow {
		display: none !important;
	}
	
	/* Assicura che i genitori con submenu siano mostrati come voci normali */
	.nav-menu .menu-item-has-children > a {
		display: flex !important;
		align-items: center !important;
		padding: 10px 16px !important;
		font-size: .85rem !important;
		color: #fff !important;
		gap: 8px !important;
		width: 100% !important;
	}
	
	/* I sottomenu diventano normali menu-item: stesso stile, nessuna indentazione */
	.nav-menu .sub-menu {
		display: block !important;
		position: static !important;
		opacity: 1 !important;
		visibility: visible !important;
		transform: none !important;
		pointer-events: auto !important;
		background: transparent !important;
		box-shadow: none !important;
		border: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		min-width: 0 !important;
		list-style: none !important;
	}
	
	/* I menu-item dentro i sub-menu hanno lo stesso stile dei menu-item normali */
	.nav-menu .sub-menu .menu-item {
		margin: 0 !important;
		width: 100% !important;
	}
	
	.nav-menu .sub-menu .menu-item a {
		display: flex !important;
		align-items: center !important;
		padding: 10px 16px !important;
		font-size: .85rem !important;
		color: #fff !important;
		gap: 8px !important;
		width: 100% !important;
		border-bottom: 1px solid rgba(255, 255, 255, .1) !important;
		text-decoration: none !important;
		margin: 0 !important;
		border-radius: 0 !important;
	}
	
	.nav-menu .sub-menu .menu-item a:hover {
		background: rgba(255, 255, 255, .1) !important;
		color: #fff !important;
		padding-left: 16px !important;
	}
	
	.nav-menu .sub-menu .menu-item a i {
		font-size: .75rem !important;
		color: rgba(255, 255, 255, .8) !important;
	}
	
	/* Hover/active leggibili in hamburger */
	.nav-menu .menu-item a {
		background: transparent !important;
		color: #fff !important;
		border-bottom: 1px solid rgba(255, 255, 255, .1) !important;
	}
	
	.nav-menu .menu-item a:hover, .nav-menu .menu-item a:focus, .nav-menu .menu-item.current-menu-item > a {
		background: rgba(255, 255, 255, .08) !important;
		color: #fff !important;
		border-bottom-color: rgba(255, 255, 255, .15) !important;
	}
	
	/* Rimuovi linee/indicatori rossi che abbassano contrasto */
	.nav-menu .menu-item a::before, .nav-menu .menu-item a::after {
		display: none !important;
		content: none !important;
	}
	
	/* Icone più chiare su hover */
	.nav-menu .menu-item a i {
		color: rgba(255, 255, 255, .8) !important;
	}
	
	.nav-menu .menu-item a:hover i, .nav-menu .menu-item.current-menu-item a i {
		color: #fff !important;
	}
	
	/* Offset gestito dalla nuova implementazione CSS */
	
	/* Nascondi la live-breaking-section quando il menu hamburger è aperto */
	body.menu-open .live-breaking-section {
		display: none !important;
		visibility: hidden !important;
		height: 0 !important;
		overflow: hidden !important;
	}
	
	/* Bottoni hamburger più stretti */
	.nav-menu .menu-item a {
		padding: 6px 12px !important;
		font-size: .78rem !important;
		gap: 6px !important;
		min-height: 32px !important;
		border-bottom: 1px solid rgba(255, 255, 255, .08) !important;
	}
	
	.nav-menu .menu-item a i {
		font-size: .68rem !important;
	}
	
	.nav-menu .sub-menu .menu-item a {
		padding: 6px 12px !important;
		font-size: .76rem !important;
		gap: 6px !important;
		min-height: 32px !important;
		border-bottom: 1px solid rgba(255, 255, 255, .08) !important;
	}
}

/* Controllo apertura submenu: click su touch, hover su mouse */
@media (hover: none) {
	.nav-menu .menu-item-has-children:hover > .sub-menu, .nav-menu .menu-item-has-children:focus-within > .sub-menu {
		display: none !important;
		opacity: 1 !important;
		visibility: visible !important;
		transform: none !important;
		pointer-events: auto !important;
	}
}

@media (hover: hover) and (pointer: fine) {
	.nav-menu .menu-item-has-children:hover > .sub-menu, .nav-menu .menu-item-has-children:focus-within > .sub-menu {
		display: block;
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		pointer-events: auto;
	}
}

/* Mobile Styles */
@media (max-width: 768px) {
	/* Nascondi completamente l'header principale su mobile */
	.main-news-header {
		display: none !important;
	}
	
	/* Previeni overflow orizzontale su mobile */
	body {
		overflow-x: hidden !important;
		width: 100% !important;
		max-width: 100% !important;
	}
	
	/* Assicura che il container principale sia centrato e non tagliato */
	.site-main-container {
		max-width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		width: 100% !important;
		box-sizing: border-box;
	}
	
	.content-wrapper {
		grid-template-columns: 1fr;
		gap: 20px;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		box-sizing: border-box;
	}
	
	.main-content {
		padding: 20px;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
		box-sizing: border-box;
	}
	
	.sidebar {
		display: none !important;
	}
	
	/* Nascondi anche lo spacer della sidebar */
	.sidebar-fixed-spacer {
		display: none !important;
	}
	
	.featured-layout {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	/* Assicura che la featured-section sia visibile e funzionante su mobile */
	.featured-section {
		display: block !important;
		visibility: visible !important;
		overflow: visible !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		box-sizing: border-box !important;
	}
	
	.featured-section .container, .featured-section .featured-layout {
		width: 100% !important;
		max-width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
		box-sizing: border-box !important;
	}
	
	/* Assicura che gli elementi interni della featured-section siano correttamente dimensionati */
	.featured-section .featured-main, .featured-section .featured-main-image, .featured-section .featured-main-content, .featured-section .featured-small-grid, .featured-section .featured-small {
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
	}
	
	.featured-section .featured-main-image img {
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
	}
	
	/* Assicura che anche featured-news-section sia visibile */
	.featured-news-section {
		display: block !important;
		visibility: visible !important;
		overflow: visible !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
		padding: 40px 0 !important;
	}
	
	.featured-news-section .container {
		width: 100% !important;
		max-width: 100% !important;
		padding: 0 20px !important;
		margin: 0 auto !important;
		box-sizing: border-box !important;
	}
	
	.featured-main-image {
		height: 250px;
	}
	
	.featured-main-content {
		padding: 20px;
	}
	
	.featured-main-title {
		font-size: 20px;
	}
	
	.featured-main-excerpt {
		font-size: 14px;
	}
	
	.featured-small {
		margin-bottom: 15px;
		background: #f3f3f3 !important;
		border: 1px solid #eee !important;
		border-radius: 24px !important;
		padding: 10px !important;
		overflow: hidden !important;
	}
	
	.featured-small-image {
		height: 220px !important;
		padding: 0 !important;
		border-radius: 16px !important;
	}
	
	.featured-small-image img {
		border-radius: 16px !important;
		height: 100% !important;
	}
	
	.featured-small-content {
		padding: 20px !important;
	}
	
	.featured-small-title {
		font-size: 18px !important;
		line-height: 1.3 !important;
	}
	
	.featured-small-title a {
		font-size: 18px !important;
		line-height: 1.3 !important;
	}
	
	.featured-small-meta, .featured-small-meta span, .featured-small-meta i, .featured-small-category, .featured-small-date, .featured-small-reading-time {
		font-size: 12px !important;
		line-height: 1.3 !important;
	}
	
	.featured-small-excerpt {
		font-size: 14px !important;
	}
	
	.sport-section .featured-main, .sport-section .featured-small {
		background: #f3f8ff !important;
		border-color: rgba(0, 80, 200, .12) !important;
	}
	
	.section-title {
		font-size: 20px;
	}
	
	.widget-title {
		font-size: 16px;
	}
	
	/* ========================================
     RESPONSIVE - TUTTE LE CARD E LAYOUT GRID
   ======================================== */
	
	/* Featured small grid - 2 colonne diventano 1 */
	.featured-small-grid {
		grid-template-columns: 1fr !important;
		gap: 15px !important;
	}
	
	/* Featured main - diventa layout verticale */
	.featured-main {
		grid-template-columns: 1fr !important;
		gap: 12px !important;
	}
	
	/* Video section - layout responsive */
	.video-main {
		grid-template-columns: 1fr !important;
		gap: 12px !important;
	}
	
	.video-small-grid {
		grid-template-columns: 1fr !important;
		gap: 12px !important;
	}
	
	/* TV/Spettacolo section - layout responsive */
	.tvsp-two-columns {
		grid-template-columns: 1fr !important;
		gap: 16px !important;
		padding: 12px !important;
		box-sizing: border-box !important;
	}
	
	.tvsp-row {
		grid-template-columns: 1fr !important;
		gap: 12px !important;
	}
	
	.tvsp-main {
		grid-template-columns: 1fr !important;
		gap: 12px !important;
	}
	
	.tvsp-small-grid, .tvsp-pp-grid {
		grid-template-columns: 1fr !important;
		gap: 12px !important;
	}
	
	/* Motori section - layout responsive */
	.motori-two-columns {
		grid-template-columns: 1fr !important;
		gap: 16px !important;
		box-sizing: border-box !important;
	}
	
	.motori-section {
		padding: 12px !important;
		box-sizing: border-box !important;
	}
	
	.motori-grid {
		grid-template-columns: 1fr !important;
		gap: 12px !important;
	}
	
	/* Hero layout responsive */
	.hero-two-col {
		grid-template-columns: 1fr !important;
		gap: 20px !important;
	}
	
	/* Popular posts - layout responsive */
	.popular-post-item-inner {
		grid-template-columns: 90px 1fr !important;
		gap: 10px !important;
	}
	
	/* Assicura che tutte le card siano responsive */
	.featured-main, .featured-small, .video-main, .video-small, .tvsp-main, .tvsp-small, .motori-main, .motori-small, .popular-post-item, .post-card, .article-card, .news-card {
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
	}
	
	/* Immagini responsive in tutte le card */
	.featured-main-image img, .featured-small-image img, .video-main-image img, .video-small-image img, .tvsp-main-image img, .tvsp-small-image img, .motori-main-image img, .motori-small-image img, .popular-post-thumb img, .post-thumbnail img, .article-thumbnail img {
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		object-fit: cover !important;
	}
	
	/* Assicura padding corretto per tutte le card su mobile */
	.featured-main-content, .featured-small-content, .video-main-content, .video-small-content, .tvsp-main-content, .tvsp-small-content, .motori-main-content, .motori-small-content {
		padding: 12px !important;
	}
	
	/* Titoli responsive */
	.featured-main-title, .video-main-title, .tvsp-main-title, .motori-main-title {
		font-size: 18px !important;
		line-height: 1.35 !important;
		font-weight: 600 !important;
	}
	
	.featured-small-title, .video-small-title, .tvsp-small-title, .motori-small-title, .popular-post-title {
		font-size: 16px !important;
		line-height: 1.35 !important;
		font-weight: 600 !important;
	}
	
	.featured-small-title a, .video-small-title a, .tvsp-small-title a, .motori-small-title a, .popular-post-title a {
		font-size: inherit !important;
		line-height: inherit !important;
	}
	
	.featured-small-meta, .featured-small-meta span, .featured-small-meta i, .featured-small-category, .featured-small-date, .featured-small-reading-time {
		font-size: 12px !important;
		line-height: 1.3 !important;
	}
	
	.featured-small-excerpt {
		font-size: 14px !important;
		line-height: 1.5 !important;
	}
	
	/* Sezioni verticali list - layout responsive */
	.music-section .popular-post-item-inner, .gossip-vertical-list .popular-post-item-inner, .tech-vertical-list .popular-post-item-inner, .tvsp-section .popular-post-item-inner, .economia-section .popular-post-item-inner, .lifestyle-section .popular-post-item-inner {
		grid-template-columns: 80px 1fr !important;
		gap: 10px !important;
		padding: 12px !important;
	}
	
	/* Altezze immagini ottimizzate per mobile */
	.popular-post-thumb img {
		height: 60px !important;
	}
	
	.music-section .popular-post-thumb img, .economia-section .popular-post-thumb img, .lifestyle-section .popular-post-thumb img {
		height: 60px !important;
	}
	
	.music-section.tvsp-wide {
		padding: 12px !important;
		box-sizing: border-box;
	}
	
	/* Regola generale: tutti i grid con più colonne diventano 1 colonna su mobile */
	[class*="grid"]:not(.featured-layout):not(.popular-posts-list) {
		grid-template-columns: 1fr !important;
	}
	
	/* Assicura che tutte le immagini siano responsive */
	img {
		max-width: 100% !important;
		height: auto !important;
	}
	
	/* Assicura box-sizing corretto per tutti gli elementi */
	*, *::before, *::after {
		box-sizing: border-box;
	}
}

/* Small Mobile Styles */
@media (max-width: 480px) {
	.main-layout {
		padding: 10px 0;
	}
	
	.main-content {
		padding: 15px;
	}
	
	.sidebar {
		padding: 15px;
	}
	
	.featured-main-image {
		height: 200px;
	}
	
	.featured-main-content {
		padding: 15px;
	}
	
	.featured-main-title {
		font-size: 18px;
	}
	
	.featured-main-excerpt {
		font-size: 13px;
	}
	
	.featured-small-image {
		height: 100px;
	}
	
	.featured-small-content {
		padding: 12px;
	}
	
	.featured-small-title {
		font-size: 15px;
		line-height: 1.35;
	}
	
	.featured-small-title a {
		font-size: 15px;
		line-height: 1.35;
	}
	
	.featured-small-excerpt {
		font-size: 13px;
		line-height: 1.4;
	}
	
	.section-title {
		font-size: 18px;
		margin-bottom: 20px;
	}
	
	.widget-title {
		font-size: 15px;
		margin-bottom: 15px;
	}
	
	/* Ottimizzazioni aggiuntive per schermi molto piccoli */
	.featured-main-title, .video-main-title, .tvsp-main-title, .motori-main-title {
		font-size: 16px !important;
		line-height: 1.35 !important;
		font-weight: 600 !important;
	}
	
	.featured-small-title, .video-small-title, .tvsp-small-title, .motori-small-title, .popular-post-title {
		font-size: 15px !important;
		line-height: 1.35 !important;
		font-weight: 600 !important;
	}
	
	.featured-small-title a, .video-small-title a, .tvsp-small-title a, .motori-small-title a, .popular-post-title a {
		font-size: inherit !important;
		line-height: inherit !important;
	}
	
	.featured-small-title, .featured-small-title a {
		font-size: 15px !important;
		line-height: 1.35 !important;
		font-weight: 600 !important;
	}
	
	.featured-small-meta, .featured-small-meta span, .featured-small-meta i, .featured-small-category, .featured-small-date, .featured-small-reading-time {
		font-size: 11px !important;
		line-height: 1.3 !important;
	}
	
	.featured-small-excerpt {
		font-size: 13px !important;
		line-height: 1.4 !important;
	}
	
	.popular-post-thumb img {
		height: 50px !important;
	}
	
	.music-section .popular-post-item-inner, .economia-section .popular-post-item-inner, .lifestyle-section .popular-post-item-inner {
		grid-template-columns: 70px 1fr !important;
		padding: 12px !important;
	}
	
	/* Padding ridotto per schermi piccoli */
	.featured-main-content, .featured-small-content, .video-main-content, .video-small-content, .tvsp-main-content, .tvsp-small-content, .motori-main-content, .motori-small-content {
		padding: 12px !important;
	}
}

/* Base container width limitation */
.container, .content-area, .site-main, .wp-block-group__inner-container {
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 20px;
}

/* ========================================
   NEWS BREAKING STYLES
   ======================================== */

/* Hero + Sidebar two columns */
.hero-two-col-section {
	background: #fff;
	padding: 20px 0;
	min-height: 600px;
}

.hero-two-col {
	display: grid;
	grid-template-columns: 2fr 340px;
	column-gap: 28px;
	align-items: start;
}

.hero-two-col .tv-sidebar {
	position: static;
	align-self: start;
}

/* Hero + Sidebar Layout - Due colonne affiancate */
.hero-two-col-section {
	margin-bottom: 2rem;
}

.hero-two-col {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 2rem;
	align-items: start;
}

.hero-left {
	min-width: 0;
}

.tv-sidebar {
	position: sticky;
	top: 96px;
	align-self: start;
	max-height: calc(100vh - 96px);
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: var(--border-medium) transparent;
}

/* Sticky Sidebar Container */
.tv-sidebar .tv-sticky-after-player {
	position: relative;
	transition: all .3s ease;
	max-height: none;
}

/* Attiva sticky solo quando la classe sticky-active è presente */
.tv-sticky-after-player.sticky-active {
	position: sticky !important;
	top: 96px !important;
	z-index: 10 !important;
	max-height: calc(100vh - 96px) !important;
	overflow-y: auto !important;
	scrollbar-width: thin;
	scrollbar-color: var(--border-medium) transparent;
	background: var(--bg-primary);
	box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}

/* Sidebar generica per altre pagine */
.content-area .sidebar {
	position: sticky;
	top: 96px;
	align-self: start;
	height: fit-content;
	max-height: calc(100vh - 96px);
	overflow-y: auto;
	z-index: 5;
	scrollbar-width: thin;
	scrollbar-color: var(--border-medium) transparent;
	transition: all .3s ease;
}

/* Scrollbar personalizzata per WebKit */
.tv-sidebar::-webkit-scrollbar {
	width: 6px;
}

.tv-sidebar::-webkit-scrollbar-track {
	background: transparent;
}

.tv-sidebar::-webkit-scrollbar-thumb {
	background: var(--border-medium);
	border-radius: 3px;
}

.tv-sidebar::-webkit-scrollbar-thumb:hover {
	background: var(--text-secondary);
}

/* Responsive Layout */
@media (max-width: 1024px) {
	.hero-two-col {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}
	
	.tv-sidebar {
		position: static;
		max-height: none;
		overflow-y: visible;
	}
	
	.tv-sidebar .tv-sticky-after-player {
		position: static !important;
		max-height: none !important;
		overflow-y: visible !important;
	}
}

@media (max-width: 768px) {
	.tv-sidebar {
		max-width: 100%;
	}
	
	.tv-sidebar .tv-sticky-after-player {
		position: static !important;
		max-height: none !important;
		overflow-y: visible !important;
	}
	
	.tv-sidebar .tv-sticky-after-player.sticky-active {
		position: static !important;
	}
	
	.content-area .sidebar {
		position: static !important;
		max-height: none !important;
		overflow-y: visible !important;
	}
	
	/* Nascondi la live-breaking-section quando il menu hamburger è aperto */
	body.menu-open .live-breaking-section {
		display: none !important;
		visibility: hidden !important;
		height: 0 !important;
		overflow: hidden !important;
	}
}

.current-time {
	display: flex;
	align-items: center;
	gap: 6px;
	color: var(--text-secondary);
	font-size: .85rem;
	font-weight: 500;
}

.current-time i {
	color: var(--primary-blue);
	font-size: .8rem;
}

/* Ticker Animation */
@keyframes tickerScroll {
	0% {
		transform: translateX(100%);
	}
	
	100% {
		transform: translateX(-100%);
	}
}

.current-time {
	display: flex;
	align-items: center;
	gap: 6px;
	font-weight: 600;
	font-size: .9rem;
}

.current-time i {
	opacity: .8;
}

@keyframes breakingPulse {
	0%, 100% {
		opacity: 1;
	}
	
	50% {
		opacity: .8;
	}
}

@keyframes breakingBlink {
	0%, 50% {
		opacity: 1;
	}
	
	51%, 100% {
		opacity: .3;
	}
}

@keyframes tickerScroll {
	0% {
		transform: translateX(100%);
	}
	
	100% {
		transform: translateX(-100%);
	}
}

@keyframes liveBlink {
	0%, 50% {
		opacity: 1;
	}
	
	51%, 100% {
		opacity: .3;
	}
}

/* Main News Header */
.main-news-header {
	background: var(--primary-black);
	color: var(--text-white);
	padding: 20px 0;
	border-bottom: 3px solid var(--primary-red);
}

.header-content {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 30px;
}

.header-logo {
	justify-self: start;
}

.logo-text .site-title {
	margin: 0;
	font-size: 2.5rem;
	font-weight: 800;
	line-height: 1;
}

.logo-text .site-title a {
	color: var(--text-white);
	text-decoration: none;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
	transition: color .3s ease;
}

.logo-text .site-title a:hover {
	color: var(--primary-red);
}

.site-tagline {
	margin: 8px 0 0 0;
	color: var(--text-light);
	font-size: 1rem;
	font-weight: 500;
}

.header-info {
	display: flex;
	align-items: center;
	gap: 30px;
	justify-self: center;
}

.weather-info, .date-info {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--text-white);
	font-weight: 600;
	flex-wrap: wrap;
}

.weather-info i, .date-info i {
	color: var(--primary-red);
	font-size: 1.1rem;
}

.date-info {
	gap: 6px;
}

.date-info #current-date {
	margin-right: 4px;
}

.date-info #current-time {
	font-weight: 700;
	font-size: .95rem;
}

.weather-details {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	line-height: 1.2;
}

.weather-city {
	font-size: .8rem;
	opacity: .8;
}

.weather-temp {
	font-size: 1rem;
	font-weight: 700;
}

.weather-info.weather-loading .weather-city {
	opacity: .6;
	font-style: italic;
}

.mobile-weather-bar {
	display: none;
}

.mobile-weather-bar .weather-info {
	color: var(--text-white);
}

.weather-info.weather-error .weather-city {
	opacity: .7;
	color: var(--primary-red);
}

.weather-info.weather-loading #weather-icon {
	animation: weatherPulse 1.5s ease-in-out infinite;
}

@keyframes weatherPulse {
	0%, 100% {
		opacity: 1;
	}
	
	50% {
		opacity: .5;
	}
}

.header-search {
	justify-self: end;
}

.search-box {
	position: relative;
	display: flex;
	align-items: center;
}

.search-box input {
	background: var(--bg-primary);
	border: 2px solid var(--border-light);
	border-radius: 25px;
	padding: 12px 20px;
	padding-right: 50px;
	width: 280px;
	font-size: .9rem;
	color: var(--text-primary);
	transition: all .3s ease;
}

.search-box input:focus {
	outline: none;
	border-color: var(--primary-red);
	box-shadow: 0 0 0 3px rgba(220, 38, 38, .1);
}

.search-box button {
	position: absolute;
	right: 8px;
	background: var(--primary-red);
	border: none;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	color: white;
	cursor: pointer;
	transition: all .3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.search-box button:hover {
	background: var(--secondary-red);
	transform: scale(1.05);
}

/* Main Navigation */
.main-navigation {
	background: var(--bg-primary);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
	position: relative;
	top: auto;
	z-index: 1000;
	max-width: 1230px;
	margin: 0 auto;
	transition: transform .3s ease, box-shadow .3s ease, background .3s ease;
}

/* Supporto admin bar di WordPress (desktop) */
body.admin-bar .main-navigation.navbar-sticky {
	top: 32px;
}

@media (max-width: 782px) {
	body.admin-bar .main-navigation.navbar-sticky {
		top: 46px;
	}
}

/* Classi navbar sticky con logo (compatibili col codice fornito) */
.main-navigation.navbar-sticky {
	/* stato attivo: fixed e centrata come il container */
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 1230px;
	margin: 0 auto;
	transform: translateY(0);
	z-index: 1100;
}

.main-navigation.navbar-shadow {
	box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}

/* rimosso hide/show per evitare scomparsa in scroll */
.main-navigation .navbar-logo, .main-navigation .site-logo {
	opacity: 0;
	transform: translateY(-20px);
	transition: all .3s ease;
	pointer-events: none;
}

.main-navigation .logo-visible {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

/* Stato hide/show verticale per transizione fluida */
.main-navigation.navbar-hide {
	transform: translateY(-100%);
}

.main-navigation.navbar-show {
	transform: translateY(0);
}

/* Spacer per evitare salto layout quando la nav diventa fixed */
.main-nav-spacer {
	display: none;
}

#primary-menu {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 18px;
	margin: 0;
	padding: 10px;
	list-style: none;
}

.nav-menu-container {
	flex: 2;
}

.main-navigation .nav-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.nav-actions {
	display: none;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	flex: 0 0 auto;
}

.mvp-nav-search-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, .18);
	background: rgba(15, 17, 24, .65);
	color: #fff;
	font-size: 1.05rem;
	cursor: pointer;
	transition: background .2s ease, transform .2s ease, border-color .2s ease;
}

.mvp-nav-search-btn:hover, .mvp-nav-search-btn:focus-visible {
	background: rgba(255, 255, 255, .14);
	border-color: rgba(255, 255, 255, .35);
	transform: translateY(-1px);
	outline: none;
}

.mvp-nav-search-btn:focus-visible {
	box-shadow: 0 0 0 3px rgba(255, 255, 255, .22);
}

/* Search overlay (Zox-inspired) */
#mvp-search-wrap {
	position: fixed;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(48px, 8vw, 90px) clamp(20px, 6vw, 60px);
	background: rgba(6, 9, 14, .92);
	backdrop-filter: blur(8px);
	transform: translate3d(0, -100%, 0);
	opacity: 0;
	pointer-events: none;
	transition: transform .3s ease, opacity .3s ease;
	z-index: 1500;
	color: #fff;
}

#mvp-search-wrap.mvp-search-toggle {
	transform: translate3d(0, 0, 0);
	opacity: 1;
	pointer-events: auto;
}

#mvp-search-box {
	width: min(760px, 100%);
	position: relative;
}

.mvp-search-form {
	display: flex;
	align-items: center;
	gap: clamp(14px, 3vw, 28px);
	padding: clamp(20px, 4vw, 32px);
	background: rgba(17, 21, 32, .9);
	border-radius: 26px;
	border: 1px solid rgba(255, 255, 255, .18);
	box-shadow: 0 30px 70px rgba(5, 7, 11, .45);
}

.mvp-search-form input[type="search"] {
	flex: 1 1 auto;
	min-width: 0;
	border: none;
	background: transparent;
	color: #fff;
	font-size: clamp(22px, 5vw, 40px);
	line-height: 1.2;
	font-family: var(--font-heading);
	font-weight: 600;
	letter-spacing: -.01em;
	outline: none;
	padding: 0;
	caret-color: var(--primary-red);
}

.mvp-search-form input[type="search"]::placeholder {
	color: rgba(255, 255, 255, .4);
}

.mvp-search-submit {
	width: clamp(52px, 7vw, 64px);
	height: clamp(52px, 7vw, 64px);
	border-radius: 999px;
	border: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--primary-red);
	color: #fff;
	cursor: pointer;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.mvp-search-submit i {
	font-size: clamp(1.1rem, 3vw, 1.35rem);
}

.mvp-search-submit:hover, .mvp-search-submit:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 10px 25px rgba(220, 38, 38, .35);
	outline: none;
}

#mvp-search-wrap .mvp-search-but-wrap {
	position: absolute;
	top: clamp(26px, 6vw, 52px);
	right: clamp(26px, 6vw, 52px);
	width: 48px;
	height: 48px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, .22);
	background: rgba(0, 0, 0, .2);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background .2s ease, transform .2s ease, border-color .2s ease;
	padding: 0;
}

#mvp-search-wrap .mvp-search-but-wrap span {
	position: absolute;
	width: 24px;
	height: 2px;
	background: #fff;
	border-radius: 999px;
}

#mvp-search-wrap .mvp-search-but-wrap span:first-child {
	transform: rotate(45deg);
}

#mvp-search-wrap .mvp-search-but-wrap span:last-child {
	transform: rotate(-45deg);
}

#mvp-search-wrap .mvp-search-but-wrap:hover, #mvp-search-wrap .mvp-search-but-wrap:focus-visible {
	background: rgba(255, 255, 255, .2);
	border-color: rgba(255, 255, 255, .45);
	transform: translateY(-2px);
	outline: none;
}

#mvp-search-wrap .mvp-search-but-wrap:focus-visible {
	box-shadow: 0 0 0 3px rgba(255, 255, 255, .35);
}

body.search-open {
	overflow: hidden;
}

@media (max-width: 992px) {
	.nav-actions {
		display: none;
	}
}

@media (max-width: 768px) {
	#mvp-search-wrap {
		padding: clamp(36px, 10vw, 60px) clamp(18px, 7vw, 32px);
	}
	
	.mvp-search-form {
		flex-direction: column;
		align-items: stretch;
		gap: 16px;
		border-radius: 22px;
	}
	
	.mvp-search-submit {
		display: none;
	}
	
	.mvp-search-form input[type="search"] {
		font-size: clamp(20px, 6vw, 32px);
	}
	
	.mvp-search-submit {
		width: 100%;
		height: 52px;
		border-radius: 18px;
		font-size: 1rem;
		gap: 8px;
	}
	
	.mvp-search-submit i {
		font-size: 1.1rem;
	}
	
	#mvp-search-wrap .mvp-search-but-wrap {
		width: 44px;
		height: 44px;
	}
	
	#mvp-search-wrap .mvp-search-but-wrap span {
		width: 20px;
	}
	
	.format-video :is(
      .featured-main-image, .featured-small-image, .video-main-image, .video-small-image, .popular-post-thumb, .post-thumbnail, .article-thumbnail, .post-card-thumbnail, .hero-featured-main-image, .hero-featured-small-image, .tvsp-main-image, .tvsp-small-image, .motori-main-image, .motori-small-image, .wp-block-post-featured-image, .wp-block-cover
    )::before {
		width: 54px;
		height: 54px;
	}
	
	.format-video :is(
      .featured-main-image, .featured-small-image, .video-main-image, .video-small-image, .popular-post-thumb, .post-thumbnail, .article-thumbnail, .post-card-thumbnail, .hero-featured-main-image, .hero-featured-small-image, .tvsp-main-image, .tvsp-small-image, .motori-main-image, .motori-small-image, .wp-block-post-featured-image, .wp-block-cover
    )::after {
		font-size: 22px;
	}
}

@media (max-width: 540px) {
	.mvp-search-form {
		padding: 22px;
	}
	
	.mvp-search-form input[type="search"] {
		font-size: clamp(18px, 7vw, 28px);
	}
	
	#mvp-search-wrap .mvp-search-but-wrap {
		top: clamp(18px, 6vw, 34px);
		right: clamp(18px, 6vw, 34px);
	}
	
	.format-video :is(
      .featured-main-image, .featured-small-image, .video-main-image, .video-small-image, .popular-post-thumb, .post-thumbnail, .article-thumbnail, .post-card-thumbnail, .hero-featured-main-image, .hero-featured-small-image, .tvsp-main-image, .tvsp-small-image, .motori-main-image, .motori-small-image, .wp-block-post-featured-image, .wp-block-cover
    )::before {
		width: 48px;
		height: 48px;
	}
	
	.format-video :is(
      .featured-main-image, .featured-small-image, .video-main-image, .video-small-image, .popular-post-thumb, .post-thumbnail, .article-thumbnail, .post-card-thumbnail, .hero-featured-main-image, .hero-featured-small-image, .tvsp-main-image, .tvsp-small-image, .motori-main-image, .motori-small-image, .wp-block-post-featured-image, .wp-block-cover
    )::after {
		font-size: 18px;
	}
}

/* ========================================
   Mobile Navigation (Zox-inspired)
   ======================================== */
.mvp-mobile-nav {
	display: none;
}

.mvp-mobile-nav-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 0;
}

.mvp-mobile-nav-left, .mvp-mobile-nav-right {
	width: 46px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.mvp-mobile-nav-center {
	flex: 1;
	min-width: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mvp-mobile-nav-center a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.mvp-mobile-nav-center img {
	width: 170px !important;
	height: 42px !important;
	max-width: 170px !important;
	max-height: 42px !important;
	object-fit: contain;
}

.mvp-mobile-search-btn {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: none;
	background: rgba(255, 255, 255, .08);
	color: #fff;
	font-size: 1.1rem;
	cursor: pointer;
	transition: background .2s ease, transform .2s ease;
}

.mvp-mobile-search-btn:hover, .mvp-mobile-search-btn:focus-visible {
	background: rgba(255, 255, 255, .14);
	transform: translateY(-1px);
}

.mvp-mobile-search-btn .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

@media (max-width: 768px) {
	.main-navigation {
		background: var(--primary-black);
		width: 100%;
		max-width: 100%;
	}
	
	.main-navigation .container, .main-navigation .nav-wrapper {
		padding: 0 !important;
		margin: 0 auto !important;
	}
	
	.main-navigation .nav-wrapper {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
	}
	
	.nav-menu-container {
		display: none;
	}
	
	.mvp-mobile-nav {
		display: block;
		width: 100%;
		max-width: 1230px;
		background: var(--primary-black);
		color: #fff;
		box-shadow: 0 12px 25px rgba(10, 12, 18, .3);
		margin: 0 auto;
	}
	
	.mvp-mobile-nav-inner {
		padding: 12px 14px;
		padding-left: calc(14px + env(safe-area-inset-left, 0));
		padding-right: calc(14px + env(safe-area-inset-right, 0));
	}
	
	.mvp-mobile-nav-left, .mvp-mobile-nav-right {
		width: 42px;
		height: 42px;
	}
	
	.mvp-mobile-nav-left .mvp-fly-but-wrap {
		width: 32px;
		height: 24px;
		position: relative;
		margin: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 5px;
	}
	
	.mvp-mobile-nav-left .mvp-fly-but-wrap span {
		display: block;
		width: 100%;
		height: 2px;
		background: #fff;
		border-radius: 999px;
		transition: transform .2s ease;
	}
	
	.mvp-mobile-nav-right {
		width: 100%;
		height: 100%;
	}
}

@media (max-width: 480px) {
	.mvp-mobile-nav-inner {
		padding: 10px 12px;
	}
	
	.mvp-mobile-nav-left, .mvp-mobile-nav-right {
		width: 36px;
		height: 36px;
	}
	
	.mvp-mobile-nav-left .mvp-fly-but-wrap {
		width: 28px;
		gap: 4px;
	}
	
	.mvp-mobile-nav-center img {
		width: 150px !important;
		height: 38px !important;
		max-width: 150px !important;
		max-height: 38px !important;
	}
	
	.mvp-mobile-search-btn {
		font-size: 1rem;
	}
}

@supports (-webkit-touch-callout: none) {
	@media (max-width: 768px) {
		.mvp-mobile-nav-inner {
			padding-left: calc(14px + env(safe-area-inset-left, 0));
			padding-right: calc(14px + env(safe-area-inset-right, 0));
		}
		
		.mvp-mobile-nav-left {
			justify-content: flex-start;
		}
		
		.mvp-mobile-nav-right {
			justify-content: flex-end;
		}
	}
	
	#mvp-search-wrap {
		padding-top: calc(clamp(48px, 8vw, 90px) + env(safe-area-inset-top, 0));
		padding-bottom: calc(clamp(48px, 8vw, 90px) + env(safe-area-inset-bottom, 0));
		padding-left: calc(clamp(20px, 6vw, 60px) + env(safe-area-inset-left, 0));
		padding-right: calc(clamp(20px, 6vw, 60px) + env(safe-area-inset-right, 0));
	}
	
	#mvp-search-wrap .mvp-search-but-wrap {
		top: calc(clamp(26px, 6vw, 52px) + env(safe-area-inset-top, 0));
		right: calc(clamp(26px, 6vw, 52px) + env(safe-area-inset-right, 0));
	}
}

/* Override global img rules for logos */
.mvp-mobile-nav-center img, .header-logo img.custom-logo, .header-logo .custom-logo-link img.custom-logo, .header-logo .custom-logo-link img {
	width: 200px !important;
	height: 50px !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: contain !important;
}

@media (min-width: 769px) {
	.header-logo img.custom-logo, .header-logo .custom-logo-link img.custom-logo, .header-logo .custom-logo-link img {
		width: 260px !important;
		height: auto !important;
		max-height: 90px !important;
	}
}

@media (max-width: 480px) {
	.header-logo img.custom-logo, .header-logo .custom-logo-link img.custom-logo, .header-logo .custom-logo-link img {
		width: 150px !important;
		max-height: 50px !important;
	}
}

@media (min-width: 769px) {
	.mvp-mobile-nav {
		display: none;
	}
}

.nav-menu {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 0;
}

.nav-menu .menu-item {
	position: relative;
}

.nav-menu .menu-item a {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px 24px;
	color: var(--text-primary);
	text-decoration: none;
	font-weight: 600;
	font-size: .95rem;
	transition: all .3s ease;
	position: relative;
}

.nav-menu .menu-item a i {
	font-size: .9rem;
	color: var(--primary-red);
	transition: color .3s ease;
}

.nav-menu .menu-item:hover a, .nav-menu .menu-item.current-menu-item a {
	color: var(--primary-red);
	background: var(--breaking-bg);
	border-bottom-color: var(--primary-red);
}

.nav-menu .menu-item:hover a i, .nav-menu .menu-item.current-menu-item a i {
	color: var(--primary-red);
	transform: scale(1.1);
}

/* Dropdown Menu Styles - Modern Design */
.nav-menu .menu-item-has-children {
	position: relative;
}

.nav-menu .menu-item-has-children .dropdown-arrow {
	font-size: .7rem;
	margin-left: 6px;
	transition: transform .25s cubic-bezier(.4, 0, .2, 1);
	color: var(--text-secondary);
	opacity: .8;
}

.nav-menu .menu-item-has-children:hover .dropdown-arrow, .nav-menu .menu-item-has-children:focus-within .dropdown-arrow {
	transform: rotate(180deg);
	color: var(--primary-red);
	opacity: 1;
}

.nav-menu .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 240px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .12), 0 2px 6px rgba(0, 0, 0, .08);
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius: 12px;
	margin-top: 0;
	padding-top: 12px;
	padding-bottom: 6px;
	z-index: 1000;
	list-style: none;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-8px);
	transition: opacity .25s ease-out, visibility .25s ease-out, transform .25s ease-out;
	overflow: visible;
	pointer-events: none;
}

/* Crea un ponte invisibile sopra il dropdown per mantenere l'hover */
.nav-menu .sub-menu::before {
	content: "";
	position: absolute;
	top: -12px;
	left: 0;
	width: 100%;
	height: 12px;
	background: transparent;
	z-index: -1;
}

.nav-menu .menu-item-has-children:hover > .sub-menu, .nav-menu .menu-item-has-children:focus-within > .sub-menu {
	display: block;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

/* Mantieni aperto quando il mouse è sul submenu stesso */
.nav-menu .sub-menu:hover {
	display: block;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

.nav-menu .sub-menu .menu-item {
	margin: 0;
	width: 100%;
}

.nav-menu .sub-menu .menu-item a {
	display: flex;
	align-items: center;
	padding: 10px 18px;
	color: var(--text-primary);
	font-weight: 500;
	font-size: .9rem;
	text-decoration: none;
	transition: background .2s ease, color .2s ease, padding-left .2s ease;
	gap: 12px;
	position: relative;
	margin: 2px 4px;
	border-radius: 8px;
}

.nav-menu .sub-menu .menu-item:first-child a {
	margin-top: 0;
}

.nav-menu .sub-menu .menu-item:last-child a {
	margin-bottom: 0;
}

.nav-menu .sub-menu .menu-item a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) scaleX(0);
	width: 3px;
	height: 0;
	background: var(--primary-red);
	border-radius: 0 2px 2px 0;
	transition: all .2s cubic-bezier(.4, 0, .2, 1);
}

.nav-menu .sub-menu .menu-item a:hover {
	background: linear-gradient(90deg, rgba(220, 38, 38, .08) 0%, rgba(220, 38, 38, .04) 100%);
	color: var(--primary-red);
	padding-left: 22px;
}

.nav-menu .sub-menu .menu-item a:hover::before {
	transform: translateY(-50%) scaleX(1);
	height: 60%;
}

.nav-menu .sub-menu .menu-item.current-menu-item a {
	background: linear-gradient(90deg, rgba(220, 38, 38, .1) 0%, rgba(220, 38, 38, .05) 100%);
	color: var(--primary-red);
	font-weight: 600;
}

.nav-menu .sub-menu .menu-item.current-menu-item a::before {
	transform: translateY(-50%) scaleX(1);
	height: 60%;
}

.nav-menu .sub-menu .menu-item a i {
	font-size: .875rem;
	width: 20px;
	text-align: center;
	color: var(--text-secondary);
	transition: color .2s ease, transform .2s ease;
	flex-shrink: 0;
}

.nav-menu .sub-menu .menu-item a:hover i, .nav-menu .sub-menu .menu-item.current-menu-item a i {
	color: var(--primary-red);
	transform: scale(1.1);
}

/* Multi-level dropdown */
.nav-menu .sub-menu .menu-item-has-children {
	position: relative;
}

.nav-menu .sub-menu .menu-item-has-children > .sub-menu {
	top: -6px;
	left: 100%;
	margin-left: 8px;
	min-width: 200px;
}

.nav-menu .sub-menu .menu-item-has-children > a::after {
	content: "";
	font-family: "Font Awesome 6 Free";
	font-weight: 800;
	font-size: .7rem;
	margin-left: auto;
	color: var(--text-secondary);
	transition: all .2s ease;
}

.nav-menu .sub-menu .menu-item-has-children:hover > a::after {
	color: var(--primary-red);
	transform: translateX(2px);
}

.nav-menu .sub-menu .menu-item-has-children:hover > .sub-menu {
	display: block;
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

.nav-social {
	display: flex;
	align-items: center;
	gap: 12px;
}

.social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background: var(--bg-secondary);
	border-radius: 50%;
	color: var(--text-secondary);
	text-decoration: none;
	transition: all .3s ease;
}

.social-link:hover {
	background: var(--primary-red);
	color: white;
	transform: translateY(-2px);
}

.social-link i {
	font-size: .9rem;
}

/* Responsive Design - Dropdown Menu */
@media (max-width: 1024px) {
	.header-content {
		grid-template-columns: 1fr;
		gap: 20px;
		text-align: center;
	}
	
	.header-info {
		justify-self: center;
	}
	
	.header-search {
		justify-self: center;
	}
	
	.search-box input {
		width: 250px;
	}
	
	/* Dropdown adjustments for tablet */
	.nav-menu .sub-menu {
		min-width: 200px;
	}
	
	.nav-menu .sub-menu .menu-item-has-children > .sub-menu {
		left: auto;
		right: 100%;
	}
}

@media (max-width: 768px) {
	/* Mobile dropdown - clickable instead of hover */
	.nav-menu .sub-menu {
		position: static;
		display: none;
		box-shadow: none;
		border: none;
		border-radius: 0;
		margin-top: 0;
		padding: 4px 0;
		opacity: 1;
		visibility: visible;
		transform: none;
		background: rgba(0, 0, 0, .02);
		border-top: 1px solid rgba(0, 0, 0, .05);
		border-left: 3px solid transparent;
	}
	
	.nav-menu .menu-item-has-children.active > .sub-menu {
		display: block;
		border-left-color: var(--primary-red);
	}
	
	.nav-menu .sub-menu .menu-item a {
		padding: 10px 16px 10px 36px;
		font-size: .9rem;
		margin: 1px 0;
		border-radius: 6px;
	}
	
	.nav-menu .sub-menu .menu-item a::before {
		display: none;
	}
	
	.nav-menu .sub-menu .menu-item a:hover {
		background: rgba(220, 38, 38, .1);
		transform: none;
		padding-left: 40px;
	}
	
	.nav-menu .sub-menu .menu-item-has-children > .sub-menu {
		position: static;
		left: auto;
		right: auto;
		margin-left: 0;
		margin-top: 4px;
		padding-left: 12px;
	}
	
	.nav-menu .sub-menu .menu-item-has-children.active > .sub-menu {
		display: block;
	}
	
	.nav-menu .sub-menu .menu-item-has-children > a::after {
		margin-left: auto;
	}
	
	.nav-menu .menu-item-has-children .dropdown-arrow {
		transition: transform .25s cubic-bezier(.4, 0, .2, 1);
	}
	
	.nav-menu .menu-item-has-children.active .dropdown-arrow {
		transform: rotate(180deg);
		color: var(--primary-red);
	}
	
	/* Hide hover effects on mobile, use active state */
	.nav-menu .menu-item-has-children:hover > .sub-menu {
		display: none;
	}
	
	.nav-menu .menu-item-has-children.active:hover > .sub-menu {
		display: block;
	}
	
	/* Nascondi eventuale freccia/indicatore dropdown */
	.nav-menu .menu-item-has-children > a .dropdown-arrow {
		display: none !important;
	}
	
	/* Assicura che i genitori con submenu siano mostrati come voci normali */
	.nav-menu .menu-item-has-children > a {
		display: flex !important;
		align-items: center !important;
		padding: 10px 16px !important;
		font-size: .85rem !important;
		color: #fff !important;
		gap: 8px !important;
		width: 100% !important;
	}
	
	/* I sottomenu diventano normali menu-item: stesso stile, nessuna indentazione */
	.nav-menu .sub-menu {
		display: block !important;
		position: static !important;
		opacity: 1 !important;
		visibility: visible !important;
		transform: none !important;
		pointer-events: auto !important;
		background: transparent !important;
		box-shadow: none !important;
		border: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		min-width: 0 !important;
		list-style: none !important;
	}
	
	/* I menu-item dentro i sub-menu hanno lo stesso stile dei menu-item normali */
	.nav-menu .sub-menu .menu-item {
		margin: 0 !important;
		width: 100% !important;
	}
	
	.nav-menu .sub-menu .menu-item a {
		display: flex !important;
		align-items: center !important;
		padding: 10px 16px !important;
		font-size: .85rem !important;
		color: #fff !important;
		gap: 8px !important;
		width: 100% !important;
		border-bottom: 1px solid rgba(255, 255, 255, .1) !important;
		text-decoration: none !important;
		margin: 0 !important;
		border-radius: 0 !important;
	}
	
	.nav-menu .sub-menu .menu-item a:hover {
		background: rgba(255, 255, 255, .1) !important;
		color: #fff !important;
		padding-left: 16px !important;
	}
	
	.nav-menu .sub-menu .menu-item a i {
		font-size: .75rem !important;
		color: rgba(255, 255, 255, .8) !important;
	}
	
	/* Hover/active leggibili in hamburger */
	.nav-menu .menu-item a {
		background: transparent !important;
		color: #fff !important;
		border-bottom: 1px solid rgba(255, 255, 255, .1) !important;
	}
	
	.nav-menu .menu-item a:hover, .nav-menu .menu-item a:focus, .nav-menu .menu-item.current-menu-item > a {
		background: rgba(255, 255, 255, .08) !important;
		color: #fff !important;
		border-bottom-color: rgba(255, 255, 255, .15) !important;
	}
	
	/* Rimuovi linee/indicatori rossi che abbassano contrasto */
	.nav-menu .menu-item a::before, .nav-menu .menu-item a::after {
		display: none !important;
		content: none !important;
	}
	
	/* Icone più chiare su hover */
	.nav-menu .menu-item a i {
		color: rgba(255, 255, 255, .8) !important;
	}
	
	.nav-menu .menu-item a:hover i, .nav-menu .menu-item.current-menu-item a i {
		color: #fff !important;
	}
	
	/* Bottoni hamburger più stretti */
	.nav-menu .menu-item a {
		padding: 6px 12px !important;
		font-size: .78rem !important;
		gap: 6px !important;
		min-height: 32px !important;
		border-bottom: 1px solid rgba(255, 255, 255, .08) !important;
	}
	
	.nav-menu .menu-item a i {
		font-size: .68rem !important;
	}
	
	.nav-menu .sub-menu .menu-item a {
		padding: 6px 12px !important;
		font-size: .76rem !important;
		gap: 6px !important;
		min-height: 32px !important;
		border-bottom: 1px solid rgba(255, 255, 255, .08) !important;
	}
}

@media (max-width: 768px) {
	.breaking-content {
		flex-direction: column;
		gap: 12px;
		text-align: center;
	}
	
	.breaking-left {
		flex-direction: column;
		gap: 12px;
		width: 100%;
	}
	
	.breaking-ticker {
		width: 100%;
	}
	
	.breaking-right {
		justify-content: center;
	}
	
	.logo-text .site-title {
		font-size: 2rem;
	}
	
	.header-info {
		flex-direction: column;
		gap: 12px;
	}
	
	.search-box input {
		width: 200px;
	}
	
	.mvp-fly-but-wrap {
		display: block;
	}
	
	/* Assicura che main-navigation sia position relative per il menu */
	.main-navigation {
		position: relative !important;
	}
	
	/* Quando la navbar è sticky, il menu deve comunque posizionarsi correttamente */
	.main-navigation.navbar-sticky {
		position: fixed !important;
	}
	
	/* ========================================
     FLY-OUT MENU ZOX-NEWS - IMPLEMENTAZIONE ESATTA
     ======================================== */
	
	/* CONTAINER PRINCIPALE DEL MENU - Solo mobile */
	#mvp-fly-wrap {
		display: none;
		visibility: hidden;
		pointer-events: none;
	}
	
	@media (max-width: 768px) {
		#mvp-fly-wrap {
			display: none;
			overflow: hidden;
			position: fixed;
			top: 0;
			bottom: 0;
			left: 0;
			width: 370px;
			height: 100%;
			z-index: 999999;
			background: var(--primary-black);
			flex-direction: column;
			-webkit-transform: translate3d(-370px, 0, 0);
			-moz-transform: translate3d(-370px, 0, 0);
			-ms-transform: translate3d(-370px, 0, 0);
			-o-transform: translate3d(-370px, 0, 0);
			transform: translate3d(-370px, 0, 0);
			transition: transform .3s ease;
			pointer-events: none;
			visibility: hidden;
		}
		
		body.menu-open #mvp-fly-wrap, #mvp-fly-wrap.mvp-fly-menu {
			display: flex;
			-webkit-transform: translate3d(0, 0, 0);
			-moz-transform: translate3d(0, 0, 0);
			-ms-transform: translate3d(0, 0, 0);
			-o-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
			pointer-events: auto;
			visibility: visible;
		}
		
		body:not(.menu-open) #mvp-fly-wrap {
			display: none !important;
		}
		
		.mvp-fly-fade {
			display: block;
		}
	}
	
	/* PULSANTE HAMBURGER */
	.mvp-fly-but-wrap {
		cursor: pointer;
		width: 30px;
		height: 20px;
		position: relative;
	}
	
	@media (max-width: 768px) {
		#mvp-fly-wrap .mvp-fly-but-wrap {
			margin: 15px 0;
		}
		
		/* LINEE DEL PULSANTE HAMBURGER */
		.mvp-fly-but-wrap span {
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			-ms-border-radius: 2px;
			-o-border-radius: 2px;
			border-radius: 2px;
			background: #777;
			display: block;
			position: absolute;
			left: 0;
			-webkit-transition: all .3s;
			transition: all .3s;
			width: 30px;
			height: 2px;
		}
		
		.mvp-fly-but-wrap span:nth-child(1) {
			top: 0;
			width: 30px;
		}
		
		.mvp-fly-but-wrap span:nth-child(2), .mvp-fly-but-wrap span:nth-child(3) {
			top: 8px;
			width: 24px;
		}
		
		.mvp-fly-but-wrap span:nth-child(4) {
			top: 16px;
			width: 18px;
		}
		
		/* ANIMAZIONE X QUANDO APERTO */
		.mvp-fly-but-wrap.mvp-fly-open span:nth-child(1), .mvp-fly-but-wrap.mvp-fly-open span:nth-child(4) {
			top: .5px;
			left: 50%;
			width: 0;
		}
		
		.mvp-fly-but-wrap.mvp-fly-open span:nth-child(2) {
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			-o-transform: rotate(45deg);
			transform: rotate(45deg);
			width: 30px;
		}
		
		.mvp-fly-but-wrap.mvp-fly-open span:nth-child(3) {
			-webkit-transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
			transform: rotate(-45deg);
			width: 30px;
		}
		
		/* HEADER DEL MENU */
		#mvp-fly-menu-top {
			width: 100%;
			height: 50px;
		}
		
		.mvp-fly-top-out {
			margin-right: -100px;
			left: 50px;
			width: 100%;
		}
		
		.mvp-fly-top-in {
			margin-right: 100px;
		}
		
		#mvp-fly-logo {
			margin: 10px 6.25%;
			text-align: center;
			width: 87.5%;
			height: 30px;
		}
		
		#mvp-fly-logo img {
			line-height: 0;
			height: 100%;
		}
		
		.mvp-fly-but-menu {
			float: left;
			margin-left: 15px;
			position: relative;
		}
		
		/* CLASSE QUANDO MENU APERTO */
		.mvp-fly-menu {
			-webkit-transform: translate3d(0, 0, 0) !important;
			-moz-transform: translate3d(0, 0, 0) !important;
			-ms-transform: translate3d(0, 0, 0) !important;
			-o-transform: translate3d(0, 0, 0) !important;
			transform: translate3d(0, 0, 0) !important;
		}
		
		/* OMBRA QUANDO APERTO */
		.mvp-fly-shadow {
			box-shadow: 0 0 16px 0 rgba(0, 0, 0, .7);
		}
		
		/* CONTAINER MENU NAV */
		#mvp-fly-menu-wrap {
			overflow-y: auto;
			overflow-x: hidden;
			-ms-overflow-style: none;
			scrollbar-width: none;
			flex-grow: 1;
			position: relative;
			width: 100%;
			padding-top: 50px;
			padding-bottom: 120px;
		}
		
		#mvp-fly-menu-wrap::-webkit-scrollbar {
			display: none;
		}
		
		/* NAVIGAZIONE */
		nav.mvp-fly-nav-menu {
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
			margin: 20px 5.40540540541%;
			overflow: visible;
			position: relative !important;
			width: 89.1891891892%;
			min-height: auto;
		}
		
		nav.mvp-fly-nav-menu ul, nav.mvp-fly-nav-menu #primary-menu {
			float: left;
			position: relative;
			width: 100%;
			list-style: none;
			margin: 0;
			padding: 0;
			display: block !important;
		}
		
		nav.mvp-fly-nav-menu ul div.mvp-mega-dropdown {
			display: none;
		}
		
		nav.mvp-fly-nav-menu ul li, nav.mvp-fly-nav-menu #primary-menu li, nav.mvp-fly-nav-menu ul .menu-item, nav.mvp-fly-nav-menu #primary-menu .menu-item {
			border-top: 1px solid rgba(255, 255, 255, .1);
			cursor: pointer;
			float: left;
			position: relative;
			width: 100%;
			-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
			display: block !important;
			visibility: visible !important;
			opacity: 1 !important;
		}
		
		/* Rimuovi classe active dai menu-item quando il menu si apre */
		nav.mvp-fly-nav-menu .menu-item-has-children.active, #mvp-fly-menu-wrap .menu-item-has-children.active {}
		
		nav.mvp-fly-nav-menu ul li:first-child, nav.mvp-fly-nav-menu #primary-menu li:first-child, nav.mvp-fly-nav-menu ul .menu-item:first-child, nav.mvp-fly-nav-menu #primary-menu .menu-item:first-child {
			border-top: none;
			margin-top: -14px;
		}
		
		nav.mvp-fly-nav-menu ul li ul li:first-child, nav.mvp-fly-nav-menu ul .sub-menu .menu-item:first-child {
			margin-top: 0;
		}
		
		nav.mvp-fly-nav-menu ul li a, nav.mvp-fly-nav-menu #primary-menu li a, nav.mvp-fly-nav-menu ul .menu-item a, nav.mvp-fly-nav-menu #primary-menu .menu-item a {
			color: #fff !important;
			display: inline-block !important;
			float: left;
			font-size: 14px;
			font-weight: 500;
			line-height: 1;
			padding: 14px 0;
			text-transform: uppercase;
			width: calc(100% - 20px);
			text-decoration: none;
			visibility: visible !important;
			opacity: 1 !important;
		}
		
		/* LINK DELLA VOCE PARENT CON SUBMENU */
		nav.mvp-fly-nav-menu ul li.menu-item-has-children a, nav.mvp-fly-nav-menu #primary-menu li.menu-item-has-children a, nav.mvp-fly-nav-menu ul .menu-item.menu-item-has-children a, nav.mvp-fly-nav-menu #primary-menu .menu-item.menu-item-has-children a {
			color: #fff !important;
		}
		
		/* ICONA + PER SOTTOMENU */
		nav.mvp-fly-nav-menu ul li.menu-item-has-children:after, nav.mvp-fly-nav-menu #primary-menu li.menu-item-has-children:after, nav.mvp-fly-nav-menu ul .menu-item.menu-item-has-children:after, nav.mvp-fly-nav-menu #primary-menu .menu-item.menu-item-has-children:after {
			content: "+";
			font-family: "Open Sans", sans-serif;
			font-size: 32px;
			font-weight: 700;
			position: absolute;
			right: 0;
			top: 50%;
			transform: translateY(-50%);
			line-height: 1;
			color: #fff;
		}
		
		/* ICONA - QUANDO SOTTOMENU APERTO */
		nav.mvp-fly-nav-menu ul li.menu-item-has-children.tog-minus:after, nav.mvp-fly-nav-menu #primary-menu li.menu-item-has-children.tog-minus:after, nav.mvp-fly-nav-menu ul .menu-item.menu-item-has-children.tog-minus:after, nav.mvp-fly-nav-menu #primary-menu .menu-item.menu-item-has-children.tog-minus:after {
			content: "_";
			right: 0;
			top: 0;
			line-height: 1;
			color: #fff;
		}
		
		/* SOTTOMENU - NASCOSTO DI DEFAULT */
		nav.mvp-fly-nav-menu ul li ul.sub-menu, nav.mvp-fly-nav-menu #primary-menu .sub-menu, nav.mvp-fly-nav-menu ul .sub-menu, #mvp-fly-menu-wrap ul li ul.sub-menu, #mvp-fly-menu-wrap #primary-menu .sub-menu, #mvp-fly-menu-wrap ul .sub-menu {
			border-top: 1px solid rgba(255, 255, 255, .1);
			display: none !important;
			float: left;
			padding-left: 6.66666666666%;
			width: 93.333333333%;
			list-style: none;
			padding: 10px;
			visibility: hidden;
			opacity: 0;
		}
		
		/* SUBMENU APERTO - Quando ha classe tog-minus o quando viene mostrato da jQuery */
		nav.mvp-fly-nav-menu ul li.menu-item-has-children.tog-minus ul.sub-menu, nav.mvp-fly-nav-menu #primary-menu li.menu-item-has-children.tog-minus .sub-menu, nav.mvp-fly-nav-menu ul .menu-item.menu-item-has-children.tog-minus .sub-menu, #mvp-fly-menu-wrap ul li.menu-item-has-children.tog-minus ul.sub-menu, #mvp-fly-menu-wrap #primary-menu li.menu-item-has-children.tog-minus .sub-menu, #mvp-fly-menu-wrap ul .menu-item.menu-item-has-children.tog-minus .sub-menu {
			display: block !important;
			visibility: visible !important;
			opacity: 1 !important;
		}
		
		/* LINK NEL SUBMENU */
		nav.mvp-fly-nav-menu ul.sub-menu li a, nav.mvp-fly-nav-menu #primary-menu .sub-menu li a, nav.mvp-fly-nav-menu ul.sub-menu .menu-item a, nav.mvp-fly-nav-menu #primary-menu .sub-menu .menu-item a {
			color: #bbb !important;
			font-size: 13px;
			padding: 12px 0;
		}
	}
	
	/* OVERLAY FADE NERO - Solo mobile */
	.mvp-fly-fade {
		display: none;
	}
	
	@media (max-width: 768px) {
		.mvp-fly-fade {
			display: block;
			background: #000;
			cursor: pointer;
			opacity: 0;
			width: 100%;
			position: fixed;
			top: 0;
			left: 0;
			z-index: 99999;
			height: 0;
			visibility: hidden;
			transition: opacity .3s ease;
		}
	}
	
	.mvp-fly-fade-trans {
		opacity: .7;
		height: 100%;
		visibility: visible;
	}
	
	@media (max-width: 768px) {
		/* SOCIAL FOOTER */
		#mvp-fly-soc-wrap {
			margin: 0 5.40540540541%;
			margin: 20px;
			position: static;
			border-top: 1px solid rgba(255, 255, 255, .1);
			padding-top: 20px;
		}
		
		span.mvp-fly-soc-head {
			color: #fff;
			display: block;
			font-size: 12px;
			font-weight: 700;
			text-transform: uppercase;
			margin-bottom: 15px;
		}
		
		ul.mvp-fly-soc-list {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		ul.mvp-fly-soc-list li {
			display: inline-block;
			margin-right: 10px;
		}
		
		ul.mvp-fly-soc-list li a {
			color: #fff;
			font-size: 20px;
			transition: opacity .2s ease;
		}
		
		ul.mvp-fly-soc-list li a:hover {
			opacity: .7;
		}
	}
	
	/* UTILITY CLASSES */
	.left {
		float: left;
	}
	
	.relative {
		position: relative;
	}
	
	.nav-wrapper {
		padding: 12px 0;
	}
	
	/* Blocca scroll quando menu aperto */
	body.menu-open {
		overflow: hidden;
	}
}

@media (max-width: 480px) {
	.breaking-label {
		font-size: .7rem;
		padding: 4px 8px;
	}
	
	.breaking-ticker .ticker-text {
		font-size: .8rem;
	}
	
	.logo-text .site-title {
		font-size: 1.8rem;
	}
	
	.search-box input {
		width: 180px;
		padding: 10px 16px;
		padding-right: 45px;
	}
	
	.search-box button {
		width: 32px;
		height: 32px;
	}
}

/* News Category Badges */
.news-category-badge {
	background: var(--primary-blue);
	color: white;
	padding: 4px 8px;
	border-radius: 4px;
	font-size: .8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .5px;
}

.news-category-badge.politics {
	background: var(--primary-blue);
}

.news-category-badge.economy {
	background: var(--accent-orange);
}

.news-category-badge.sports {
	background: var(--success);
}

.news-category-badge.technology {
	background: var(--info);
}

.news-category-badge.motori, .news-category-badge.motors {
	background: var(--info);
}

.news-category-badge.world {
	background: var(--secondary-gray);
}

/* News Timestamp */
.news-timestamp {
	color: var(--text-secondary);
	font-size: .9rem;
	font-weight: 500;
}

.news-timestamp.breaking {
	color: var(--breaking-red);
	font-weight: 700;
}

/* News Grid Layout */
.news-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 24px;
	margin: 24px 0;
}

.news-card {
	background: var(--bg-card);
	border: 1px solid var(--border-light);
	border-radius: 8px;
	overflow: hidden;
	transition: all .3s ease;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

.news-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 16px rgba(0, 0, 0, .15);
	border-color: var(--primary-red);
}

/* News Headlines */
.news-headline {
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1.3;
	margin: 0 0 12px 0;
	color: var(--text-primary);
}

.news-headline a {
	color: inherit;
	text-decoration: none;
	transition: color .3s ease;
}

.news-headline a:hover {
	color: var(--primary-red);
}

/* News Excerpt */
.news-excerpt {
	color: var(--text-secondary);
	line-height: 1.6;
	margin: 0 0 16px 0;
}

/* Read More Button */
.news-read-more {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: var(--primary-red);
	color: white;
	padding: 10px 16px;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 600;
	font-size: .9rem;
	transition: all .3s ease;
}

.news-read-more:hover {
	background: var(--secondary-red);
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
}

/* Urgent News Ticker */
.urgent-news-ticker {
	background: var(--breaking-bg);
	border-top: 2px solid var(--breaking-red);
	border-bottom: 2px solid var(--breaking-red);
	padding: 8px 0;
	overflow: hidden;
}

.ticker-container {
	display: flex;
	align-items: center;
	gap: 16px;
}

.ticker-label {
	background: var(--breaking-red);
	color: white;
	padding: 6px 12px;
	border-radius: 4px;
	font-weight: 800;
	font-size: .8rem;
	text-transform: uppercase;
	letter-spacing: .5px;
	white-space: nowrap;
	animation: urgentPulse 2s infinite;
}

.ticker-content {
	flex: 1;
	overflow: hidden;
}

.ticker-text {
	white-space: nowrap;
	animation: tickerScroll 30s linear infinite;
	font-weight: 600;
	color: var(--primary-black);
}

@keyframes urgentPulse {
	0%, 100% {
		opacity: 1;
	}
	
	50% {
		opacity: .7;
	}
}

@keyframes tickerScroll {
	0% {
		transform: translateX(100%);
	}
	
	100% {
		transform: translateX(-100%);
	}
}

/* Header Actions */
.header-actions {
	display: flex;
	align-items: center;
	gap: 20px;
}

.current-time, .weather-widget {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--text-white);
	font-weight: 600;
	font-size: .9rem;
}

.current-time i, .weather-widget i {
	color: var(--primary-red);
}

/* Header Layout */
.header-main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}

.site-branding {
	flex: 1;
}

.site-description {
	color: var(--text-light);
	font-size: 1rem;
	margin: 8px 0 0 0;
}

/* ========================================
   FEATURED NEWS SECTION
   ======================================== */
.featured-news-section {
	padding: 60px 0;
	background: var(--bg-primary);
}

.featured-header {
	text-align: center;
	margin-bottom: 50px;
	position: relative;
}

.section-title-featured {
	font-size: 2.5rem;
	font-weight: 800;
	margin: 0 0 16px 0;
	color: var(--text-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}

.section-title-featured i {
	color: var(--primary-red);
	font-size: 2rem;
}

.section-description {
	font-size: 1.2rem;
	color: var(--text-secondary);
	margin: 0 0 24px 0;
}

.view-all-btn {
	background: var(--primary-blue);
	color: white;
	padding: 12px 28px;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 700;
	font-size: 1rem;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	transition: all .3s ease;
}

.view-all-btn:hover {
	background: var(--secondary-blue);
	transform: translateY(-2px);
	box-shadow: 0 8px 16px rgba(59, 130, 246, .3);
}

.featured-news-grid {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	grid-template-rows: auto auto;
	gap: 24px;
}

/* Main Featured Article */
.featured-news-main {
	grid-row: 1/3;
	background: var(--bg-card);
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 8px 25px rgba(0, 0, 0, .1);
	border: 1px solid var(--border-light);
	position: relative;
}

.featured-content {
	padding: 30px;
}

.cat-badge-featured {
	background: var(--primary-blue);
	color: white;
	padding: 6px 12px;
	border-radius: 4px;
	font-size: .8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .5px;
}

.featured-title {
	font-size: 1.8rem;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 16px 0;
}

.featured-title a {
	color: var(--text-primary);
	text-decoration: none;
	transition: color .3s ease;
}

.featured-title a:hover {
	color: var(--primary-red);
}

.featured-excerpt {
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 20px;
	color: var(--text-secondary);
}

.featured-meta {
	display: flex;
	gap: 20px;
	margin-bottom: 24px;
	font-size: .9rem;
}

.meta-item-featured {
	display: flex;
	align-items: center;
	gap: 6px;
	color: var(--text-secondary);
}

.meta-item-featured i {
	color: var(--primary-red);
	font-size: .8rem;
}

.read-more-featured {
	background: var(--primary-red);
	color: white;
	padding: 12px 24px;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 700;
	font-size: .95rem;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: all .3s ease;
}

.read-more-featured:hover {
	background: var(--secondary-red);
	transform: translateY(-2px);
	box-shadow: 0 6px 12px rgba(220, 38, 38, .3);
}

/* Featured News Items */
.featured-news-item {
	background: var(--bg-card);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0, 0, 0, .08);
	border: 1px solid var(--border-light);
	transition: all .3s ease;
}

.featured-news-item:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
}

.item-thumbnail {
	position: relative;
	height: 140px;
	overflow: hidden;
}

.item-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s ease;
}

.featured-news-item:hover .item-thumbnail img {
	transform: scale(1.1);
}

.item-category {
	position: absolute;
	top: 8px;
	left: 8px;
	background: var(--primary-red);
	color: white;
	padding: 4px 8px;
	border-radius: 4px;
	font-size: .7rem;
	font-weight: 700;
	text-transform: uppercase;
}

.item-content {
	padding: 20px;
}

.item-title {
	margin: 0 0 12px 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
}

.item-title a {
	color: var(--text-primary);
	text-decoration: none;
	transition: color .3s ease;
}

.item-title a:hover {
	color: var(--primary-red);
}

.item-meta {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-bottom: 12px;
	font-size: .8rem;
	color: var(--text-secondary);
}

.item-date, .item-author {
	display: flex;
	align-items: center;
	gap: 6px;
}

.item-date i, .item-author i {
	color: var(--primary-red);
	font-size: .7rem;
}

.item-excerpt {
	font-size: .9rem;
	color: var(--text-secondary);
	line-height: 1.4;
}

/* Responsive Design */
@media (max-width: 1024px) {
	.featured-news-grid {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto auto;
	}
	
	.featured-news-main {
		grid-row: 1/2;
		grid-column: 1/3;
	}
}

/* ===== ADN Footer (adn-*) ===== */
#adn-foot-wrap {
	background: var(--bg-dark);
	color: #fff;
	margin-top: 32px;
}

#adn-foot-top {
	padding: 18px 0;
	border-top: 1px solid rgba(255, 255, 255, .06);
	border-bottom: 1px solid rgba(255, 255, 255, .06);
	float: none;
	width: 100%;
}

#adn-foot-bot {
	padding: 16px 0;
}

.adn-main-box {
	max-width: 1230px;
	margin: 0 auto;
	width: 100%;
}

#adn-foot-logo img {
	height: 38px;
	width: auto;
	max-width: 260px;
	display: block;
	filter: none;
}

/* Social */
.adn-foot-soc-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 12px;
}

.adn-foot-soc-list li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 50%;
	color: #fff;
	text-decoration: none;
	transition: all .2s;
}

.adn-foot-soc-list li a:hover {
	border-color: #fff;
	transform: translateY(-2px);
}

/* Menu (optional) */
#adn-foot-menu-wrap {
	margin-top: 16px;
}

.adn-foot-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
}

.adn-foot-menu a {
	color: #cfcfcf;
	text-decoration: none;
	font-size: .92rem;
}

.adn-foot-menu a:hover {
	color: #fff;
}

/* Bottom copy */
#adn-foot-copy {
	display: flex;
	justify-content: center;
}

#adn-foot-copy p {
	margin: 0;
	color: #a8a8a8;
	font-size: .92rem;
	line-height: 1.5;
	text-align: center;
}

#adn-foot-copy a {
	color: #cfcfcf;
	text-decoration: none;
}

#adn-foot-copy a:hover {
	color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
	#adn-foot-logo {
		display: flex;
		justify-content: center;
	}
	
	#adn-foot-logo img {
		max-width: 150px !important;
		max-height: 32px !important;
		height: auto !important;
	}
	
	.adn-foot-soc-list {
		justify-content: center;
	}
	
	#adn-foot-copy p {
		text-align: center;
	}
}

/* ===== ADN Footer top: center container, socials under logo ===== */
#adn-foot-top .adn-main-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

#adn-foot-logo {
	display: flex;
	align-items: center;
	justify-content: center;
}

#adn-foot-soc {
	margin-left: 0;
}

.adn-foot-soc-list {
	justify-content: center;
}

/* Menu goes below if present */
#adn-foot-menu-wrap {
	flex-basis: 100%;
	margin-top: 12px;
	width: 100%;
}

@media (max-width: 768px) {
	.featured-news-section {
		padding: 40px 0;
	}
	
	.section-title-featured {
		font-size: 2rem;
		flex-direction: column;
		gap: 10px;
	}
	
	.section-title-featured i {
		font-size: 1.5rem;
	}
	
	.featured-news-grid {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		gap: 20px;
	}
	
	.featured-news-main {
		grid-row: auto;
		grid-column: auto;
	}
	
	.featured-image {
		height: 250px;
	}
	
	.featured-content {
		padding: 24px;
	}
	
	.featured-title {
		font-size: 1.5rem;
	}
	
	.featured-meta {
		flex-direction: column;
		gap: 12px;
	}
}

@media (max-width: 480px) {
	.section-title-featured {
		font-size: 1.8rem;
	}
	
	.section-description {
		font-size: 1rem;
	}
	
	.featured-content {
		padding: 20px;
	}
	
	.featured-title {
		font-size: 1.3rem;
	}
	
	.item-content {
		padding: 16px;
	}
}

/* ========================================
   URGENT NEWS SECTION
   ======================================== */
.urgent-news-section {
	padding: 60px 0;
	background: linear-gradient(135deg, var(--primary-black) 0%, #2d3748 100%);
	color: var(--text-white);
	position: relative;
	overflow: hidden;
}

.urgent-news-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 100 100\"><defs><pattern id=\"grain\" width=\"100\" height=\"100\" patternUnits=\"userSpaceOnUse\"><circle cx=\"25\" cy=\"25\" r=\"1\" fill=\"rgba(255,255,255,0.1)\"/><circle cx=\"75\" cy=\"75\" r=\"1\" fill=\"rgba(255,255,255,0.1)\"/><circle cx=\"50\" cy=\"10\" r=\"1\" fill=\"rgba(255,255,255,0.1)\"/><circle cx=\"10\" cy=\"60\" r=\"1\" fill=\"rgba(255,255,255,0.1)\"/><circle cx=\"90\" cy=\"40\" r=\"1\" fill=\"rgba(255,255,255,0.1)\"/></pattern></defs><rect width=\"100\" height=\"100\" fill=\"url(%23grain)\"/></svg>");
	opacity: .3;
}

.urgent-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
	position: relative;
	z-index: 2;
}

.urgent-title-wrapper {
	display: flex;
	align-items: center;
	gap: 20px;
}

.section-title-urgent {
	font-size: 2.5rem;
	font-weight: 800;
	margin: 0;
	color: var(--text-white);
	display: flex;
	align-items: center;
	gap: 15px;
}

.section-title-urgent i {
	color: var(--primary-red);
	font-size: 2rem;
	animation: firePulse 2s infinite;
}

.urgent-indicator {
	display: flex;
	align-items: center;
	gap: 8px;
	background: var(--primary-red);
	padding: 8px 16px;
	border-radius: 20px;
	font-weight: 800;
	font-size: .9rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	animation: urgentPulse 3s infinite;
}

.urgent-dot {
	width: 8px;
	height: 8px;
	background: white;
	border-radius: 50%;
	animation: urgentBlink 1.5s infinite;
}

.view-all-urgent {
	background: var(--primary-blue);
	color: white;
	padding: 12px 24px;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 700;
	font-size: 1rem;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: all .3s ease;
	position: relative;
	z-index: 2;
}

.view-all-urgent:hover {
	background: var(--secondary-blue);
	transform: translateY(-2px);
	box-shadow: 0 8px 16px rgba(59, 130, 246, .3);
}

.urgent-news-carousel {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
}

.urgent-track {
	display: flex;
	gap: 24px;
	transition: transform .5s ease;
	padding: 20px 0;
}

.urgent-news-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, .4);
}

.urgent-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	background: var(--primary-red);
	color: white;
	padding: 6px 12px;
	border-radius: 6px;
	font-weight: 800;
	font-size: .8rem;
	text-transform: uppercase;
	letter-spacing: .5px;
	z-index: 10;
	display: flex;
	align-items: center;
	gap: 6px;
	animation: urgentBadgePulse 2s infinite;
}

.urgent-image {
	position: relative;
	height: 180px;
	overflow: hidden;
}

.urgent-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s ease;
}

.urgent-news-card:hover .urgent-image img {
	transform: scale(1.1);
}

.urgent-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(45deg, rgba(220, 38, 38, .8), rgba(30, 58, 138, .8));
	opacity: 0;
	transition: opacity .3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.urgent-news-card:hover .urgent-overlay {
	opacity: 1;
}

.urgent-play {
	width: 60px;
	height: 60px;
	background: rgba(255, 255, 255, .9);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--primary-red);
	font-size: 1.5rem;
	transition: all .3s ease;
}

.urgent-play:hover {
	background: white;
	transform: scale(1.1);
}

.urgent-content {
	padding: 20px;
}

.urgent-category {
	margin-bottom: 12px;
}

.urgent-cat-badge {
	background: var(--primary-blue);
	color: white;
	padding: 4px 8px;
	border-radius: 4px;
	font-size: .7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .5px;
}

.urgent-title {
	margin: 0 0 12px 0;
	font-size: 1.1rem;
	font-weight: 800;
	line-height: 1.3;
}

.urgent-title a {
	color: var(--text-primary);
	text-decoration: none;
	transition: color .3s ease;
}

.urgent-title a:hover {
	color: var(--primary-red);
}

.urgent-meta {
	display: flex;
	gap: 16px;
	margin-bottom: 12px;
	font-size: .8rem;
}

.urgent-time, .urgent-author {
	display: flex;
	align-items: center;
	gap: 6px;
	color: var(--text-secondary);
}

.urgent-time i, .urgent-author i {
	color: var(--primary-red);
	font-size: .7rem;
}

.urgent-excerpt {
	font-size: .9rem;
	color: var(--text-secondary);
	line-height: 1.4;
}

.urgent-controls {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	display: flex;
	justify-content: space-between;
	pointer-events: none;
	z-index: 10;
}

.urgent-prev, .urgent-next {
	background: rgba(0, 0, 0, .7);
	color: white;
	border: none;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	cursor: pointer;
	transition: all .3s ease;
	pointer-events: all;
}

.urgent-prev:hover, .urgent-next:hover {
	background: var(--primary-red);
	transform: scale(1.1);
}

.urgent-prev {
	margin-left: -25px;
}

.urgent-next {
	margin-right: -25px;
}

/* Animations */
@keyframes firePulse {
	0%, 100% {
		transform: scale(1);
	}
	
	50% {
		transform: scale(1.1);
	}
}

@keyframes urgentPulse {
	0%, 100% {
		box-shadow: 0 0 0 0 rgba(220, 38, 38, .7);
	}
	
	50% {
		box-shadow: 0 0 0 10px rgba(220, 38, 38, 0);
	}
}

@keyframes urgentBlink {
	0%, 100% {
		opacity: 1;
	}
	
	50% {
		opacity: .3;
	}
}

@keyframes urgentBadgePulse {
	0%, 100% {
		transform: scale(1);
	}
	
	50% {
		transform: scale(1.05);
	}
}

/* Responsive Design */
@media (max-width: 768px) {
	.urgent-news-section {
		padding: 40px 0;
	}
	
	.urgent-header {
		flex-direction: column;
		gap: 20px;
		text-align: center;
	}
	
	.urgent-title-wrapper {
		flex-direction: column;
		gap: 12px;
	}
	
	.section-title-urgent {
		font-size: 2rem;
		flex-direction: column;
		gap: 10px;
	}
	
	.section-title-urgent i {
		font-size: 1.5rem;
	}
	
	.urgent-news-card {
		min-width: 280px;
	}
	
	.urgent-controls {
		display: none;
	}
}

/* Video Embed base */
.mvp-vid-fixed {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
	width: 360px;
	max-width: 45vw;
}

.mvp-vid-height {
	min-height: 220px;
}

.mvp-video-embed iframe, #mvp-video-embed iframe {
	width: 100%;
	height: 100%;
}

.mvp-video-close {
	position: absolute;
	top: 6px;
	right: 6px;
	cursor: pointer;
	display: none;
}

/* Wrapper usato nel tema per contenere l'embed all'interno del contenuto */
.entry-content-embed iframe {
	width: 100%;
	height: auto;
}

@media (max-width: 480px) {
	.section-title-urgent {
		font-size: 1.8rem;
	}
	
	.urgent-news-card {
		min-width: 260px;
	}
	
	.urgent-content {
		padding: 16px;
	}
	
	.urgent-title {
		font-size: 1rem;
	}
}

/* Live Breaking News Section */
.live-breaking-section {
	background: var(--live-breaking-bg);
	color: white;
	padding: 12px 0;
	position: sticky;
	top: 0;
	z-index: 1001;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}

.live-breaking-alert {
	display: flex;
	align-items: center;
	gap: 20px;
	animation: none;
}

.indicator-gesu {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #f8eeee;
	background: rgba(78, 10, 10, .66);
	padding: 8px 16px;
	border-radius: 50px;
	font-weight: 800;
	font-size: .9rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.live-dot {
	width: 8px;
	height: 8px;
	background: white;
	border-radius: 50%;
	animation: pulse 1.5s infinite;
}

@keyframes pulse {
	0%, 100% {
		opacity: 1;
	}
	
	50% {
		opacity: .7;
	}
}

.breaking-ticker-live {
	flex: 1;
	overflow: hidden;
	position: relative;
}

.ticker-content {
	display: flex;
	align-items: center;
	gap: 4px;
	white-space: nowrap;
	overflow: hidden;
}

.breaking-ticker-live .ticker-content {
	animation: none !important;
}

/* removed unused: .breaking-now */

/* removed unused: .ticker-text (not present here) */
.ticker-titles-wrapper {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	white-space: nowrap;
	will-change: transform;
}

.ticker-title-item {
	display: inline-block;
	color: white;
	font-weight: 600;
	font-size: .95rem;
	text-decoration: none;
	transition: color .3s ease;
	white-space: nowrap;
	padding: 0 1px;
	flex-shrink: 0;
}

.ticker-title-item:hover {
	color: #fff;
	text-decoration: underline;
}

.ticker-title-item::after {
	content: " | ";
	color: #fff;
	margin-left: 6px;
	font-weight: 600;
	opacity: .6;
}

.ticker-title-item:last-child::after {
	display: none;
}

/* Animazione scroll per curiosita ticker */

/* ===== Header + Live Breaking: Responsive ===== */
@media (max-width: 768px) {
	.live-breaking-section {
		padding: 10px 0;
	}
	
	.live-breaking-alert {
		flex-direction: column;
		gap: 10px;
		text-align: center;
	}
	
	.indicator-gesu {
		display: none !important;
	}
	
	.ticker-content {
		gap: 4px;
	}
	
	.ticker-titles-wrapper {
		gap: 6px;
	}
	
	.ticker-title-item {
		font-size: .9rem;
		padding: 0 1px;
	}
	
	.ticker-title-item::after {
		margin-left: 6px;
	}
}

@media (max-width: 480px) {
	.ticker-title-item {
		font-size: .85rem;
	}
	
	.ticker-title-item::after {
		margin-left: 4px;
		opacity: .5;
	}
	
	.ticker-content {
		gap: 2px;
	}
	
	.ticker-titles-wrapper {
		gap: 4px;
	}
}

/* ===== Main Header (mobile layout): logo sopra search, nascondi meteo/data/ora ===== */
@media (max-width: 768px) {
	.main-news-header .header-content {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 12px;
	}
	
	.main-news-header .header-logo {
		align-self: center;
		order: 0;
	}
	
	.main-news-header .header-logo .custom-logo, .main-news-header .header-logo .custom-logo-link img {
		max-width: 200px !important;
		height: auto;
	}
	
	.main-news-header .header-search {
		order: 1;
		width: 100%;
		display: flex;
		justify-content: center;
	}
	
	.main-news-header .header-search .search-box {
		width: 100%;
		max-width: 340px;
	}
	
	.main-news-header .header-info {
		order: 2;
		display: flex !important;
		flex-direction: column;
		align-items: center;
		gap: 8px;
		width: 100%;
	}
	
	.main-news-header .header-info .weather-info {
		display: flex !important;
		justify-content: center;
		width: 100%;
	}
	
	.main-news-header .header-info .weather-info .weather-details {
		align-items: center;
	}
	
	.main-news-header .header-info .weather-info .weather-city, .main-news-header .header-info .weather-info .weather-temp {
		text-align: center;
	}
	
	.mobile-weather-bar {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 10px 16px;
		background: var(--primary-black);
		border-top: 1px solid rgba(255, 255, 255, .08);
	}
	
	.mobile-weather-bar .weather-info {
		display: flex !important;
		gap: 8px;
	}
	
	.mobile-weather-bar .weather-info .weather-details {
		align-items: center;
	}
	
	.mobile-weather-bar .weather-info .weather-city, .mobile-weather-bar .weather-info .weather-temp {
		text-align: center;
	}
	
	.main-news-header .header-info .date-info {
		display: none !important;
	}
	
	/* Nascondi logo e search del main header, usa quelli nel nav */
	.main-news-header .header-logo, .main-news-header .header-search {
		display: none !important;
	}
	
	/* Main navigation background su mobile */
	.main-navigation {
		background: var(--primary-black);
	}
	
	/* Rimuovi padding del container nella main-navigation su mobile */
	.main-navigation .container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	/* Rimuovi padding/margin dal nav-wrapper su mobile */
	.main-navigation .nav-wrapper {
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

@keyframes curiositaTickerScroll {
	0% {
		transform: translateX(0);
	}
	
	100% {
		transform: translateX(-50%);
	}
}

/* removed unused: #curiosita-ticker */

/* removed unused: hover pause for #curiosita-ticker */
.live-time {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 700;
	font-size: 1rem;
	background: rgba(255, 255, 255, .2);
	padding: 8px 16px;
	border-radius: 20px;
}

/* Main News Layout */
.main-news-layout {
	padding: 40px 0;
	background: var(--bg-primary);
}

.news-grid-container {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 40px;
}

/* Main News Column */
.main-news-column {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

/* Featured Breaking News - Enhanced */
.featured-breaking-news {
	background: var(--bg-card);
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 12px 35px rgba(0, 0, 0, .15);
	border: 1px solid var(--border-light);
	position: relative;
}

.breaking-main-article {
	position: relative;
}

/* Breaking Header */
.breaking-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 24px;
	background: linear-gradient(135deg, var(--primary-red) 0%, var(--secondary-red) 100%);
	color: white;
	position: relative;
	overflow: hidden;
}

.breaking-header::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 100 100\"><defs><pattern id=\"breakingPattern\" width=\"20\" height=\"20\" patternUnits=\"userSpaceOnUse\"><circle cx=\"10\" cy=\"10\" r=\"1\" fill=\"rgba(255,255,255,0.1)\"/></pattern></defs><rect width=\"100\" height=\"100\" fill=\"url(%23breakingPattern)\"/></svg>");
	opacity: .3;
}

.breaking-live-indicator {
	display: flex;
	align-items: center;
	gap: 8px;
	background: rgba(255, 255, 255, .2);
	padding: 6px 12px;
	border-radius: 20px;
	font-weight: 800;
	font-size: .85rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	z-index: 2;
}

.live-dot-breaking {
	width: 8px;
	height: 8px;
	background: white;
	border-radius: 50%;
	animation: liveBlinkBreaking 1.5s infinite;
}

.breaking-timestamp {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 700;
	font-size: .9rem;
	position: relative;
	z-index: 2;
}

/* Main Breaking Badge */
.breaking-badge-main {
	position: absolute;
	top: 24px;
	left: 24px;
	background: var(--primary-red);
	color: white;
	padding: 10px 20px;
	border-radius: 8px;
	font-weight: 800;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	z-index: 10;
	display: flex;
	align-items: center;
	gap: 10px;
	box-shadow: 0 4px 15px rgba(220, 38, 38, .4);
}

/* Breaking Image */
.breaking-image {
	position: relative;
	height: 450px;
	overflow: hidden;
}

.breaking-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.breaking-main-article:hover .breaking-image img {
	transform: scale(1.05);
}

.breaking-image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(45deg, rgba(220, 38, 38, .8), rgba(30, 58, 138, .8));
	opacity: 0;
	transition: opacity .3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 5;
}

.breaking-main-article:hover .breaking-image-overlay {
	opacity: 1;
}

.breaking-play-button {
	width: 90px;
	height: 90px;
	background: rgba(255, 255, 255, .95);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--primary-red);
	font-size: 2.2rem;
	transition: all .3s ease;
	box-shadow: 0 8px 25px rgba(0, 0, 0, .3);
}

.breaking-play-button:hover {
	background: white;
	transform: scale(1.1);
	box-shadow: 0 12px 35px rgba(0, 0, 0, .4);
}

.breaking-video-indicator {
	position: absolute;
	top: 20px;
	right: 20px;
	background: rgba(0, 0, 0, .8);
	color: white;
	padding: 8px 12px;
	border-radius: 6px;
	font-weight: 700;
	font-size: .8rem;
	text-transform: uppercase;
	letter-spacing: .5px;
	display: flex;
	align-items: center;
	gap: 6px;
	z-index: 6;
}

.breaking-image-gradient {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100px;
	background: linear-gradient(transparent, rgba(0, 0, 0, .7));
	z-index: 4;
}

/* Breaking Content */
.breaking-content {
	padding: 32px;
	background: var(--bg-primary);
}

.breaking-category-section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.breaking-category-badge {
	background: var(--primary-blue);
	color: white;
	padding: 8px 16px;
	border-radius: 6px;
	font-size: .85rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .5px;
}

.breaking-read-time {
	display: flex;
	align-items: center;
	gap: 6px;
	color: var(--text-secondary);
	font-size: .9rem;
	font-weight: 600;
}

.breaking-read-time i {
	color: var(--primary-red);
	font-size: .8rem;
}

.breaking-title {
	font-size: 2.4rem;
	font-weight: 800;
	line-height: 1.2;
	padding: 5px;
	margin: 0 0 20px 0;
	color: var(--text-primary);
}

.breaking-title a {
	color: var(--text-primary);
	text-decoration: none;
	transition: color .3s ease;
}

.breaking-title a:hover {
	color: var(--primary-red);
}

.breaking-excerpt {
	font-size: 1.2rem;
	line-height: 1.6;
	margin-bottom: 28px;
	color: var(--text-secondary);
	font-weight: 500;
}

/* Breaking Meta Grid */
.breaking-meta-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin-bottom: 28px;
	padding: 20px;
	background: var(--bg-secondary);
	border-radius: 12px;
	border: 1px solid var(--border-light);
}

.breaking-author {
	display: flex;
	align-items: center;
	gap: 12px;
}

.author-avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid var(--primary-red);
}

.author-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.author-info {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.author-name {
	font-weight: 800;
	font-size: 1rem;
	color: var(--text-primary);
}

.author-title {
	font-size: .85rem;
	color: var(--text-secondary);
	font-weight: 600;
}

.breaking-stats {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.stat-item {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: .9rem;
	color: var(--text-secondary);
	font-weight: 600;
}

.stat-item i {
	color: var(--primary-red);
	font-size: .8rem;
	width: 16px;
}

/* Breaking Actions */
.breaking-actions {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
}

.breaking-read-btn {
	background: var(--primary-red);
	color: white;
	padding: 16px 32px;
	border-radius: 10px;
	text-decoration: none;
	font-weight: 800;
	font-size: 1.1rem;
	display: flex;
	align-items: center;
	gap: 12px;
	transition: all .3s ease;
	box-shadow: 0 6px 20px rgba(220, 38, 38, .3);
}

.breaking-read-btn:hover {
	background: var(--secondary-red);
	transform: translateY(-3px);
	box-shadow: 0 10px 30px rgba(220, 38, 38, .4);
}

.breaking-social-share {
	display: flex;
	align-items: center;
	gap: 12px;
}

.share-label {
	font-weight: 700;
	color: var(--text-secondary);
	font-size: .9rem;
}

.social-btn {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: all .3s ease;
	font-size: 1.1rem;
}

.social-btn.facebook {
	background: #1877f2;
	color: white;
}

.social-btn.twitter {
	background: #1da1f2;
	color: white;
}

.social-btn.whatsapp {
	background: #25d366;
	color: white;
}

.social-btn.telegram {
	background: #08c;
	color: white;
}

.social-btn:hover {
	transform: translateY(-2px) scale(1.1);
	box-shadow: 0 6px 15px rgba(0, 0, 0, .2);
}

/* Animations */
@keyframes liveBlinkBreaking {
	0%, 100% {
		opacity: 1;
	}
	
	50% {
		opacity: .3;
	}
}

@keyframes breakingBadgePulse {
	0%, 100% {
		transform: scale(1);
	}
	
	50% {
		transform: scale(1.05);
	}
}

@keyframes breakingPulseRing {
	0% {
		transform: scale(1);
		opacity: .3;
	}
	
	50% {
		transform: scale(1.1);
		opacity: .1;
	}
	
	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}

/* Responsive Design */
@media (max-width: 1024px) {
	.breaking-title {
		font-size: 2rem;
	}
	
	.breaking-meta-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	
	.breaking-actions {
		flex-direction: column;
		align-items: stretch;
		gap: 16px;
	}
}

@media (max-width: 768px) {
	.breaking-header {
		flex-direction: column;
		gap: 12px;
		text-align: center;
	}
	
	.breaking-image {
		height: 300px;
	}
	
	.breaking-content {
		padding: 24px;
	}
	
	.breaking-title {
		font-size: 1.8rem;
	}
	
	.breaking-excerpt {
		font-size: 1.1rem;
	}
	
	.breaking-category-section {
		flex-direction: column;
		gap: 12px;
		align-items: flex-start;
	}
	
	/* Nascondi la live-breaking-section quando il menu hamburger è aperto */
	body.menu-open .live-breaking-section {
		display: none !important;
		visibility: hidden !important;
		height: 0 !important;
		overflow: hidden !important;
	}
}

@media (max-width: 480px) {
	.breaking-content {
		padding: 20px;
	}
	
	.breaking-title {
		font-size: 1.5rem;
	}
	
	.breaking-excerpt {
		font-size: 1rem;
	}
	
	.breaking-read-btn {
		padding: 14px 24px;
		font-size: 1rem;
	}
	
	.breaking-social-share {
		flex-wrap: wrap;
		justify-content: center;
	}
}

/* ========================================
   SITE WIDTH LIMITATION - MAX 1230px
   ======================================== */
.container {
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 20px;
}

/* Ensure all sections respect the container */
.top-breaking-bar .container, .main-news-header .container, .main-navigation .container, .hero-featured-section .container, .main-news-layout .container, .live-breaking-section .container, .urgent-news-section .container, .featured-news-section .container, .articles-showcase-section .container, .posts-section-modern .container, .trending-section .container, .app-download-section .container, .media-section .container, .all-news-section .container, .news-footer .container, .content-area, .main-column, .archive-header, .posts-grid, .pagination-wrapper {
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 20px;
}

/* Additional width constraints for full-width elements */
.top-breaking-bar, .main-news-header, .main-navigation, .news-footer {
	width: 100%;
}

.top-breaking-bar .breaking-content, .main-news-header .header-content, .main-navigation .nav-wrapper, .news-footer .footer-main, .news-footer .footer-bottom-content {
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 20px;
}

.main-news-layout {
	padding: 30px 0;
	background: var(--bg-primary);
}

/* BREAKING NEWS HERO */
.breaking-hero {
	margin-bottom: 40px;
}

.breaking-article {
	display: flex;
	gap: 30px;
	background: var(--bg-card);
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0, 0, 0, .08);
	border: 1px solid var(--border-light);
}

.breaking-image {
	flex: 1;
	position: relative;
	height: 250px;
	overflow: hidden;
}

.breaking-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.breaking-label {
	position: absolute;
	top: 15px;
	left: 15px;
	background: var(--primary-red);
	color: white;
	padding: 6px 12px;
	border-radius: 4px;
	font-size: .8rem;
	font-weight: 700;
	text-transform: uppercase;
}

.breaking-content {
	flex: 1;
	padding: 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.breaking-category {
	background: var(--primary-blue);
	color: white;
	padding: 4px 8px;
	border-radius: 4px;
	font-size: .75rem;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.breaking-title {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 15px 0;
	color: var(--text-primary);
}

.breaking-title a {
	color: inherit;
	text-decoration: none;
}

.breaking-title a:hover {
	color: var(--primary-red);
}

.breaking-excerpt {
	font-size: 1rem;
	line-height: 1.5;
	color: var(--text-secondary);
	margin-bottom: 20px;
}

.breaking-meta {
	display: flex;
	gap: 20px;
	font-size: .85rem;
	color: var(--text-secondary);
}

.breaking-author, .breaking-date {
	display: flex;
	align-items: center;
	gap: 5px;
}

/* NEWS CONTENT GRID */
.news-content-grid {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 40px;
}

/* MAIN NEWS COLUMN */
.main-news-column {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

/* LATEST SECTION */
.latest-section {
	background: var(--bg-card);
	border-radius: 8px;
	padding: 25px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
	border: 1px solid var(--border-light);
}

.section-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 2px solid var(--primary-red);
}

.section-title {
	font-size: 1.3rem;
	font-weight: 700;
	color: var(--text-primary);
	margin: 0;
}

.view-all {
	color: var(--primary-blue);
	text-decoration: none;
	font-size: .9rem;
	font-weight: 600;
	transition: color .3s ease;
}

.view-all:hover {
	color: var(--primary-red);
}

/* NEWS LIST */
.news-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.news-item {
	display: flex;
	gap: 15px;
	padding: 15px;
	background: var(--bg-primary);
	border-radius: 6px;
	border: 1px solid var(--border-light);
	transition: all .3s ease;
}

.news-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
}

.news-thumb {
	flex: 0 0 120px;
	height: 80px;
	overflow: hidden;
	border-radius: 4px;
}

.news-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-info {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.news-category {
	background: var(--primary-red);
	color: white;
	padding: 2px 6px;
	border-radius: 3px;
	font-size: .7rem;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.news-title {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 8px 0;
}

.news-title a {
	color: var(--text-primary);
	text-decoration: none;
}

.news-title a:hover {
	color: var(--primary-red);
}

.news-meta {
	display: flex;
	gap: 15px;
	font-size: .8rem;
	color: var(--text-secondary);
}

/* SIDEBAR COLUMN */
.sidebar-column {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

/* SIDEBAR WIDGETS */
.sidebar-widget {
	background: var(--bg-card);
	border-radius: 8px;
	padding: 20px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
	border: 1px solid var(--border-light);
}

.widget-title {
	font-size: 1.1rem;
	font-weight: 700;
	margin: 0 0 20px 0;
	color: var(--text-primary);
	padding-bottom: 8px;
	border-bottom: 2px solid var(--primary-red);
}

/* TRENDING WIDGET */
.trending-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.trending-item {
	display: flex;
	gap: 12px;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--border-light);
}

.trending-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.trending-number {
	background: var(--primary-red);
	color: white;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: .8rem;
	flex-shrink: 0;
}

.trending-content {
	flex: 1;
}

.trending-title {
	font-size: .9rem;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 5px 0;
}

.trending-title a {
	color: var(--text-primary);
	text-decoration: none;
}

.trending-title a:hover {
	color: var(--primary-red);
}

.trending-date {
	font-size: .75rem;
	color: var(--text-secondary);
}

/* RECENT WIDGET */
.recent-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.recent-item {
	display: flex;
	gap: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--border-light);
}

.recent-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.recent-time {
	background: var(--primary-blue);
	color: white;
	padding: 4px 8px;
	border-radius: 4px;
	font-weight: 600;
	font-size: .7rem;
	flex-shrink: 0;
	min-width: 40px;
	text-align: center;
}

.recent-content {
	flex: 1;
}

.recent-title {
	font-size: .9rem;
	font-weight: 600;
	line-height: 1.3;
	margin: 0;
}

.recent-title a {
	color: var(--text-primary);
	text-decoration: none;
}

.recent-title a:hover {
	color: var(--primary-red);
}

/* CATEGORIES WIDGET */
.categories-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.category-item {
	padding: 8px 0;
	border-bottom: 1px solid var(--border-light);
}

.category-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.category-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	color: var(--text-primary);
	transition: color .3s ease;
}

.category-link:hover {
	color: var(--primary-red);
}

.category-name {
	font-weight: 600;
	font-size: .9rem;
}

.category-count {
	background: var(--primary-red);
	color: white;
	padding: 2px 6px;
	border-radius: 8px;
	font-size: .7rem;
	font-weight: 600;
}

/* RESPONSIVE DESIGN */
@media (max-width: 1200px) {
	.site-main-container {
		margin: 0;
		max-width: 100%;
		box-shadow: none;
	}
	
	.container, .content-area, .site-main, .wp-block-group__inner-container, .top-breaking-bar .breaking-content, .main-news-header .header-content, .main-navigation .nav-wrapper, .news-footer .footer-main, .news-footer .footer-bottom-content, .main-column, .archive-header, .posts-grid, .pagination-wrapper {
		padding: 0 15px;
	}
}

@media (max-width: 1024px) {
	.news-content-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	
	.breaking-article {
		flex-direction: column;
	}
	
	.breaking-image {
		height: 200px;
	}
}

@media (max-width: 768px) {
	.container, .content-area, .site-main, .wp-block-group__inner-container, .top-breaking-bar .breaking-content, .main-news-header .header-content, .main-navigation .nav-wrapper, .news-footer .footer-main, .news-footer .footer-bottom-content, .main-column, .archive-header, .posts-grid, .pagination-wrapper {
		padding: 0 10px;
	}
	
	.main-news-layout {
		padding: 20px 0;
	}
	
	.breaking-image {
		height: 180px;
	}
	
	.breaking-content {
		padding: 20px;
	}
	
	.breaking-title {
		font-size: 1.4rem;
	}
	
	.latest-section {
		padding: 20px;
	}
	
	.news-item {
		flex-direction: column;
		gap: 10px;
	}
	
	.news-thumb {
		flex: none;
		height: 120px;
	}
	
	.sidebar-widget {
		padding: 15px;
	}
	
	/* Nascondi la live-breaking-section quando il menu hamburger è aperto */
	body.menu-open .live-breaking-section {
		display: none !important;
		visibility: hidden !important;
		height: 0 !important;
		overflow: hidden !important;
	}
}

@media (max-width: 480px) {
	.container, .content-area, .site-main, .wp-block-group__inner-container, .top-breaking-bar .breaking-content, .main-news-header .header-content, .main-navigation .nav-wrapper, .news-footer .footer-main, .news-footer .footer-bottom-content, .main-column, .archive-header, .posts-grid, .pagination-wrapper {
		padding: 0 8px;
	}
	
	.breaking-content {
		padding: 15px;
	}
	
	.breaking-title {
		font-size: 1.2rem;
	}
	
	.latest-section {
		padding: 15px;
	}
	
	.news-item {
		padding: 12px;
	}
	
	.sidebar-widget {
		padding: 12px;
	}
}

/* Secondary News Grid */
.secondary-news-grid {
	background: var(--bg-card);
	border-radius: 12px;
	padding: 30px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, .08);
	border: 1px solid var(--border-light);
}

.grid-title {
	font-size: 1.4rem;
	font-weight: 800;
	margin: 0 0 24px 0;
	color: var(--text-primary);
	display: flex;
	align-items: center;
	gap: 10px;
}

.grid-title i {
	color: var(--primary-red);
	font-size: 1.2rem;
}

.news-grid-4 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.news-card-secondary {
	background: var(--bg-primary);
	border-radius: 8px;
	overflow: hidden;
	transition: all .3s ease;
	border: 1px solid var(--border-light);
}

.news-card-secondary:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
}

.card-image {
	position: relative;
	height: 140px;
	overflow: hidden;
}

.card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s ease;
}

.news-card-secondary:hover .card-image img {
	transform: scale(1.1);
}

.card-category {
	position: absolute;
	top: 8px;
	left: 8px;
	background: var(--primary-red);
	color: white;
	padding: 4px 8px;
	border-radius: 4px;
	font-size: .7rem;
	font-weight: 700;
	text-transform: uppercase;
}

.card-content {
	padding: 16px;
}

.card-title {
	margin: 0 0 12px 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
}

.card-title a {
	color: var(--text-primary);
	text-decoration: none;
	transition: color .3s ease;
}

.card-title a:hover {
	color: var(--primary-red);
}

.card-meta {
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: .8rem;
	color: var(--text-secondary);
}

.card-date, .card-author {
	display: flex;
	align-items: center;
	gap: 6px;
}

.card-date i, .card-author i {
	color: var(--primary-red);
	font-size: .7rem;
}

/* News Sidebar */
.news-sidebar {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.trending-widget, .latest-widget {
	background: var(--bg-card);
	border-radius: 12px;
	padding: 24px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, .08);
	border: 1px solid var(--border-light);
}

.widget-title {
	font-size: 1.2rem;
	font-weight: 800;
	margin: 0 0 20px 0;
	color: var(--text-primary);
	display: flex;
	align-items: center;
	gap: 10px;
	padding-bottom: 12px;
	border-bottom: 2px solid var(--primary-red);
}

.widget-title i {
	color: var(--primary-red);
	font-size: 1rem;
}

/* Trending List */
.trending-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.trending-item {
	display: flex;
	gap: 12px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--border-light);
}

.trending-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.trending-number {
	background: var(--primary-red);
	color: white;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: .8rem;
	flex-shrink: 0;
}

.trending-thumb {
	width: 60px;
	height: 60px;
	border-radius: 6px;
	overflow: hidden;
	flex-shrink: 0;
}

.trending-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s ease;
}

.trending-item:hover .trending-thumb img {
	transform: scale(1.1);
}

.trending-content {
	flex: 1;
}

.trending-title {
	margin: 0 0 8px 0;
	font-size: .9rem;
	font-weight: 700;
	line-height: 1.3;
}

.trending-title a {
	color: var(--text-primary);
	text-decoration: none;
	transition: color .3s ease;
}

.trending-title a:hover {
	color: var(--primary-red);
}

.trending-meta {
	font-size: .8rem;
	color: var(--text-secondary);
}

.trending-date {
	display: flex;
	align-items: center;
	gap: 4px;
}

.trending-date i {
	color: var(--primary-red);
	font-size: .7rem;
}

/* Latest List */
.latest-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.latest-item {
	display: flex;
	gap: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--border-light);
}

.latest-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.latest-time {
	background: var(--primary-blue);
	color: white;
	padding: 4px 8px;
	border-radius: 4px;
	font-weight: 700;
	font-size: .8rem;
	flex-shrink: 0;
	min-width: 50px;
	text-align: center;
}

.latest-content {
	flex: 1;
}

.latest-title {
	margin: 0;
	font-size: .9rem;
	font-weight: 600;
	line-height: 1.3;
}

.latest-title a {
	color: var(--text-primary);
	text-decoration: none;
	transition: color .3s ease;
}

.latest-title a:hover {
	color: var(--primary-red);
}

/* Responsive Design */
@media (max-width: 1024px) {
	.news-grid-container {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	
	.news-grid-4 {
		grid-template-columns: 1fr;
	}
	
	.breaking-title {
		font-size: 1.8rem;
	}
}

@media (max-width: 768px) {
	.live-breaking-alert {
		flex-direction: column;
		gap: 12px;
		text-align: center;
	}
	
	.breaking-ticker-live {
		width: 100%;
	}
	
	.breaking-title {
		font-size: 1.5rem;
	}
	
	.breaking-meta {
		flex-direction: column;
		gap: 12px;
	}
	
	.breaking-actions {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}
	
	.breaking-image {
		height: 250px;
	}
}

/* Custom Scrollbar (WebKit browsers) */

/* Applies globally; uses theme variables for cohesive look */
::-webkit-scrollbar {
	width: 12px;
	height: 10px;
}

::-webkit-scrollbar-track {
	background: #fff;
}

::-webkit-scrollbar-thumb {
	background: #1e3a8a;
	border-radius: 8px;
}

::-webkit-scrollbar-corner {
	background: transparent;
}

/* Optional: slightly subtler scrollbars inside cards/panels */
.main-news-layout .news-list, .trending-list, .media-grid, .posts-grid, .all-news-grid {
	scrollbar-width: auto;
	scrollbar-color: var(--border-medium) transparent;
}

/* Global Scroll Settings */
html {
	/* behavior */
	scroll-behavior: auto;
	scroll-padding-top: 128px;
	scroll-padding-block-start: 128px;
	scroll-padding-bottom: auto;
	scroll-padding-block-end: auto;
	scroll-snap-type: none;
	scroll-timeline-axis: block;
	scroll-timeline-name: none;
	scrollbar-color: auto;
	scrollbar-width: auto;
}

/* Default scroll margins and properties */
* {
	scroll-margin-top: 0;
	scroll-margin-right: 0;
	scroll-margin-bottom: 0;
	scroll-margin-left: 0;
	scroll-margin-block-start: 0;
	scroll-margin-block-end: 0;
	scroll-margin-inline-start: 0;
	scroll-margin-inline-end: 0;
	scroll-snap-align: none;
	scroll-snap-stop: normal;
	scroll-marker-group: none;
	scroll-target-group: none;
}

@media (max-width: 480px) {
	.main-news-layout {
		padding: 20px 0;
	}
	
	.breaking-content {
		padding: 20px;
	}
	
	.secondary-news-grid {
		padding: 20px;
	}
	
	.trending-widget, .latest-widget {
		padding: 20px;
	}
}

.breaking-hero-section {
	background: linear-gradient(135deg, var(--primary-black) 0%, #2d3748 100%);
	color: var(--text-white);
	padding: 40px 0;
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
}

.breaking-hero-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 100 100\"><defs><pattern id=\"grain\" width=\"100\" height=\"100\" patternUnits=\"userSpaceOnUse\"><circle cx=\"50\" cy=\"50\" r=\"0.5\" fill=\"rgba(255,255,255,0.05)\"/></pattern></defs><rect width=\"100\" height=\"100\" fill=\"url(%23grain)\"/></svg>");
	opacity: .3;
	pointer-events: none;
}

/* Breaking Alert */
.breaking-alert {
	background: var(--breaking-red);
	margin-bottom: 30px;
	border-radius: 8px;
	overflow: hidden;
	animation: breakingPulse 3s infinite;
}

.breaking-alert-content {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 16px 24px;
}

.breaking-icon {
	background: rgba(255, 255, 255, .2);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	animation: breakingBlink 2s infinite;
}

.breaking-icon i {
	font-size: 1.2rem;
	color: white;
}

.breaking-text {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.breaking-label {
	font-size: .8rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity: .9;
}

.breaking-headline {
	font-size: 1.1rem;
	font-weight: 700;
}

.breaking-time {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	font-size: .9rem;
}

/* Main Hero News */
.main-hero-news {
	margin-bottom: 40px;
}

.hero-news-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: center;
}

.hero-news-text {
	padding-right: 20px;
}

.hero-category {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
}

.category-badge {
	background: var(--primary-blue);
	color: white;
	padding: 6px 12px;
	border-radius: 4px;
	font-size: .8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .5px;
}

.breaking-badge {
	background: var(--breaking-red);
	color: white;
	padding: 6px 12px;
	border-radius: 4px;
	font-size: .8rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .5px;
}

.hero-title {
	font-size: 2.5rem;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 20px 0;
}

.hero-title a {
	color: var(--text-white);
	text-decoration: none;
	transition: color .3s ease;
}

.hero-title a:hover {
	color: var(--primary-red);
}

.hero-excerpt {
	font-size: 1.2rem;
	line-height: 1.6;
	margin-bottom: 24px;
	opacity: .9;
}

.hero-meta {
	display: flex;
	gap: 24px;
	margin-bottom: 30px;
	font-size: .9rem;
}

.hero-author, .hero-date, .hero-comments {
	display: flex;
	align-items: center;
	gap: 8px;
	opacity: .8;
}

.hero-author i, .hero-date i, .hero-comments i {
	color: var(--primary-red);
	font-size: .9rem;
}

.hero-actions {
	display: flex;
	align-items: center;
	gap: 20px;
}

.read-more-btn {
	background: var(--primary-red);
	color: white;
	padding: 14px 28px;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 700;
	font-size: 1rem;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: all .3s ease;
}

.read-more-btn:hover {
	background: var(--secondary-red);
	transform: translateY(-2px);
	box-shadow: 0 8px 16px rgba(220, 38, 38, .3);
}

.social-share {
	display: flex;
	gap: 12px;
}

.share-btn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: all .3s ease;
}

.share-btn.facebook {
	background: #1877f2;
	color: white;
}

.share-btn.twitter {
	background: #1da1f2;
	color: white;
}

.share-btn.whatsapp {
	background: #25d366;
	color: white;
}

.share-btn:hover {
	transform: translateY(-2px) scale(1.1);
}

/* Hero News Image */
.hero-news-image {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 20px 40px rgba(0, 0, 0, .3);
}

.hero-news-image img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	transition: transform .3s ease;
}

.hero-news-image:hover img {
	transform: scale(1.05);
}

.image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(45deg, rgba(220, 38, 38, .8), rgba(30, 58, 138, .8));
	opacity: 0;
	transition: opacity .3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-news-image:hover .image-overlay {
	opacity: 1;
}

.play-button {
	width: 80px;
	height: 80px;
	background: rgba(255, 255, 255, .9);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--primary-red);
	font-size: 2rem;
	transition: all .3s ease;
}

.play-button:hover {
	background: white;
	transform: scale(1.1);
}

/* Secondary News Grid */
.secondary-news-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.secondary-news-item {
	background: rgba(255, 255, 255, .1);
	border-radius: 8px;
	overflow: hidden;
	transition: all .3s ease;
	backdrop-filter: blur(10px);
}

.secondary-news-item:hover {
	transform: translateY(-4px);
	background: rgba(255, 255, 255, .15);
}

.secondary-thumbnail {
	position: relative;
	height: 120px;
	overflow: hidden;
}

.secondary-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s ease;
}

.secondary-news-item:hover .secondary-thumbnail img {
	transform: scale(1.1);
}

.secondary-category {
	position: absolute;
	top: 8px;
	left: 8px;
	background: var(--primary-red);
	color: white;
	padding: 4px 8px;
	border-radius: 4px;
	font-size: .7rem;
	font-weight: 700;
	text-transform: uppercase;
}

.secondary-content {
	padding: 16px;
}

.secondary-title {
	margin: 0 0 12px 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
}

.secondary-title a {
	color: var(--text-white);
	text-decoration: none;
	transition: color .3s ease;
}

.secondary-title a:hover {
	color: var(--primary-red);
}

.secondary-meta {
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: .8rem;
	opacity: .8;
}

.secondary-date, .secondary-author {
	display: flex;
	align-items: center;
	gap: 6px;
}

.secondary-date i, .secondary-author i {
	color: var(--primary-red);
	font-size: .7rem;
}

/* Responsive Design */
@media (max-width: 1024px) {
	.hero-news-content {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	
	.hero-news-text {
		padding-right: 0;
	}
	
	.hero-title {
		font-size: 2rem;
	}
	
	.secondary-news-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.breaking-alert-content {
		flex-direction: column;
		gap: 12px;
		text-align: center;
	}
	
	.hero-title {
		font-size: 1.8rem;
	}
	
	.hero-meta {
		flex-direction: column;
		gap: 12px;
	}
	
	.hero-actions {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}
	
	.secondary-news-grid {
		grid-template-columns: 1fr;
	}
	
	.hero-news-image img {
		height: 250px;
	}
}

@media (max-width: 480px) {
	.breaking-hero-section {
		padding: 20px 0;
	}
	
	.hero-title {
		font-size: 1.5rem;
	}
	
	.hero-excerpt {
		font-size: 1rem;
	}
	
	.read-more-btn {
		padding: 12px 20px;
		font-size: .9rem;
	}
	
	.share-btn {
		width: 36px;
		height: 36px;
	}
}

.breaking-news-wrapper {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 40px;
	align-items: start;
}

.section-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	flex-wrap: wrap;
	gap: 20px;
}

.section-title-inline {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 2rem;
	font-weight: 800;
	color: var(--primary-black);
	margin: 0;
}

.section-title-inline i {
	color: var(--primary-red);
	font-size: 1.5rem;
}

/* rimosse category tabs e pulsanti tab non utilizzati */

/* Trending News Sidebar */
.trending-news-sidebar {
	background: var(--bg-card);
	border: 1px solid var(--border-light);
	border-radius: 12px;
	padding: 24px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
}

.sidebar-title {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 1.3rem;
	font-weight: 800;
	color: var(--primary-black);
	margin: 0 0 20px 0;
	padding-bottom: 12px;
	border-bottom: 2px solid var(--primary-red);
}

.sidebar-title i {
	color: var(--primary-red);
}

.trending-news-posts {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.trending-news-post {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px;
	border-radius: 8px;
	transition: all .3s ease;
	position: relative;
}

.trending-news-post:hover {
	background: var(--breaking-bg);
	transform: translateX(4px);
}

.trending-number {
	background: var(--primary-red);
	color: white;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: .8rem;
	flex-shrink: 0;
}

.trending-news-post .post-thumbnail {
	width: 60px;
	height: 60px;
	border-radius: 6px;
	overflow: hidden;
	flex-shrink: 0;
}

.trending-news-post .post-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.trending-news-post .post-content {
	flex: 1;
	min-width: 0;
}

.trending-news-post .post-title {
	margin: 0 0 6px 0;
	font-size: .95rem;
	font-weight: 700;
	line-height: 1.3;
}

.trending-news-post .post-title a {
	color: var(--text-primary);
	text-decoration: none;
	transition: color .3s ease;
}

.trending-news-post .post-title a:hover {
	color: var(--primary-red);
}

.trending-news-post .post-meta {
	font-size: .8rem;
	color: var(--text-secondary);
}

.trending-news-post .post-meta i {
	margin-right: 4px;
	color: var(--primary-red);
}

/* Responsive Design */
@media (max-width: 768px) {
	.news-header .site-title {
		font-size: 2rem;
	}
	
	.news-nav .nav-menu {
		flex-direction: column;
	}
	
	.news-nav .nav-menu a {
		padding: 12px 16px;
	}
	
	.news-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	
	.breaking-news-banner {
		flex-direction: column;
		text-align: center;
		gap: 8px;
	}
	
	.header-main {
		flex-direction: column;
		gap: 16px;
		text-align: center;
	}
	
	.header-actions {
		justify-content: center;
	}
	
	.ticker-container {
		flex-direction: column;
		gap: 8px;
	}
	
	.ticker-label {
		align-self: flex-start;
	}
	
	.breaking-news-wrapper {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	
	.section-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}
	
	.section-title-inline {
		font-size: 1.5rem;
	}
	
	.category-tabs {
		width: 100%;
		justify-content: flex-start;
	}
	
	.tab-btn {
		padding: 8px 16px;
		font-size: .85rem;
	}
}

/* Breaking Strip - Ultim'ora */
.breaking-strip {
	background: #fff;
	padding: 0;
}

.breaking-strip .container {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 0 12px;
	margin: 0;
}

.breaking-head {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
}

.breaking-title {
	font-size: 1rem;
	font-weight: 800;
	margin: 0;
}

.breaking-more {
	margin-left: 4px;
}

.breaking-more {
	color: var(--primary-red);
	font-weight: 600;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
}

.breaking-more:hover {
	text-decoration: underline;
}

.breaking-scroll {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: max-content;
	gap: 20px;
	overflow-x: auto;
	scrollbar-width: thin;
	padding: 4px 0;
}

/* Wrapper con bottoni */
.breaking-scroll-wrapper {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: stretch;
	gap: 16px;
}

.breaking-nav-group {
	display: grid;
	grid-auto-rows: 34px;
	align-content: space-between;
	gap: 8px;
}

/* Nascondi scrollbar visivamente */
.breaking-scroll {
	scrollbar-width: none;
}

.breaking-scroll::-webkit-scrollbar {
	/* Webkit */
	height: 0;
	width: 0;
}

/* Bottoni di navigazione */
.breaking-nav {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid #e2e2e2;
	background: #fff;
	color: #111;
	cursor: pointer;
	transition: background .2s ease, box-shadow .2s ease;
}

.breaking-nav:hover {
	background: #f3f3f3;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}

.breaking-nav i {
	font-size: 14px;
}

/* Nascondi bottoni navigazione breaking-strip su mobile */
@media (max-width: 768px) {
	.breaking-nav-group, .breaking-nav, .breaking-prev, .breaking-next {
		display: none !important;
	}
	
	/* Modifica layout wrapper per rimuovere colonna bottoni */
	.breaking-scroll-wrapper {
		grid-template-columns: 1fr !important;
	}
	
	/* Assicura che lo scroll funzioni correttamente su mobile */
	.breaking-scroll {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scroll-behavior: smooth;
		padding: 0 12px !important;
		gap: 10px !important;
	}
	
	/* Breaking item ottimizzato per mobile */
	.breaking-item {
		display: inline-flex !important;
		flex-direction: column !important;
		align-items: flex-start !important;
		gap: 6px !important;
		background: #f8eeee !important;
		padding: 10px 12px !important;
		border-radius: 8px !important;
		min-width: 280px !important;
		max-width: 320px !important;
		min-height: auto !important;
		flex-shrink: 0 !important;
		box-sizing: border-box !important;
	}
	
	.breaking-item .breaking-time {
		font-size: .75rem !important;
		font-weight: 700 !important;
		color: var(--primary-red) !important;
		display: inline-flex !important;
		align-items: center !important;
		gap: 4px !important;
	}
	
	.breaking-item .breaking-text {
		font-size: .85rem !important;
		font-weight: 600 !important;
		line-height: 1.3 !important;
		color: #111 !important;
		display: -webkit-box !important;
		-webkit-line-clamp: 2 !important;
		-webkit-box-orient: vertical !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		word-wrap: break-word !important;
		width: 100% !important;
	}
}

@media (max-width: 480px) {
	.breaking-scroll {
		padding: 0 8px !important;
		gap: 8px !important;
	}
	
	.breaking-item {
		min-width: 260px !important;
		max-width: 300px !important;
		padding: 8px 10px !important;
		gap: 5px !important;
	}
	
	.breaking-item .breaking-time {
		font-size: .7rem !important;
	}
	
	.breaking-item .breaking-text {
		font-size: .8rem !important;
		line-height: 1.25 !important;
	}
}

.breaking-item {
	display: inline-flex;
	align-items: center;
	gap: 15px;
	background: #f8eeee;
	padding: 12px 16px;
	border-radius: 10px;
	color: #111;
	text-decoration: none;
	white-space: normal;
	min-height: 68px;
	width: auto;
}

.breaking-item .breaking-strip-text {
	white-space: normal;
	word-wrap: break-word;
	line-height: 1.4;
	max-height: 2.8em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.breaking-time {
	color: var(--primary-red);
	font-weight: 700;
	font-size: .85rem;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.breaking-text {
	font-size: .95rem;
	font-weight: 600;
}

@media (min-width: 1024px) {
	.breaking-strip {
		padding: 14px 0;
	}
	
	.breaking-title {
		font-size: 1.1rem;
	}
	
	.breaking-text {
		font-size: 1rem;
	}
}

/* Horizontal Featured badge for hero-left */
.featured-horizontal-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 12px;
	background: rgba(30, 58, 138, .95);
	color: #fff;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .3px;
	text-transform: uppercase;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
}

/* Hero left image spacing and radius */
.hero-left .hero-primary .post-thumbnail, .hero-left .hero-secondary .post-thumbnail {
	position: relative;
	margin: 12px 12px 0 12px;
	border-radius: 8px;
	overflow: hidden;
}

.hero-left .hero-primary .post-thumbnail img, .hero-left .hero-secondary .post-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}

/* Adjust badge position for new spacing */
.featured-horizontal-badge {
	position: absolute;
	top: 8px;
	left: 8px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 12px;
	background: rgba(30, 58, 138, .95);
	color: #fff;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .3px;
	text-transform: uppercase;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
}

/* Hero Featured with Sidebar */
.hero-left .hero-primary .post-thumbnail {
	height: 360px;
	overflow: hidden;
}

.hero-left .hero-primary .post-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-subgrid {
	margin-top: 16px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.hero-secondary .post-thumbnail {
	height: 160px;
	overflow: hidden;
}

.hero-secondary .post-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-left {
	align-self: start;
}

.hero-right {
	align-self: start;
}

.article-excerpt {
	color: #495057;
	margin-bottom: 14px;
}

.article-readmore {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--primary-orange);
	text-decoration: none;
	font-weight: 700;
}

.article-readmore:hover {
	color: var(--secondary-orange);
}

.no-articles {
	color: #6c757d;
	text-align: center;
	grid-column: 1/-1;
}

@media (max-width: 1024px) {
	.article-card {
		grid-column: span 6;
	}
	
	.article-card--featured {
		grid-column: span 12;
	}
}

@media (max-width: 768px) {
	.articles-showcase-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.article-card, .article-card--featured {
		grid-column: span 1;
	}
	
	.article-thumb img {
		height: 240px;
	}
}

/* ========================================
   COMMENTS MODERN STYLES
   ======================================== */
.comments-area {
	margin-top: 50px;
}

.comments-title, .comment-reply-title {
	color: #212529;
	font-size: 1.6rem;
	font-weight: 800;
	margin: 0 0 20px;
}

.comment-list {
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
}

.comment-list .comment {
	background: #fff;
	border: 1px solid var(--primary-orange);
	border-radius: 12px;
	padding: 20px;
	margin-bottom: 16px;
}

.comment-list .comment .avatar {
	border-radius: 50%;
	width: 64px;
	height: 64px;
}

.comment-metadata, .comment-meta {
	color: #6c757d;
	font-size: .85rem;
	margin-bottom: 10px;
}

.comment-content {
	color: #212529;
	line-height: 1.7;
}

.reply a {
	color: var(--primary-orange);
	text-decoration: none;
	font-weight: 600;
}

.reply a:hover {
	color: var(--secondary-orange);
}

/* Comment Form */
.comment-form-modern {
	background: #fff;
	border: 1px solid #e9ecef;
	border-radius: 12px;
	padding: 25px;
}

.comment-form-modern p {
	margin: 0 0 16px;
}

.comment-form-modern label {
	display: block;
	color: #212529;
	font-weight: 600;
	margin-bottom: 6px;
}

.input-control, .comment-form-modern input[type="text"], .comment-form-modern input[type="email"], .comment-form-modern input[type="url"], .comment-form-modern textarea {
	width: 100%;
	background: #fff;
	color: #212529;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 12px 14px;
	outline: none;
	transition: border-color .2s ease, box-shadow .2s ease;
}

/* Bordo arancione specifico per il campo commento */
.comment-form-modern .comment-form-comment .input-control {
	border-color: var(--primary-orange);
}

.comment-form-modern input:focus, .comment-form-modern textarea:focus, .input-control:focus {
	border-color: var(--primary-orange);
	box-shadow: 0 0 0 3px rgba(255, 108, 0, .15);
}

.comment-submit-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: var(--primary-red);
	color: #fff;
	border: none;
	border-radius: 10px;
	padding: 12px 18px;
	font-weight: 700;
	cursor: pointer;
	transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
}

.comment-submit-btn:hover {
	background: var(--secondary-orange);
	transform: translateY(-1px);
	box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
}

.no-comments {
	color: #6c757d;
}

/* Two-column form layout on desktop */
.comment-form-modern .comment-form-author, .comment-form-modern .comment-form-email {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.comment-form-modern .comment-form-author label, .comment-form-modern .comment-form-email label {
	grid-column: 1/-1;
}

@media (max-width: 768px) {
	.comment-form-modern .comment-form-author, .comment-form-modern .comment-form-email {
		grid-template-columns: 1fr;
		gap: 12px;
	}
}

/* ===================================
   RESET E BASE
   =================================== */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-size: 16px;
	scroll-behavior: smooth;
	height: auto !important;
	overflow-y: auto !important;
}

body {
	font-family: var(--font-main);
	line-height: 1.6;
	color: var(--text-primary);
	height: auto !important;
	overflow-y: auto !important;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: var(--primary-orange);
	text-decoration: none;
	transition: color .25s ease, background-color .25s ease;
}

a:hover {
	color: var(--secondary-orange);
}

/* ===================================
   TYPOGRAPHY
   =================================== */
h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-heading);
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 1rem;
	color: var(--text-primary);
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.75rem;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.25rem;
}

h6 {
	font-size: 1rem;
}

p {
	margin-bottom: 1rem;
}

/* ===================================
   LAYOUT
   =================================== */
.container {
	max-width: 95%;
	margin: 0 auto;
	padding: 0;
	height: auto !important;
	min-height: 100% !important;
	overflow: visible !important;
}

.site-wrapper {
	display: block;
	background: var(--bg-primary);
	height: auto !important;
	min-height: 100% !important;
	overflow: visible !important;
}

.site-content {
	display: block;
	height: auto !important;
	min-height: 100% !important;
	overflow: visible !important;
}

/* ===================================
   HEADER
   =================================== */
.site-title a:hover {
	color: var(--primary-orange);
}

.site-description {
	color: var(--text-light);
	font-size: .9rem;
	margin: 0;
	font-style: italic;
}

/* ===================================
   NAVIGATION
   =================================== */
.main-navigation {
	align-items: center;
}

.mobile-nav-controls {
	display: none;
}

.menu-toggle {
	position: relative;
	width: 32px;
	height: 32px;
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	z-index: 1000;
}

.mobile-search-btn {
	display: none;
}

.menu-close {
	display: none;
}

.menu-toggle span {
	position: absolute;
	width: 28px;
	height: 3px;
	background: var(--primary-red);
	border-radius: 3px;
	left: 2px;
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

.menu-toggle span:nth-child(1) {
	top: 6px;
}

.menu-toggle span:nth-child(2) {
	top: 14.5px;
}

.menu-toggle span:nth-child(3) {
	bottom: 6px;
}

.menu-toggle.active span:nth-child(1) {
	transform: translateY(8.5px) rotate(45deg);
	background: var(--primary-red);
}

.menu-toggle.active span:nth-child(2) {
	opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
	transform: translateY(-8.5px) rotate(-45deg);
	background: var(--primary-red);
}

.menu-toggle:hover span {
	background: var(--primary-red);
}

.nav-menu {
	display: flex;
	position: relative;
	list-style: none;
	gap: 10px;
	margin: 0;
	padding: .75rem;
	background-color: rgba(255, 255, 255, .95);
	--glider-width: 0px;
	--glider-left: 0px;
}

.nav-menu li {
	position: relative;
	z-index: 2;
}

.nav-menu a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 34px;
	padding: 0 20px;
	font-size: .95rem;
	color: var(--text-secondary);
	font-weight: 600;
	border-radius: 99px;
	cursor: pointer;
	transition: color .25s ease-in;
	position: relative;
	white-space: nowrap;
}

.nav-menu a:hover {
	color: var(--primary-orange);
}

.nav-menu .current-menu-item a {
	color: var(--primary-orange);
}

.nav-menu::before {
	display: none;
}

/* ===================================
   RADIO PLAYER BAR
   =================================== */
.radio-player-bar {
	background: linear-gradient(90deg, var(--primary-orange) 0%, var(--secondary-orange) 100%);
	padding: 18px 0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
}

.player-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}

.player-info {
	display: flex;
	align-items: center;
	gap: 15px;
	color: var(--white);
}

.player-info .live-indicator {
	background: var(--live-indicator);
	color: var(--text-white);
	padding: 6px 16px;
	border-radius: 4px;
	font-weight: 700;
	font-size: .9rem;
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0%, 100% {
		opacity: 1;
	}
	
	50% {
		opacity: .7;
	}
}

.now-playing {
	font-size: 1.1rem;
	font-weight: 600;
}

.player-controls {
	display: flex;
	align-items: center;
	gap: 15px;
}

/* rimosse player-tabs e pulsanti radio/tv non utilizzati */
.volume-control {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--white);
}

.volume-slider {
	width: 100px;
	-webkit-appearance: none;
	appearance: none;
	height: 4px;
	background: rgba(255, 255, 255, .3);
	outline: none;
	border-radius: 2px;
}

.volume-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 14px;
	height: 14px;
	background: var(--white);
	cursor: pointer;
	border-radius: 50%;
}

.volume-slider::-moz-range-thumb {
	width: 14px;
	height: 14px;
	background: var(--white);
	cursor: pointer;
	border: none;
	border-radius: 50%;
}

/* Radio Player Responsive */
@media (max-width: 768px) {
	.radio-player-bar {
		padding: 8px 0;
	}
	
	.player-container {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 8px;
		padding: 0 15px;
	}
	
	.player-info {
		width: 100%;
		justify-content: center;
		gap: 6px;
		flex-wrap: nowrap;
	}
	
	.player-info .live-indicator {
		font-size: .65rem;
		padding: 3px 8px;
	}
	
	.now-playing {
		font-size: .8rem;
		padding: 0;
	}
	
	.player-controls {
		width: 100%;
		justify-content: center;
	}
}

/* ===================================
   HERO SECTION
   =================================== */
.hero-section {
	background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
	color: var(--white);
	padding: 120px 0 80px;
	position: relative;
	overflow: hidden;
	min-height: 500px;
	display: flex;
	align-items: center;
}

.hero-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(circle at 20% 50%, rgba(255, 107, 53, .15) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(255, 140, 66, .15) 0%, transparent 50%);
	animation: heroGlow 8s ease-in-out infinite;
}

@keyframes heroGlow {
	0%, 100% {
		opacity: 1;
	}
	
	50% {
		opacity: .7;
	}
}

.hero-section::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("data:image/svg+xml,<svg width=\"60\" height=\"60\" xmlns=\"http://www.w3.org/2000/svg\"><defs><pattern id=\"grid\" width=\"60\" height=\"60\" patternUnits=\"userSpaceOnUse\"><path d=\"M 60 0 L 0 0 0 60\" fill=\"none\" stroke=\"rgba(255,107,53,0.05)\" stroke-width=\"1\"/></pattern></defs><rect width=\"100%\" height=\"100%\" fill=\"url(%23grid)\"/></svg>");
	opacity: .5;
}

.hero-content {
	position: relative;
	z-index: 1;
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
	animation: fadeInUp 1s ease-out;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.hero-title {
	font-size: 4.5rem;
	font-weight: 800;
	color: var(--white);
	margin-bottom: 1.5rem;
	text-shadow: 0 4px 20px rgba(0, 0, 0, .5);
	line-height: 1.1;
	letter-spacing: -2px;
}

.hero-title .highlight {
	color: var(--primary-orange);
	position: relative;
	display: inline-block;
}

.hero-title .highlight::after {
	content: "";
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	height: 8px;
	background: linear-gradient(90deg, transparent, var(--primary-orange), transparent);
	opacity: .3;
	border-radius: 4px;
}

.hero-subtitle {
	font-size: 1.5rem;
	margin-bottom: 3rem;
	opacity: .95;
	font-weight: 300;
	line-height: 1.6;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.cta-buttons {
	display: flex;
	gap: 20px;
	justify-content: center;
	flex-wrap: wrap;
}

.btn {
	padding: 16px 40px;
	border-radius: 50px;
	font-weight: 700;
	border: none;
	cursor: pointer;
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-size: 1.1rem;
	text-transform: uppercase;
	letter-spacing: .5px;
	position: relative;
	overflow: hidden;
}

.btn::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, .2);
	transform: translate(-50%, -50%);
	transition: width .6s, height .6s;
}

.btn:hover::before {
	width: 300px;
	height: 300px;
}

.btn-primary {
	background: linear-gradient(135deg, var(--primary-orange) 0%, var(--secondary-orange) 100%);
	color: var(--white);
	box-shadow: 0 8px 25px rgba(255, 107, 53, .4);
}

.btn-primary:hover {
	background: linear-gradient(135deg, var(--secondary-orange) 0%, var(--primary-orange) 100%);
	color: var(--white);
	transform: translateY(-3px);
	box-shadow: 0 12px 35px rgba(255, 107, 53, .6);
}

.btn-secondary {
	background: transparent;
	color: var(--white);
	border: 2px solid var(--white);
	box-shadow: 0 4px 15px rgba(255, 255, 255, .1);
}

.btn-secondary:hover {
	background: var(--white);
	color: var(--primary-orange);
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(255, 255, 255, .3);
}

/* ===================================
   404 ERROR PAGE
   =================================== */
.error-404 {
	min-height: 65vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 20px;
}

.error-content {
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
}

.error-404-title {
	font-size: 120px;
	font-weight: 800;
	color: var(--primary-red);
	margin: 0 0 20px 0;
	line-height: 1;
	text-shadow: 2px 2px 8px rgba(220, 38, 38, .2);
}

.error-404-subtitle {
	font-size: 2rem;
	font-weight: 700;
	color: var(--text-primary);
	margin: 0 0 20px 0;
}

.error-404-text {
	font-size: 1.2rem;
	color: var(--text-secondary);
	margin: 0 0 40px 0;
	line-height: 1.6;
}

.error-404-search {
	margin-top: 60px;
	padding-top: 40px;
	border-top: 1px solid var(--border-light);
}

.error-404-search h3 {
	font-size: 1.3rem;
	font-weight: 700;
	color: var(--text-primary);
	margin: 0 0 20px 0;
}

.error-404-search .search-form {
	max-width: 500px;
	margin: 0 auto;
	display: flex;
	gap: 10px;
	justify-content: center;
}

.error-404-search .search-field {
	flex: 1;
	padding: 12px 16px;
	border: 2px solid var(--border-light);
	border-radius: 8px;
	font-size: 1rem;
	transition: border-color .3s;
	max-width: 420px;
}

.error-404-search .search-field:focus {
	outline: none;
	border-color: var(--primary-blue);
}

.error-404-search .search-submit {
	padding: 12px 24px;
	background: var(--primary-blue);
	color: #fff;
	border: none;
	border-radius: 8px;
	font-weight: 700;
	cursor: pointer;
	transition: background .3s;
}

.error-404-search .search-submit:hover {
	background: var(--accent-blue);
}

@media (max-width: 768px) {
	.error-404-title {
		font-size: 80px;
	}
	
	.error-404-subtitle {
		font-size: 1.5rem;
	}
	
	.error-404-text {
		font-size: 1rem;
	}
	
	.error-404-search .search-form {
		flex-direction: column;
		align-items: stretch;
	}
	
	.error-404-search .search-submit {
		width: 100%;
	}
}

/* 404: forza il bottone principale arancione, non bianco */
.error-404 .btn-primary {
	background: #fff;
	color: var(--white);
	box-shadow: 0 8px 25px rgba(255, 53, 53, .4);
}

.error-404 .btn-primary:hover {
	background: var(--accent-red);
	color: var(--white);
}

/* ===================================
   ARCHIVE / AUTHOR / SEARCH LISTING
   =================================== */
.archive .popular-posts-list, .author .popular-posts-list, .search .popular-posts-list {
	display: grid;
	gap: 10px;
}

/* Card archive senza rank (no 28px) */
.archive .popular-post-item-inner, .author .popular-post-item-inner, .search .popular-post-item-inner {
	grid-template-columns: 90px 1fr;
}

/* Sezione header secondaria (sottotitolo) */
.section-subtitle {
	font-size: 1rem;
	color: var(--text-secondary);
}

@media (max-width: 768px) {
	.main-content .media-item {
		grid-template-columns: 90px 1fr;
		gap: 10px;
	}
	
	.main-content .media-item .thumb {
		width: 90px;
		height: 60px;
	}
}

.hero-featured-large .post-title {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -.5px;
}

.hero-featured-large .post-title a {
	color: #1a1a1a;
	transition: color .3s ease;
}

.hero-featured-large .post-title a:hover {
	color: var(--primary-orange);
}

.hero-featured-large .post-meta {
	display: flex;
	gap: 25px;
	font-size: .9rem;
	color: #888;
	flex-wrap: wrap;
	align-items: center;
}

.hero-featured-large .post-meta i {
	color: #bbb;
	margin-right: 6px;
	font-size: .85rem;
}

.hero-featured-small {
	background: var(--white);
	border-radius: 12px;
	overflow: hidden;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
	position: relative;
	height: 100%;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
}

.hero-featured-small:hover {
	box-shadow: 0 12px 40px rgba(0, 0, 0, .12);
	transform: translateY(-4px);
}

.hero-featured-small .post-thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}

.hero-featured-small .post-thumbnail::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60%;
	background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .5) 50%, transparent 100%);
	z-index: 2;
}

.hero-featured-small .post-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .8s cubic-bezier(.4, 0, .2, 1);
}

.hero-featured-small .post-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 25px 30px;
	z-index: 3;
}

.hero-featured-small .post-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 8px;
	letter-spacing: -.2px;
}

.hero-featured-small .post-title a {
	font-size: inherit;
	line-height: inherit;
	color: var(--white);
	text-shadow: 0 2px 8px rgba(0, 0, 0, .5);
	transition: color .3s ease;
}

.hero-featured-small .post-title a:hover {
	color: var(--primary-orange);
}

.hero-featured-small .post-meta {
	font-size: .85rem;
	color: rgba(255, 255, 255, .9);
	text-shadow: 0 1px 4px rgba(0, 0, 0, .5);
}

/* removed: FEATURED NEWS SECTION (legacy, non utilizzata) */
.featured-news-large .post-title a {
	color: #1a1a1a;
	transition: color .3s ease;
}

.featured-news-large .post-title a:hover {
	color: var(--primary-orange);
}

.featured-news-large .post-meta {
	font-size: .85rem;
	color: #999;
}

.featured-news-small {
	background: var(--white);
	border-radius: 12px;
	overflow: hidden;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
	position: relative;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
}

.featured-news-small:hover {
	box-shadow: 0 12px 40px rgba(0, 0, 0, .12);
	transform: translateY(-4px);
}

.featured-news-small .post-thumbnail {
	position: relative;
	height: 350px;
	overflow: hidden;
}

.featured-news-small .post-thumbnail::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60%;
	background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .5) 50%, transparent 100%);
	z-index: 2;
}

.featured-news-small .post-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .8s cubic-bezier(.4, 0, .2, 1);
}

.featured-news-small .post-category {
	position: absolute;
	top: 0;
	left: 0;
	background: #4caf50;
	color: var(--white);
	padding: 10px 6px;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	font-size: .75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	z-index: 10;
	line-height: 1.2;
	height: auto;
	min-height: 70px;
}

.featured-news-small .post-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px 25px;
	z-index: 3;
}

.featured-news-small .post-title {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.35;
	margin-bottom: 6px;
	letter-spacing: -.2px;
}

.featured-news-small .post-title a {
	color: var(--white);
	text-shadow: 0 2px 8px rgba(0, 0, 0, .5);
	transition: color .3s ease;
}

.featured-news-small .post-title a:hover {
	color: var(--primary-orange);
}

.featured-news-small .post-meta {
	font-size: .8rem;
	color: rgba(255, 255, 255, .9);
	text-shadow: 0 1px 4px rgba(0, 0, 0, .5);
}

/* ===================================
   MOST LOVED SIDEBAR
   =================================== */
.most-loved-sidebar {
	background: var(--white);
	padding: 30px;
	border-radius: 12px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
}

.sidebar-title {
	font-size: 1.4rem;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 25px;
	padding-bottom: 18px;
	border-bottom: 2px solid #e8e8e8;
	letter-spacing: -.3px;
}

.most-loved-posts {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.most-loved-post {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding-bottom: 18px;
	border-bottom: 1px solid #f0f0f0;
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

.most-loved-post:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.most-loved-post:hover {
	transform: translateX(8px);
}

.most-loved-post .post-thumbnail {
	flex: 0 0 85px;
	height: 85px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
}

.most-loved-post .post-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .6s ease;
}

.most-loved-post .post-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 0;
}

.most-loved-post .post-title {
	font-size: .95rem;
	font-weight: 600;
	line-height: 1.35;
	margin: 0;
	letter-spacing: -.1px;
}

.most-loved-post .post-title a {
	color: #1a1a1a;
	transition: color .3s ease;
}

.most-loved-post .post-title a:hover {
	color: var(--primary-orange);
}

.most-loved-post .post-meta {
	font-size: .85rem;
	color: #999;
	display: flex;
	align-items: center;
	gap: 4px;
}

.most-loved-post .post-meta i {
	color: #ff6b9d;
	font-size: .9rem;
}

/* ===================================
   POSTS CAROUSEL
   =================================== */

/* rimosse regole carousel non utilizzate */
.featured-posts-grid {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	gap: 30px;
	margin-bottom: 40px;
}

.featured-post-large {
	background: var(--white);
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
	grid-row: 1/3;
	border: 1px solid rgba(255, 107, 53, .1);
}

.featured-post-large:hover {
	transform: translateY(-10px) scale(1.02);
	box-shadow: 0 20px 60px rgba(255, 107, 53, .3);
	border-color: var(--primary-orange);
}

.featured-post-small {
	background: var(--white);
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 5px 25px rgba(0, 0, 0, .08);
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
	border: 1px solid rgba(255, 107, 53, .05);
}

.featured-post-small:hover {
	transform: translateY(-8px) scale(1.03);
	box-shadow: 0 15px 45px rgba(255, 107, 53, .25);
	border-color: var(--primary-orange);
}

/* ===================================
   SIDEBAR
   =================================== */
.content-area {
	display: grid;
	grid-template-columns: 1fr 350px;
	gap: 40px;
	height: auto !important;
	min-height: 100% !important;
	overflow: visible !important;
	align-items: start;
}

.main-column {
	display: block;
	width: 100%;
	overflow: visible;
	height: auto !important;
}

.sidebar {
	height: auto;
	overflow: visible;
}

/* Sticky Sidebar - Regole CSS dirette */
@media (min-width: 769px) {
	.content-area .sidebar {
		position: sticky !important;
		top: 96px !important;
		align-self: start !important;
		height: fit-content !important;
		z-index: 2 !important;
	}
}

/* Disabilita sticky su mobile */
@media (max-width: 768px) {
	.content-area .sidebar {
		position: static !important;
		top: auto !important;
	}
}

.widget {
	background: var(--white);
	padding: 25px;
	border-radius: 10px;
	box-shadow: 0 12px 35px rgba(15, 23, 42, .14);
	margin-bottom: 30px;
}

.widget-title {
	font-size: 1.3rem;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 3px solid var(--primary-orange);
}

.widget ul {
	list-style: none;
}

.widget ul li {
	padding: 10px 0;
	border-bottom: 1px solid var(--border-light);
}

.widget ul li:last-child {
	border-bottom: none;
}

/* ===================================
   SINGLE POST
   =================================== */
.single-post {
	background: var(--white);
	border-radius: 0 0 12px 12px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.featured-image {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 450px;
}

.featured-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: transform .6s cubic-bezier(.4, 0, .2, 1);
}

.entry-header {
	padding: 35px 40px 25px;
	background: var(--white);
}

.post-category {
	position: absolute;
	top: 0;
	left: 0;
	background: #ff6b9d;
	color: var(--white);
	padding: 12px 8px;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	font-size: .85rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	z-index: 10;
	line-height: 1.2;
	height: auto;
	min-height: 90px;
}

.entry-title {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 15px;
	color: #1a1a1a;
}

.entry-title a {
	color: #1a1a1a;
	transition: color .3s ease;
}

.entry-title a:hover {
	color: var(--primary-orange);
}

.entry-meta {
	display: flex;
	gap: 20px;
	font-size: .9rem;
	color: #999;
	flex-wrap: wrap;
	align-items: center;
}

.entry-meta i {
	color: #bbb;
	margin-right: 6px;
	font-size: .85rem;
}

.entry-content {
	font-size: 1rem;
	line-height: 1.7;
	color: #666;
	padding: 0 40px 40px;
}

.entry-content p {
	margin-bottom: 1.5rem;
}

.entry-content h2 {
	font-size: 1.75rem;
	font-weight: 700;
	margin-top: 40px;
	margin-bottom: 20px;
	color: #1a1a1a;
}

.entry-content h3 {
	font-size: 1.5rem;
	font-weight: 700;
	margin-top: 35px;
	margin-bottom: 18px;
	color: #1a1a1a;
}

.entry-content h4 {
	font-size: 1.25rem;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 15px;
	color: #1a1a1a;
}

.entry-content img {
	border-radius: 8px;
	margin: 30px 0;
	max-width: 100%;
	height: auto;
}

.entry-content ul, .entry-content ol {
	margin: 25px 0;
	padding-left: 30px;
}

.entry-content ul li, .entry-content ol li {
	margin-bottom: 12px;
	line-height: 1.8;
}

.entry-content ul li::marker {
	color: var(--primary-orange);
}

.entry-content blockquote {
	background: #f8f9fa;
	border-left: 4px solid var(--primary-orange);
	padding: 25px 30px;
	margin: 30px 0;
	border-radius: 6px;
	font-style: italic;
	font-size: 1.05rem;
	line-height: 1.7;
	color: #555;
}

.entry-content blockquote p:last-child {
	margin-bottom: 0;
}

.entry-content a {
	color: var(--primary-orange);
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: all .3s ease;
}

.entry-content a:hover {
	color: var(--secondary-orange);
	text-decoration-thickness: 2px;
}

.entry-content code {
	background: #f4f4f4;
	padding: 3px 8px;
	border-radius: 4px;
	font-family: "Courier New", monospace;
	font-size: .95em;
	color: #e83e8c;
}

.entry-content pre {
	background: #1a1a1a;
	color: #f8f8f8;
	padding: 25px;
	border-radius: 8px;
	overflow-x: auto;
	margin: 30px 0;
	box-shadow: 0 8px 30px rgba(0, 0, 0, .15);
}

.entry-content pre code {
	background: transparent;
	color: #f8f8f8;
	padding: 0;
}

.entry-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 30px 0;
	box-shadow: 0 4px 15px rgba(0, 0, 0, .08);
	border-radius: 8px;
	overflow: hidden;
}

.entry-content table th {
	background: var(--primary-red);
	color: var(--white);
	padding: 15px;
	text-align: left;
	font-weight: 700;
}

.entry-content table td {
	padding: 15px;
	border-bottom: 1px solid #e0e0e0;
}

.entry-content table tr:last-child td {
	border-bottom: none;
}

.entry-content table tr:nth-child(even) {
	background: #f8f9fa;
}

.entry-content iframe, .entry-content embed, .entry-content object, .entry-content video {
	max-width: 100%;
	height: auto;
	margin: 30px 0;
	border-radius: 8px;
}

.entry-content .wp-block-embed, .entry-content .wp-block-embed__wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin: 30px 0;
	border-radius: 8px;
}

.entry-content .wp-block-embed iframe, .entry-content .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}

.entry-content-modern iframe, .entry-content-modern embed, .entry-content-modern object, .entry-content-modern video {
	max-width: 100%;
	height: auto;
	margin: 30px 0;
	border-radius: 12px;
}

.entry-content-modern .wp-block-embed, .entry-content-modern .wp-block-embed__wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin: 30px 0;
	border-radius: 12px;
}

.entry-content-modern .wp-block-embed iframe, .entry-content-modern .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}

.entry-footer {
	margin-top: 30px;
	padding: 25px 40px 40px;
	border-top: 1px solid #e8e8e8;
}

.post-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	font-size: .9rem;
}

.post-tags i {
	color: var(--primary-orange);
	font-size: 1rem;
}

.post-tags a {
	display: inline-block;
	background: var(--white);
	color: #666;
	padding: 6px 14px;
	border-radius: 4px;
	font-weight: 600;
	transition: all .3s ease;
	border: 1px solid #e0e0e0;
}

.post-tags a:hover {
	background: var(--primary-red);
	color: var(--white);
	border-color: var(--primary-orange);
	transform: translateY(-2px);
}

/* Author Bio */
.author-bio {
	background: var(--white);
	padding: 30px;
	border-radius: 12px;
	margin: 40px 0;
	display: flex;
	gap: 20px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
}

.author-avatar {
	flex-shrink: 0;
}

.author-avatar img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 3px solid var(--primary-orange);
}

.author-info h4 {
	font-size: 1.25rem;
	margin-bottom: 10px;
	color: #1a1a1a;
}

.author-info p {
	color: #666;
	line-height: 1.6;
	margin: 0;
	font-size: .95rem;
}

/* Post Navigation */
.post-navigation {
	margin: 40px 0;
}

.post-navigation .nav-links {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.nav-previous, .nav-next {
	background: var(--white);
	padding: 20px;
	border-radius: 8px;
	transition: all .3s ease;
	border: 1px solid #e0e0e0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
}

.nav-previous:hover, .nav-next:hover {
	border-color: var(--primary-orange);
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(0, 0, 0, .08);
}

.nav-subtitle {
	display: block;
	font-size: .8rem;
	color: #999;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .5px;
	margin-bottom: 6px;
}

.nav-title {
	display: block;
	font-size: .95rem;
	font-weight: 600;
	color: #1a1a1a;
	line-height: 1.4;
}

.nav-links a {
	text-decoration: none;
}

/* Page Links */
.page-links {
	margin: 30px 0;
	padding: 20px;
	background: #f8f9fa;
	border-radius: 8px;
	text-align: center;
}

.page-links a {
	display: inline-block;
	padding: 6px 12px;
	margin: 0 3px;
	background: var(--white);
	color: #666;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	font-weight: 600;
	transition: all .3s ease;
}

.page-links a:hover, .page-links > span {
	background: var(--primary-red);
	color: var(--white);
	border-color: var(--primary-orange);
}

/* ===================================
   ALL NEWS SECTION
   =================================== */
.all-news-section {
	padding: 80px 0 100px;
	background: #f8f9fa;
}

.all-news-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-bottom: 50px;
}

.news-card {
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
	transition: all .3s ease;
}

.news-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 30px rgba(0, 0, 0, .12);
}

/* ===== Single sidebar custom widgets: Ad + Search ===== */
body.single .sidebar .sidebar-ad {
	margin: 0;
}

body.single .sidebar .ad-box-placeholder {
	width: 100%;
	min-height: 250px;
	border: 1px dashed rgba(0, 0, 0, .2);
	border-radius: 12px;
	background: #fafafa;
	color: var(--text-secondary);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

body.single .sidebar .search-form {
	display: flex;
	gap: 8px;
}

body.single .sidebar .search-form .search-field {
	flex: 1;
	padding: 10px 12px;
	border: 1px solid rgba(0, 0, 0, .12);
	border-radius: 10px;
	background: #fff;
	color: var(--text-primary);
	transition: border-color .2s, box-shadow .2s;
}

body.single .sidebar .search-form .search-field:focus {
	outline: none;
	border-color: rgba(220, 38, 38, .35);
	box-shadow: 0 0 0 3px rgba(220, 38, 38, .08);
}

body.single .sidebar .search-form .search-submit {
	padding: 10px 14px;
	border-radius: 10px;
	border: 1px solid rgba(220, 38, 38, .4);
	background: var(--primary-red);
	color: #fff;
	font-weight: 700;
	cursor: pointer;
	transition: transform .15s, box-shadow .15s;
}

body.single .sidebar .search-form .search-submit:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 14px rgba(220, 38, 38, .25);
}

@media (max-width: 640px) {
	body.single .sidebar .search-form {
		flex-direction: column;
	}
	
	.body.single .sidebar .search-form .search-submit {
		width: 100%;
	}
}

/* ===== Single page sidebar (professional) ===== */
body.single .sidebar {
	background: transparent;
	border-radius: 12px;
	top: calc(var(--nav-height, 56px) + 32px) !important;
	margin-top: 20px;
}

body.single.sidebar-fixed .sidebar {
	top: calc(var(--nav-height, 56px) + 32px) !important;
}

body.single .sidebar .widget {
	background: #fff;
	border: 2px solid rgba(0, 0, 0, .06);
	border-radius: 10px;
	padding: 12px;
	margin-bottom: 12px;
}

body.single .sidebar .widget:last-child {
	margin-bottom: 0;
}

body.single .sidebar .widget-title, body.single .sidebar h2, body.single .sidebar h3 {
	margin: 0 0 10px 0;
	font-size: 1rem;
	font-weight: 800;
	color: var(--text-primary);
}

body.single .sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

body.single .sidebar ul li a {
	color: var(--text-primary);
	text-decoration: none;
	line-height: 1.35;
	display: block;
	transition: color .2s;
}

body.single .sidebar ul li a:hover {
	color: var(--primary-red);
}

/* Media/thumb list items */
body.single .sidebar .media-item {
	display: grid;
	grid-template-columns: 64px 1fr;
	gap: 10px;
	align-items: center;
}

body.single .sidebar .media-item .thumb {
	width: 64px;
	height: 64px;
	border-radius: 8px;
	overflow: hidden;
	background: #f3f3f3;
}

body.single .sidebar .media-item .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

body.single .sidebar .media-item .title {
	font-weight: 700;
	font-size: .95rem;
	color: var(--text-primary);
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

body.single .sidebar .media-item .meta {
	font-size: .82rem;
	color: var(--text-secondary);
	display: flex;
	gap: 8px;
}

/* Byline per item sidebar (avatar + nome) */
body.single .sidebar .media-item .byline, body.search .sidebar .media-item .byline, body.archive .sidebar .media-item .byline {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 4px;
	font-size: .82rem;
	color: var(--text-secondary);
}

body.single .sidebar .media-item .byline .byline-avatar, body.search .sidebar .media-item .byline .byline-avatar, body.archive .sidebar .media-item .byline .byline-avatar {
	width: 18px;
	height: 18px;
	border-radius: 50%;
}

/* Replica stile sidebar anche per pagina categoria/archivio */
body.archive .sidebar .media-item {
	display: grid;
	grid-template-columns: 64px 1fr;
	gap: 10px;
	align-items: center;
	overflow: hidden;
}

body.archive .sidebar .media-item .thumb {
	width: 64px;
	height: 64px;
	border-radius: 8px;
	overflow: hidden;
	background: #f3f3f3;
}

body.archive .sidebar .media-item .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

body.archive .sidebar .media-item > span {
	min-width: 0;
}

body.archive .sidebar .media-item .title {
	font-weight: 700;
	font-size: .95rem;
	color: var(--text-primary);
	margin: 0;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	overflow: hidden;
}

body.archive .sidebar .media-item .meta {
	font-size: .82rem;
	color: var(--text-secondary);
	display: flex;
	gap: 8px;
}

/* ===== Archive sidebar search form: allineato a single ===== */
body.archive .sidebar .search-form {
	display: flex;
	gap: 8px;
}

body.archive .sidebar .search-form .search-field {
	flex: 1;
	padding: 10px 12px;
	border: 1px solid rgba(0, 0, 0, .12);
	border-radius: 10px;
	background: #fff;
	color: var(--text-primary);
	transition: border-color .2s, box-shadow .2s;
}

body.archive .sidebar .search-form .search-field:focus {
	outline: none;
	border-color: rgba(220, 38, 38, .35);
	box-shadow: 0 0 0 3px rgba(220, 38, 38, .08);
}

body.archive .sidebar .search-form .search-submit {
	padding: 10px 14px;
	border-radius: 10px;
	border: 1px solid rgba(220, 38, 38, .4);
	background: var(--primary-red);
	color: #fff;
	font-weight: 700;
	cursor: pointer;
	transition: transform .15s, box-shadow .15s;
}

body.archive .sidebar .search-form .search-submit:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 14px rgba(220, 38, 38, .25);
}

@media (max-width: 640px) {
	body.archive .sidebar .search-form {
		flex-direction: column;
	}
	
	body.archive .sidebar .search-form .search-submit {
		width: 100%;
	}
}

/* Replica stile sidebar anche per pagina di ricerca */
body.search .sidebar .media-item {
	display: grid;
	grid-template-columns: 64px 1fr;
	gap: 10px;
	align-items: center;
	overflow: hidden;
}

body.search .sidebar .media-item .thumb {
	width: 64px;
	height: 64px;
	border-radius: 8px;
	overflow: hidden;
	background: #f3f3f3;
}

body.search .sidebar .media-item .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

body.search .sidebar .media-item .title {
	font-weight: 700;
	font-size: .95rem;
	color: var(--text-primary);
	margin: 0;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	overflow: hidden;
}

body.search .sidebar .media-item > span {
	min-width: 0;
}

body.search .sidebar .media-item .meta {
	font-size: .82rem;
	color: var(--text-secondary);
	display: flex;
	gap: 8px;
}

/* Fix overflow dei titoli nelle card sidebar */
body.single .sidebar .media-item {
	overflow: hidden;
}

body.single .sidebar .media-item > span {
	min-width: 0;
}

body.single .sidebar .media-item .title {
	overflow-wrap: anywhere;
}

/* Sticky offset respects navbar height (already set globally) */

/* ===== Comment Respond (professional) ===== */
.comment-respond {
	margin-top: 24px;
	padding: 16px;
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius: 12px;
	background: #fff;
}

.comment-respond .comment-reply-title {
	margin: 0 0 10px 0;
	font-size: 1.2rem;
	font-weight: 800;
	color: var(--text-primary);
}

.comment-respond p {
	margin: 0 0 10px 0;
}

.comment-respond label {
	display: block;
	font-weight: 600;
	font-size: .9rem;
	color: var(--text-primary);
	margin: 0 0 6px 0;
}

.comment-respond input[type="text"], .comment-respond input[type="email"], .comment-respond input[type="url"], .comment-respond textarea {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid rgba(0, 0, 0, .12);
	border-radius: 10px;
	background: #fff;
	color: var(--text-primary);
	transition: border-color .2s, box-shadow .2s;
}

.comment-respond input[type="text"]:focus, .comment-respond input[type="email"]:focus, .comment-respond input[type="url"]:focus, .comment-respond textarea:focus {
	outline: none;
	border-color: rgba(220, 38, 38, .35);
	box-shadow: 0 0 0 3px rgba(220, 38, 38, .08);
}

.comment-respond textarea {
	min-height: 140px;
	resize: vertical;
}

.comment-respond .comment-form-cookies-consent {
	display: flex;
	align-items: center;
	gap: 8px;
}

.comment-respond .comment-form-cookies-consent input {
	width: auto;
}

.comment-respond .submit {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: var(--primary-red);
	color: #fff;
	border: 1px solid rgba(220, 38, 38, .5);
	padding: 10px 16px;
	border-radius: 10px;
	font-weight: 700;
	cursor: pointer;
	transition: transform .15s, box-shadow .15s;
}

.comment-respond .submit:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 14px rgba(220, 38, 38, .25);
}

.comment-respond .logged-in-as {
	font-size: .9rem;
	color: var(--text-secondary);
}

.comment-respond .form-submit {
	margin-top: 12px;
}

@media (max-width: 640px) {
	.comment-respond {
		padding: 14px;
	}
	
	.comment-respond .submit {
		width: 100%;
		justify-content: center;
	}
}

/* ===== Single Footer – professional ===== */
.single-footer {
	margin-top: 24px;
	padding-top: 16px;
	border-top: 1px solid rgba(0, 0, 0, .08);
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.single-taxonomies {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
}

.single-taxonomies .tag-label, .single-taxonomies .tag-label a {
	display: inline-block;
	background: transparent;
	color: var(--primary-blue);
	padding: 10px;
	border-radius: 999px;
	font-size: .85rem;
	text-decoration: none;
	line-height: 1;
}

.single-taxonomies .tag-label a:hover {
	background: rgba(38, 120, 220, .1);
}

.single-nav {
	display: flex;
	justify-content: space-between;
	gap: 12px;
}

.single-nav .prev a, .single-nav .next a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: var(--bg-secondary);
	color: var(--text-primary);
	border: 1px solid rgba(0, 0, 0, .08);
	padding: 8px 12px;
	border-radius: 8px;
	text-decoration: none;
	transition: all .2s;
}

.single-nav .prev a:hover, .single-nav .next a:hover {
	transform: translateY(-2px);
	border-color: rgba(0, 0, 0, .15);
}

@media (max-width: 640px) {
	.single-nav {
		flex-direction: column;
	}
	
	.single-nav .prev a, .single-nav .next a {
		justify-content: center;
	}
}

.news-thumbnail {
	position: relative;
	height: 240px;
	overflow: hidden;
}

.news-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s ease;
}

.news-card:hover .news-thumbnail img {
	transform: scale(1.08);
}

.news-category {
	position: absolute;
	top: 15px;
	left: 15px;
	color: #fff;
	padding: 6px 14px;
	border-radius: 6px;
	font-size: .75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .5px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
}

.news-content {
	padding: 25px;
}

.news-title {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 15px 0;
}

.news-title a {
	color: #1a1a1a;
	text-decoration: none;
	transition: color .3s ease;
}

.news-title a:hover {
	color: var(--primary-orange);
}

.news-meta {
	display: flex;
	gap: 20px;
	font-size: .85rem;
	color: #666;
	margin-bottom: 15px;
}

.news-meta i {
	color: var(--primary-orange);
	margin-right: 5px;
}

.news-excerpt {
	color: #555;
	line-height: 1.6;
	margin-bottom: 20px;
	font-size: .95rem;
}

.news-read-more {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--primary-orange);
	font-weight: 600;
	text-decoration: none;
	font-size: .9rem;
	transition: all .3s ease;
}

.news-read-more i {
	transition: transform .3s ease;
}

.news-read-more:hover {
	gap: 12px;
	color: var(--secondary-orange);
}

.news-read-more:hover i {
	transform: translateX(4px);
}

.no-news {
	text-align: center;
	color: #999;
	font-size: 1.1rem;
	padding: 60px 20px;
}

/* Pagination */
.pagination-wrapper {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.pagination-wrapper .page-numbers {
	display: flex;
	list-style: none;
	gap: 10px;
	padding: 0;
	margin: 0;
}

.pagination-wrapper .page-numbers li {
	margin: 0;
}

.pagination-wrapper .page-numbers a, .pagination-wrapper .page-numbers span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 45px;
	height: 45px;
	padding: 0 15px;
	background: #fff;
	color: #333;
	border: 2px solid #e0e0e0;
	border-radius: 10px;
	text-decoration: none;
	font-weight: 600;
	transition: all .3s ease;
	gap: 8px;
}

.pagination-wrapper .page-numbers a:hover {
	background: var(--primary-red);
	color: #fff;
	border-color: var(--primary-orange);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(255, 107, 53, .3);
}

.pagination-wrapper .page-numbers .current {
	background: linear-gradient(135deg, var(--primary-orange), var(--secondary-orange));
	color: #fff;
	border-color: var(--primary-orange);
	box-shadow: 0 4px 12px rgba(255, 107, 53, .3);
}

.pagination-wrapper .page-numbers .dots {
	border: none;
	background: transparent;
	color: #999;
}

@media (max-width: 1024px) {
	.all-news-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 25px;
	}
}

@media (max-width: 768px) {
	.all-news-section {
		padding: 40px 0 60px;
	}
	
	.all-news-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.news-thumbnail {
		height: 200px;
	}
	
	.news-content {
		padding: 20px;
	}
	
	.news-title {
		font-size: 1.1rem;
	}
	
	.pagination-wrapper .page-numbers a, .pagination-wrapper .page-numbers span {
		min-width: 40px;
		height: 40px;
		padding: 0 12px;
		font-size: .9rem;
	}
	
	.pagination-wrapper .page-numbers {
		gap: 6px;
	}
}

/* ===================================
   FREQUENZE PAGE
   =================================== */
.frequenze-page {
	background: #f8f9fa;
	min-height: calc(100vh - 200px);
}

.frequenze-hero {
	background: #fff;
	padding: 100px 0 60px;
	position: relative;
	overflow: hidden;
}

.frequenze-hero::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--primary-orange) 0%, var(--secondary-orange) 50%, var(--primary-orange) 100%);
}

.frequenze-hero-content {
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 50px;
}

.hero-icon {
	flex: 0 0 140px;
	width: 140px;
	height: 140px;
	background: linear-gradient(135deg, var(--primary-orange) 0%, var(--secondary-orange) 100%);
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 4rem;
	color: #fff;
	box-shadow: 0 20px 60px rgba(255, 107, 53, .25), inset 0 -2px 10px rgba(0, 0, 0, .1);
	position: relative;
}

.hero-icon::after {
	content: "";
	position: absolute;
	inset: -15px;
	border: 2px solid var(--primary-orange);
	border-radius: 35px;
	opacity: .2;
}

.frequenze-hero-text {
	flex: 1;
	text-align: left;
}

.frequenze-title {
	font-size: 4rem;
	font-weight: 800;
	margin: 0 0 15px 0;
	font-family: "Montserrat", sans-serif;
	color: #1a1a1a;
	line-height: 1.1;
	letter-spacing: -2px;
}

.frequenze-title::after {
	content: "";
	display: block;
	width: 120px;
	height: 6px;
	background: linear-gradient(90deg, var(--primary-orange), var(--secondary-orange));
	border-radius: 3px;
	margin-top: 20px;
}

.frequenze-description {
	font-size: 1.2rem;
	line-height: 1.7;
	color: #666;
	margin: 25px 0 0 0;
	font-weight: 400;
}

.frequenze-grid {
	padding: 80px 0;
}

.region-section {
	margin-bottom: 60px;
}

.region-title {
	font-size: 2rem;
	font-weight: 800;
	color: #1a1a2e;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	gap: 12px;
	font-family: "Montserrat", sans-serif;
}

.region-title i {
	color: var(--primary-orange);
	font-size: 1.8rem;
}

.frequencies-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 20px;
}

.frequency-card {
	background: #fff;
	border-radius: 16px;
	padding: 12px 16px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
	transition: all .3s ease;
	border: 2px solid transparent;
}

.frequency-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(255, 107, 53, .15);
	border-color: var(--primary-orange);
}

.frequency-card-large {
	grid-column: span 2;
}

.coming-soon-badge {
	display: inline-block;
	background: rgba(255, 193, 7, .2);
	color: #ffc107;
	padding: 4px 12px;
	border-radius: 20px;
	font-size: .75rem;
	font-weight: 600;
	margin-left: 10px;
	border: 1px solid #ffc107;
}

.frequency-card-inactive {
	opacity: .6;
	cursor: not-allowed;
	background: #f5f5f5;
	border-color: #ddd;
}

.frequency-card-inactive .city-name {
	color: #999;
}

.frequency-card-inactive:hover {
	transform: none;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
	background: #f5f5f5;
}

.city-name {
	font-size: 1rem;
	font-weight: 700;
	color: #333;
	margin-bottom: 8px;
}

.frequency-value {
	font-size: 1.1rem;
	font-weight: 700;
	color: #999;
	font-family: "Montserrat", sans-serif;
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 4px;
	flex-wrap: nowrap;
}

.frequency-value:last-child {
	margin-bottom: 0;
}

.frequency-value span {
	font-size: .75rem;
	font-weight: 600;
	color: #fff;
}

.frequencyfm {
	font-size: .65rem;
	padding: 3px 6px;
	border-radius: 4px;
	font-weight: 700;
	border: 1px solid #ddd;
	color: #fff;
	background: var(--primary-red);
	text-transform: uppercase;
	letter-spacing: .3px;
	white-space: nowrap;
}

@media (max-width: 1024px) {
	.frequencies-list {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.frequency-card-large {
		grid-column: span 2;
	}
}

@media (max-width: 768px) {
	.frequenze-hero {
		padding: 60px 0 40px;
	}
	
	.frequenze-hero-content {
		flex-direction: column;
		text-align: center;
		gap: 30px;
	}
	
	.hero-icon {
		width: 100px;
		height: 100px;
		font-size: 3rem;
	}
	
	.frequenze-hero-text {
		text-align: center;
	}
	
	.frequenze-title {
		font-size: 2.5rem;
		letter-spacing: -1px;
	}
	
	.frequenze-title::after {
		margin: 20px auto 0;
	}
	
	.frequenze-description {
		font-size: 1rem;
		padding: 0 20px;
	}
	
	.frequenze-grid {
		padding: 40px 0;
	}
	
	.region-title {
		font-size: 1.6rem;
		margin-bottom: 20px;
	}
	
	.frequencies-list {
		grid-template-columns: 1fr;
	}
	
	.frequency-card-large {
		grid-column: span 1;
	}
	
	.city-name {
		font-size: 1rem;
	}
	
	.frequency-value {
		font-size: 1.8rem;
	}
}

/* ===================================
   FOOTER
   =================================== */
.site-footer {
	background: linear-gradient(135deg, var(--primary-black) 0%, var(--bg-dark) 100%);
	color: var(--text-light);
	padding: 60px 0 20px;
	margin-top: 60px;
}

.footer-widgets {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 40px;
	margin-bottom: 40px;
}

.footer-widget h3 {
	color: var(--primary-orange);
	margin-bottom: 20px;
}

.footer-widget ul {
	list-style: none;
}

.footer-widget ul li {
	margin-bottom: 10px;
}

.footer-widget a {
	color: var(--text-light);
}

.footer-widget a:hover {
	color: var(--primary-orange);
}

.social-links {
	display: flex;
	gap: 15px;
}

.social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--border-medium);
	border-radius: 50%;
	color: var(--white);
	transition: all .25s ease;
}

.social-link:hover {
	background: var(--primary-red);
	transform: translateY(-3px);
}

.privacy-link-footer {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 18px;
	background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 8px;
	color: var(--white);
	text-decoration: none;
	font-size: .85rem;
	font-weight: 500;
	transition: all .3s ease;
	margin: 15px 0 20px 0;
}

.privacy-link-footer i {
	color: var(--primary-orange);
	font-size: 1rem;
}

.privacy-link-footer:hover {
	background: rgba(255, 107, 53, .2);
	border-color: var(--primary-orange);
	color: var(--white);
	transform: translateX(3px);
}

/* ===================================
   RESPONSIVE
   =================================== */
@media (max-width: 1024px) {
	.content-area {
		grid-template-columns: 1fr;
	}
	
	.sidebar {
		position: static;
	}
	
	.featured-posts-grid {
		grid-template-columns: 1fr;
	}
	
	.featured-post-large {
		grid-row: auto;
	}
}

/* ===== ADN Footer (new structure) ===== */
.adn-footer {
	background: #0e0e0e;
	color: #ddd;
	padding-top: 60px;
	font-family: "Inter", sans-serif;
}

.adn-footer__container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 16px;
}

.adn-footer__top {
	display: grid;
	grid-template-columns: 1.2fr 1fr .8fr;
	gap: 40px;
	align-items: start;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.adn-footer__logo {
	font-size: 1.4rem;
	color: #fff;
	font-weight: 700;
	margin-bottom: 8px;
}

.adn-footer__tagline {
	color: #aaa;
	font-size: .9rem;
	line-height: 1.4;
}

.adn-footer__links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
}

.adn-footer__links a {
	color: #ccc;
	font-size: .9rem;
	transition: color .2s;
	text-decoration: none;
}

.adn-footer__links a:hover {
	color: #fff;
}

.adn-footer__links--secondary {
	margin-top: 12px;
	border-top: 1px solid rgba(255, 255, 255, .05);
	padding-top: 12px;
}

.adn-footer__newsletter {
	display: flex;
	gap: 8px;
	margin-bottom: 16px;
}

.adn-footer__newsletter input {
	flex: 1;
	padding: 10px 12px;
	border: none;
	background: rgba(255, 255, 255, .1);
	color: #fff;
}

.adn-footer__newsletter input::placeholder {
	color: rgba(255, 255, 255, .7);
}

.adn-footer__newsletter button {
	padding: 10px 14px;
	border-radius: 8px;
	border: none;
	background: #ff4c0a;
	color: #fff;
	cursor: pointer;
	font-weight: 600;
	transition: background .2s;
}

.adn-footer__newsletter button:hover {
	background: #ff661f;
}

.adn-footer__social-links {
	display: flex;
	gap: 12px;
}

.adn-footer__social-links a {
	color: #fff;
	font-size: 1rem;
	transition: opacity .2s;
}

.adn-footer__social-links a:hover {
	opacity: .7;
}

.adn-footer__bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	font-size: .85rem;
	color: #999;
}

.adn-footer__legal a {
	margin-left: 12px;
	color: #aaa;
	text-decoration: none;
}

.adn-footer__legal a:hover {
	color: #fff;
}

@media (max-width: 900px) {
	.adn-footer__top {
		grid-template-columns: 1fr;
		text-align: center;
	}
	
	.adn-footer__social-links {
		justify-content: center;
	}
	
	.adn-footer__newsletter {
		justify-content: center;
	}
	
	.adn-footer__bottom {
		flex-direction: column;
		text-align: center;
		gap: 8px;
	}
}

/* ===== New Footer (ft) ===== */
.ft {
	background: #0f0f10;
	color: #d8d8d8;
	padding-top: 56px;
	font-family: Inter, system-ui, ui-sans-serif;
}

.ft__container {
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 16px;
}

.ft__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 36px;
	align-items: start;
	padding-bottom: 28px;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	justify-items: center;
	text-align: center;
}

.ft__logo {
	font-size: 1.35rem;
	color: #fff;
	font-weight: 800;
	margin: 0 0 6px 0;
}

.ft__tag {
	margin: 0 0 14px 0;
	color: #a8a8a8;
	font-size: .95rem;
	line-height: 1.5;
}

.ft__links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	justify-content: center;
}

.ft__links a {
	color: #cfcfcf;
	text-decoration: none;
	font-size: .92rem;
	transition: color .2s;
}

.ft__links a:hover {
	color: #fff;
}

.ft__links--alt {
	margin-top: 12px;
	border-top: 1px solid rgba(255, 255, 255, .06);
	padding-top: 12px;
}

.ft__sectionTitle {
	color: #fff;
	font-weight: 800;
	margin: 0 0 12px 0;
	font-size: 1.05rem;
}

.ft__latest {
	display: grid;
	gap: 10px;
}

.ft__item {
	display: grid;
	grid-template-columns: 64px 1fr;
	gap: 10px;
	align-items: center;
	text-decoration: none;
	color: inherit;
	border: 1px solid rgba(255, 255, 255, .06);
	background: rgba(255, 255, 255, .03);
	border-radius: 10px;
	padding: 8px;
	transition: transform .15s ease, border-color .15s ease;
}

.ft__item:hover {
	transform: translateY(-2px);
	border-color: rgba(255, 255, 255, .12);
}

.ft__thumb {
	width: 64px;
	height: 64px;
	border-radius: 8px;
	overflow: hidden;
	background: #1b1b1c;
}

.ft__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.ft__ph {
	display: block;
	width: 100%;
	height: 100%;
	background: #1e1e20;
	border-radius: 8px;
}

.ft__meta {
	min-width: 0;
}

.ft__title {
	font-size: .95rem;
	line-height: 1.25;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 0 4px 0;
}

.ft__info {
	display: flex;
	gap: 8px;
	color: #a8a8a8;
	font-size: .82rem;
}

.ft__newsletter {
	display: flex;
	gap: 8px;
	margin: 0 0 14px 0;
}

.ft__newsletter input {
	flex: 1;
	padding: 10px 12px;
	border-radius: 8px;
	border: none;
	background: rgba(255, 255, 255, .08);
	color: #fff;
}

.ft__newsletter input::placeholder {
	color: rgba(255, 255, 255, .6);
}

.ft__newsletter button {
	padding: 10px 14px;
	border-radius: 8px;
	border: none;
	background: #ff4c0a;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
	transition: background .2s;
}

.ft__newsletter button:hover {
	background: #ff671f;
}

.ft__social {
	display: flex;
	gap: 12px;
	justify-content: center;
}

.ft__social a {
	color: #fff;
	font-size: 1rem;
	opacity: .9;
	transition: opacity .2s;
}

.ft__social a:hover {
	opacity: 1;
}

.ft__bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 18px 0 26px 0;
	font-size: .9rem;
	color: #a8a8a8;
	text-align: center;
	gap: 10px;
}

.ft__legal a {
	margin: 0 6px;
	color: #cfcfcf;
	text-decoration: none;
}

.ft__legal a:hover {
	color: #fff;
}

/* ===== New Footer (ft) – professional details ===== */
.ft__colTitle {
	color: #fff;
	font-weight: 800;
	font-size: .95rem;
	margin: 8px 0 8px 0;
	opacity: .85;
}

.ft__metaList {
	list-style: none;
	margin: 12px 0 0 0;
	padding: 0;
	display: grid;
	gap: 6px;
}

.ft__metaList li {
	display: flex;
	gap: 8px;
	align-items: center;
	color: #cfcfcf;
	font-size: .9rem;
}

.ft__metaList i {
	width: 16px;
	text-align: center;
	color: #ff4c0a;
	opacity: .9;
}

.ft a:focus {
	outline: 2px solid #ff4c0a;
	outline-offset: 2px;
	border-radius: 4px;
}

@media (max-width: 900px) {
	.ft__grid {
		grid-template-columns: 1fr;
		text-align: center;
	}
	
	.ft__social {
		justify-content: center;
	}
	
	.ft__newsletter {
		justify-content: center;
	}
	
	.ft__bottom {
		flex-direction: column;
		gap: 8px;
		text-align: center;
	}
}

@media (max-width: 768px) {
	/* body.menu-open gestito via JavaScript - nessuna regola CSS necessaria */
	.live-stats-section {
		display: none !important;
	}
	
	.section-title-modern {
		font-size: 1.1rem !important;
		line-height: 1.2;
	}
	
	.section-title-inline {
		font-size: 1.1rem !important;
	}
	
	.section-title {
		font-size: 1.3rem !important;
	}
	
	.view-all-link {
		font-size: .75rem !important;
		padding: 6px 10px;
		flex-shrink: 0;
	}
	
	.view-all-posts .btn {
		padding: 10px 20px !important;
		font-size: .85rem !important;
	}
	
	.section-header, .section-header-modern {
		gap: 10px;
		margin-bottom: 20px;
		overflow: hidden;
	}
	
	.section-header-modern .section-title-modern {
		flex: 1;
		min-width: 0;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	.title-icon {
		width: 30px !important;
		height: 30px !important;
		font-size: .9rem !important;
		flex-shrink: 0;
	}
	
	.posts-section-modern .post-category-badge {
		padding: 4px 8px !important;
		font-size: .65rem !important;
		border-radius: 8px !important;
	}
	
	.posts-section-modern .post-category-small {
		padding: 2px 4px !important;
		font-size: .5rem !important;
		border-radius: 4px !important;
	}
	
	.categories-scroll-wrapper {
		padding: 20px 15px;
	}
	
	.cat-scroll-btn {
		display: none !important;
	}
	
	.categories-grid {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: visible;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		gap: 15px;
		padding: 10px 5px;
	}
	
	.category-card {
		flex: 0 0 280px;
		scroll-snap-align: start;
		min-width: 280px;
	}
	
	.main-navigation {
		width: 100%;
		position: relative;
	}
	
	.mobile-nav-controls {
		display: flex !important;
		align-items: center;
		gap: 12px;
		margin-left: auto;
		z-index: 1000;
		position: relative;
	}
	
	.menu-toggle {
		width: 48px;
		height: 48px;
		padding: 12px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 0;
		touch-action: manipulation;
		background: transparent;
		border-radius: 8px;
		border: none;
		transition: all .3s ease;
		position: relative;
		z-index: 10000;
	}
	
	.menu-toggle:hover span {
		background: var(--secondary-orange);
	}
	
	.menu-toggle:active {
		transform: scale(.95);
	}
	
	.menu-toggle span {
		width: 26px;
		position: relative;
		left: auto;
		height: 3px;
		border-radius: 2px;
		background: var(--primary-red);
		transition: all .3s cubic-bezier(.4, 0, .2, 1);
	}
	
	.menu-toggle span:nth-child(1) {
		top: -7px;
	}
	
	.menu-toggle span:nth-child(2) {
		top: 0;
	}
	
	.menu-toggle span:nth-child(3) {
		top: 7px;
		bottom: auto;
	}
	
	.menu-toggle.active {
		background: transparent;
	}
	
	.menu-toggle.active span {
		background: #fff;
	}
	
	.menu-toggle.active span:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}
	
	.menu-toggle.active span:nth-child(2) {
		opacity: 0;
		transform: scaleX(0);
	}
	
	.menu-toggle.active span:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}
	
	.mobile-search-btn {
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		background: transparent;
		color: var(--primary-orange);
		border-radius: 8px;
		font-size: 1.3rem;
		transition: all .3s ease;
		text-decoration: none;
		border: 2px solid transparent;
	}
	
	.mobile-search-btn:hover {
		background: rgba(255, 107, 53, .1);
		border-color: var(--primary-orange);
	}
	
	.nav-menu, #primary-menu {
		display: none !important;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100vw;
		height: auto;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 10px;
		margin: 0;
		padding: 80px 40px 40px;
		background: var(--primary-black);
		backdrop-filter: blur(10px);
		z-index: 9999;
		overflow-y: auto;
	}
	
	.nav-menu.active, #primary-menu.active {
		display: flex !important;
		animation: menuFadeIn .4s cubic-bezier(.4, 0, .2, 1);
	}
	
	@keyframes menuFadeIn {
		0% {
			opacity: 0;
		}
		
		100% {
			opacity: 1;
		}
	}
	
	.nav-menu::before {
		display: none;
	}
	
	.menu-close {
		position: fixed;
		top: 80px;
		right: 10px;
		width: 30px;
		height: 30px;
		background: rgba(255, 255, 255, .1);
		border: 2px solid rgba(255, 255, 255, .2);
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		z-index: 10001;
		transition: all .3s ease;
		padding: 0;
	}
	
	.menu-close:hover {
		background: var(--primary-red);
		border-color: var(--primary-red);
		transform: rotate(90deg) scale(1.1);
	}
	
	.menu-close:active {
		transform: rotate(90deg) scale(.95);
	}
	
	.menu-close span {
		position: absolute;
		width: 24px;
		height: 2px;
		background: #fff;
		border-radius: 2px;
	}
	
	.menu-close span:first-child {
		transform: rotate(45deg);
	}
	
	.menu-close span:last-child {
		transform: rotate(-45deg);
	}
	
	.nav-menu li {
		margin: 0;
		width: 100%;
		max-width: 400px;
		opacity: 0;
		transform: translateY(20px);
	}
	
	.nav-menu.active li {
		animation: menuItemSlideIn .5s cubic-bezier(.4, 0, .2, 1) forwards;
	}
	
	.nav-menu.active li:nth-child(1) {
		animation-delay: .1s;
	}
	
	.nav-menu.active li:nth-child(2) {
		animation-delay: .15s;
	}
	
	.nav-menu.active li:nth-child(3) {
		animation-delay: .2s;
	}
	
	.nav-menu.active li:nth-child(4) {
		animation-delay: .25s;
	}
	
	.nav-menu.active li:nth-child(5) {
		animation-delay: .3s;
	}
	
	.nav-menu.active li:nth-child(6) {
		animation-delay: .35s;
	}
	
	@keyframes menuItemSlideIn {
		0% {
			opacity: 0;
			transform: translateY(20px);
		}
		
		100% {
			opacity: 1;
			transform: translateY(0);
		}
	}
	
	.nav-menu a {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 12px 20px;
		border-radius: 0;
		font-size: .95rem;
		font-weight: 600;
		color: #fff;
		background: transparent;
		border: none;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
		transition: all .3s cubic-bezier(.4, 0, .2, 1);
		text-align: center;
		height: auto;
		width: 100%;
		position: relative;
		letter-spacing: .5px;
		text-transform: uppercase;
		font-family: "Montserrat", sans-serif;
	}
	
	.nav-menu li:last-child a {
		border-bottom: none;
	}
	
	.nav-menu a::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 0;
		height: 2px;
		background: var(--primary-red);
		transition: all .4s cubic-bezier(.4, 0, .2, 1);
		transform: translateX(-50%);
	}
	
	.nav-menu a:hover {
		color: var(--primary-orange);
		transform: scale(1.05);
		text-shadow: 0 0 20px rgba(255, 107, 53, .5);
	}
	
	.nav-menu a:hover::after {
		width: 100%;
	}
	
	.nav-menu a:active {
		transform: scale(.98);
	}
	
	.nav-menu .current-menu-item a {
		color: var(--primary-orange);
	}
	
	.nav-menu .current-menu-item a::after {
		width: 100%;
	}
	
	.header-main {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		gap: 15px;
		padding: 15px 0;
	}
	
	.site-branding {
		flex: 1;
	}
	
	.site-branding .custom-logo-link img, .site-branding .text-logo h1 {
		max-height: 100px !important;
		max-width: 300px !important;
		font-size: 1.3rem;
	}
	
	.header-logo .custom-logo, .header-logo .custom-logo-link img {
		max-width: 300px !important;
		max-height: 100px !important;
	}
	
	.main-navigation {
		position: relative;
	}
	
	.hero-section {
		padding: 80px 0 60px;
		min-height: 400px;
	}
	
	.hero-title {
		font-size: 2.5rem;
		letter-spacing: -1px;
	}
	
	.hero-subtitle {
		font-size: 1.2rem;
		margin-bottom: 2rem;
	}
	
	.btn {
		padding: 14px 30px;
		font-size: 1rem;
	}
	
	.section-title {
		font-size: 2rem;
		margin-bottom: 3rem;
	}
	
	.posts-grid {
		grid-template-columns: 1fr;
		gap: 25px;
	}
	
	.hero-featured-section {
		padding: 30px 0;
	}
	
	.hero-featured-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.hero-featured-large {
		grid-row: auto;
	}
	
	.hero-featured-large .post-thumbnail {
		height: 300px;
	}
	
	.hero-featured-large .post-title {
		font-size: 1.5rem;
	}
	
	.hero-featured-small {
		min-height: 250px;
	}
	
	.featured-news-wrapper {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	
	.section-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}
	
	.category-tabs {
		width: 100%;
		flex-wrap: wrap;
	}
	
	.featured-news-grid {
		grid-template-columns: 1fr;
	}
	
	.featured-news-large {
		grid-column: auto;
	}
	
	.featured-news-large .post-thumbnail {
		height: 280px;
	}
	
	.most-loved-sidebar {
		margin-top: 20px;
	}
	
	.posts-carousel-container {
		padding: 0 50px;
	}
	
	.carousel-btn {
		width: 40px;
		height: 40px;
		font-size: 1rem;
	}
	
	.carousel-post-card .post-thumbnail {
		height: 300px;
	}
	
	.carousel-post-card .post-content {
		padding: 25px;
	}
	
	.carousel-post-card .post-title {
		font-size: 1.5rem;
	}
	
	.featured-posts-grid {
		grid-template-columns: 1fr;
		gap: 25px;
	}
	
	.featured-post-large {
		grid-row: auto;
	}
	
	.featured-post-large .post-thumbnail {
		height: 280px;
	}
	
	.featured-post-small .post-thumbnail {
		height: 220px;
	}
	
	.featured-post-large .post-title {
		font-size: 1.6rem;
	}
	
	.featured-post-large .post-content {
		padding: 30px;
	}
	
	.featured-image {
		height: 300px;
	}
	
	.entry-header {
		padding: 25px 20px 20px;
	}
	
	.entry-title {
		font-size: 1.6rem;
	}
	
	.entry-content {
		font-size: .95rem;
		padding: 0 20px 30px;
	}
	
	.entry-content h2 {
		font-size: 1.4rem;
	}
	
	.entry-content h3 {
		font-size: 1.25rem;
	}
	
	.entry-footer {
		padding: 20px;
	}
	
	.author-bio {
		flex-direction: column;
		text-align: center;
		padding: 25px;
	}
	
	.post-navigation .nav-links {
		grid-template-columns: 1fr;
	}
	
	h1 {
		font-size: 2rem;
	}
	
	h2 {
		font-size: 1.75rem;
	}
}

@media (max-width: 480px) {
	.player-container {
		flex-direction: column;
		text-align: center;
	}
	
	.volume-control {
		display: none;
	}
	
	.hero-featured-section {
		padding: 20px 0;
	}
	
	.hero-featured-section .hero-featured-large {
		min-height: 400px;
	}
	
	.hero-featured-large .post-thumbnail {
		height: 250px;
	}
	
	.hero-featured-large .post-title {
		font-size: 1.3rem;
	}
	
	.hero-featured-large .post-content {
		padding: 20px;
	}
	
	.hero-featured-small {
		min-height: 220px;
	}
	
	.hero-featured-small .post-content {
		padding: 20px;
	}
	
	.hero-featured-small .post-title {
		font-size: 15px;
		line-height: 1.35;
	}
	
	.featured-news-section {
		padding: 30px 0;
	}
	
	.section-title-inline {
		font-size: 1.5rem;
	}
	
	.tab-btn {
		padding: 6px 15px;
		font-size: .85rem;
	}
	
	.featured-news-large .post-thumbnail {
		height: 220px;
	}
	
	.featured-news-large .post-title {
		font-size: 1.2rem;
	}
	
	.featured-news-small .post-thumbnail {
		height: 180px;
	}
	
	.featured-news-small .post-content {
		padding: 15px 20px;
	}
	
	.featured-news-small .post-title {
		font-size: .95rem;
	}
	
	.most-loved-sidebar {
		padding: 20px;
	}
	
	.sidebar-title {
		font-size: 1.2rem;
	}
	
	.most-loved-post {
		align-items: flex-start;
		gap: 12px;
	}
	
	.most-loved-post .post-thumbnail {
		flex: 0 0 70px;
		height: 70px;
	}
	
	.most-loved-post .post-content {
		justify-content: flex-start;
		padding-top: 2px;
	}
	
	.most-loved-post .post-title {
		font-size: .85rem;
		margin-bottom: 0;
	}
	
	.posts-carousel-container {
		padding: 0 40px;
	}
	
	.carousel-btn {
		width: 35px;
		height: 35px;
		font-size: .9rem;
	}
	
	.carousel-post-card .post-thumbnail {
		height: 250px;
	}
	
	.carousel-post-card .post-content {
		padding: 20px;
	}
	
	.carousel-post-card .post-title {
		font-size: 1.3rem;
	}
	
	.carousel-dot {
		width: 10px;
		height: 10px;
	}
	
	.carousel-dot.active {
		width: 25px;
	}
	
	.featured-image {
		height: 250px;
	}
	
	.entry-header {
		padding: 20px 15px 15px;
	}
	
	.entry-title {
		font-size: 1.4rem;
	}
	
	.entry-content {
		font-size: .9rem;
		padding: 0 15px 25px;
	}
	
	.entry-content h2 {
		font-size: 1.25rem;
	}
	
	.entry-content h3 {
		font-size: 1.1rem;
	}
	
	.entry-content blockquote {
		padding: 15px;
		font-size: .95rem;
	}
	
	.entry-footer {
		padding: 15px;
	}
	
	.author-bio {
		padding: 20px;
	}
	
	.author-avatar img {
		width: 60px;
		height: 60px;
	}
	
	.post-tags {
		font-size: .85rem;
	}
	
	.post-tags a {
		padding: 5px 10px;
	}
}

/* ===================================
   FEATURED STORIES SECTION
   =================================== */
.featured-stories-section {
	padding: 80px 0;
	background: var(--white);
	position: relative;
}

.stories-3d-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
	padding: 20px;
	max-width: 1600px;
	margin: 0 auto;
}

.story-card-3d {
	position: relative;
	background: var(--white);
	border-radius: 20px;
	overflow: hidden;
	height: 480px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
	transition: all .3s ease;
	cursor: pointer;
}

.story-card-3d:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 60px rgba(255, 107, 53, .25);
}

@media (max-width: 1024px) {
	.stories-3d-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.stories-3d-grid {
		grid-template-columns: 1fr;
	}
	
	.story-card-3d {
		height: 400px;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(40px) rotateX(-10deg);
	}
	
	to {
		opacity: 1;
		transform: translateY(0) rotateX(0);
	}
}

.story-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
}

.story-card-front {
	position: relative;
	width: 100%;
	height: 100%;
}

.story-thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.story-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s ease;
}

.story-card-3d:hover .story-thumbnail img {
	transform: scale(1.08);
}

.story-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, .3) 60%, transparent 100%);
	transition: background .4s ease;
}

.story-card-3d:hover .story-overlay {
	background: linear-gradient(to top, rgba(255, 107, 53, .9) 0%, rgba(255, 87, 34, .6) 50%, rgba(0, 0, 0, .4) 100%);
}

.story-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 35px;
	display: flex;
	flex-direction: column;
	gap: 15px;
	background: transparent;
	z-index: 3;
	transition: transform .3s ease;
}

.story-card-3d:hover .story-content {
	transform: translateY(-8px);
}

.story-category {
	display: inline-block;
	background: rgba(255, 255, 255, .95);
	color: var(--primary-orange);
	padding: 8px 18px;
	border-radius: 6px;
	font-size: .7rem;
	font-weight: 800;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	transition: all .3s ease;
	align-self: flex-start;
}

.story-card-3d:hover .story-category {
	background: var(--primary-red);
	color: var(--white);
	transform: translateY(-3px);
}

.story-title {
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1.3;
	margin: 0;
	color: var(--white);
	text-shadow: 0 2px 10px rgba(0, 0, 0, .8);
}

.story-title a {
	color: inherit;
	text-decoration: none;
	transition: color .3s ease;
}

.story-card-3d:hover .story-title a {
	color: var(--white);
}

.story-meta {
	display: flex;
	gap: 20px;
	align-items: center;
	font-size: .85rem;
	color: rgba(255, 255, 255, .9);
}

.story-meta span {
	display: flex;
	align-items: center;
	gap: 6px;
}

.story-meta i {
	color: rgba(255, 255, 255, .7);
}

.story-number {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, var(--primary-orange), var(--secondary-orange));
	color: var(--white);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	font-weight: 800;
	box-shadow: 0 8px 25px rgba(255, 107, 53, .5);
	transition: all .3s ease;
	z-index: 10;
}

.story-card-3d:hover .story-number {
	transform: scale(1.1);
	box-shadow: 0 12px 35px rgba(255, 107, 53, .7);
}

@media (max-width: 768px) {
	.story-content {
		padding: 25px;
	}
	
	.story-title {
		font-size: 1.3rem;
	}
	
	.story-number {
		width: 50px;
		height: 50px;
		font-size: 1.5rem;
	}
	
	/* Disabilita effetti hover su mobile */
	.story-card-3d:hover {
		transform: none;
		box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
	}
	
	.story-card-3d:hover .story-thumbnail img {
		transform: none;
	}
	
	.story-card-3d:hover .story-overlay {
		background: linear-gradient(to top, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, .3) 60%, transparent 100%);
	}
	
	.story-card-3d:hover .story-content {
		transform: none;
	}
	
	.story-card-3d:hover .story-number {
		transform: none;
		box-shadow: 0 8px 25px rgba(255, 107, 53, .5);
	}
	
	.story-card-3d:hover .story-category {
		transform: none;
		background: rgba(255, 255, 255, .95);
		color: var(--primary-orange);
	}
}

/* rimosse regole horizontal scroll non utilizzate */

/* Loading Spinner */
.search-loading {
	text-align: center;
	padding: 60px;
	background: var(--white);
	border-radius: 30px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, .1);
}

.spinner {
	width: 60px;
	height: 60px;
	margin: 0 auto 20px;
	border: 6px solid rgba(255, 107, 53, .2);
	border-top-color: var(--primary-orange);
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

.search-loading p {
	font-size: 1.2rem;
	color: var(--text-secondary);
	font-weight: 600;
}

/* No Results */
.no-results {
	text-align: center;
	padding: 80px;
	background: var(--white);
	border-radius: 30px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, .1);
}

.no-results i {
	font-size: 5rem;
	color: var(--text-secondary);
	margin-bottom: 20px;
	opacity: .5;
}

.no-results p {
	font-size: 1.2rem;
	color: var(--text-secondary);
	margin: 0;
}

.error-message {
	background: rgba(239, 68, 68, .1);
	color: #ef4444;
	padding: 20px;
	border-radius: 15px;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 10px;
}

.raw-results {
	background: #f8f9fa;
	padding: 25px;
	border-radius: 15px;
	border: 2px solid rgba(255, 107, 53, .2);
	overflow-x: auto;
}

.raw-results table {
	width: 100%;
	border-collapse: collapse;
}

.raw-results th, .raw-results td {
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.raw-results th {
	background: var(--primary-red);
	color: var(--white);
	font-weight: 700;
}

.raw-results tr:hover {
	background: rgba(255, 107, 53, .05);
}

/* Responsive Search Page */
@media (max-width: 768px) {
	.search-song-wrapper {
		padding: 40px 0;
	}
	
	.search-title {
		font-size: 2rem;
		flex-direction: column;
		gap: 10px;
	}
	
	.search-subtitle {
		font-size: 1.1rem;
	}
	
	.search-form-box {
		padding: 30px 20px;
	}
	
	.song-search-form .form-row {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.form-actions {
		flex-direction: column;
	}
	
	/* .search-results {
    padding: 25px 20px;
  } */
	.results-title {
		font-size: 1.5rem;
	}
	
	.result-item {
		grid-template-columns: 1fr;
		text-align: center;
		gap: 15px;
	}
	
	.result-icon {
		margin: 0 auto;
	}
	
	.result-actions {
		flex-direction: row;
		justify-content: center;
	}
}

/* ===================================
   UTILITIES
   =================================== */
.text-center {
	text-align: center;
}

.mt-1 {
	margin-top: 1rem;
}

.mt-2 {
	margin-top: 2rem;
}

.mb-1 {
	margin-bottom: 1rem;
}

.mb-2 {
	margin-bottom: 2rem;
}

/* ===================================
   NEW HOMEPAGE SECTIONS
   =================================== */

/* Live Stats Section */
.live-stats-section {
	padding: 60px 0;
	background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
	margin: 60px 0;
}

.stats-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
	max-width: 95%;
	margin: 0 auto;
	padding: 0;
}

.stat-card {
	background: rgba(255, 255, 255, .95);
	padding: 35px 30px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	gap: 20px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	transition: all .3s ease;
	position: relative;
	overflow: hidden;
}

.stat-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: linear-gradient(180deg, var(--primary-orange), var(--secondary-orange));
}

.stat-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 40px rgba(255, 107, 53, .2);
}

.stat-icon {
	width: 70px;
	height: 70px;
	background: linear-gradient(135deg, var(--primary-orange), var(--secondary-orange));
	border-radius: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	color: var(--white);
	flex-shrink: 0;
	box-shadow: 0 8px 20px rgba(255, 107, 53, .3);
}

.stat-content {
	flex: 1;
}

.stat-number {
	font-size: 2.5rem;
	font-weight: 800;
	color: var(--text-secondary);
	margin: 0 0 8px;
	line-height: 1;
}

.stat-label {
	font-size: 1rem;
	color: var(--text-secondary);
	margin: 0;
	font-weight: 600;
}

/* Top Tracks Section */
.top-tracks-section {
	padding: 60px 0;
	max-width: 95%;
	margin: 0 auto;
}

.section-header-modern {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 30px;
	padding: 0;
}

/* Rimuove le linee rosse (border/after/before) sotto il titolo nelle header moderne */
.section-header-modern .section-title {
	border-bottom: none !important;
}

.section-header-modern .section-title::after, .section-header-modern .section-title::before {
	content: none !important;
}

/* ================================
   SEARCH PAGE: CENTER SEARCH FORM
   ================================ */
.search .main-content .search-form {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	max-width: 700px;
	margin: 0 auto 16px;
}

.search .main-content .search-field {
	flex: 1;
	max-width: 480px;
	padding: 12px 16px;
	border: 2px solid var(--border-light);
	border-radius: 8px;
	font-size: 1rem;
	transition: border-color .3s;
}

/* ================================
   CATEGORY/ARCHIVE: CENTER SEARCH FORM (se presente)
   ================================ */
.archive .main-content .search-form {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	max-width: 700px;
	margin: 0 auto 16px;
}

.archive .main-content .search-field {
	flex: 1;
	max-width: 480px;
	padding: 12px 16px;
	border: 2px solid var(--border-light);
	border-radius: 8px;
	font-size: 1rem;
	transition: border-color .3s;
}

.archive .main-content .search-field:focus {
	outline: none;
	border-color: var(--primary-blue);
}

.archive .main-content .search-submit {
	padding: 12px 20px;
	background: var(--primary-blue);
	color: #fff;
	border: none;
	border-radius: 8px;
	font-weight: 700;
	cursor: pointer;
	transition: background .3s;
}

.archive .main-content .search-submit:hover {
	background: var(--accent-blue);
}

@media (max-width: 768px) {
	.archive .main-content .search-form {
		flex-direction: column;
		align-items: stretch;
	}
	
	.archive .main-content .search-submit {
		width: 100%;
	}
}

/* our wrapper */

/* ===================================
   PAGINATION - NAV LINKS STYLING
   =================================== */
.pagination, .navigation.pagination {
	/* WP default wrapper */
	display: flex;
	justify-content: center;
	margin: 20px 0;
}

.pagination .nav-links, .navigation.pagination .nav-links {
	display: flex;
	gap: 8px;
	align-items: center;
}

.pagination .page-numbers, .navigation.pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 38px;
	padding: 0 10px;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, .12);
	background: #fff;
	color: var(--text-primary);
	font-weight: 700;
	text-decoration: none;
	transition: transform .15s, box-shadow .15s, border-color .2s, background .2s;
}

.pagination .page-numbers:hover, .navigation.pagination .page-numbers:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 14px rgba(0, 0, 0, .08);
	border-color: rgba(220, 38, 38, .35);
}

.pagination .page-numbers.current, .navigation.pagination .page-numbers.current {
	background: var(--primary-red);
	color: #fff;
	border-color: rgba(220, 38, 38, .4);
	box-shadow: 0 6px 14px rgba(220, 38, 38, .2);
}

/* Prev/Next arrows */
.pagination .page-numbers.prev, .pagination .page-numbers.next, .navigation.pagination .page-numbers.prev, .navigation.pagination .page-numbers.next {
	background: var(--bg-secondary);
}

@media (max-width: 640px) {
	.pagination .nav-links, .navigation.pagination .nav-links {
		gap: 6px;
	}
	
	.pagination .page-numbers, .navigation.pagination .page-numbers {
		min-width: 34px;
		height: 34px;
		border-radius: 8px;
		font-weight: 700;
	}
}

.search .main-content .search-field:focus {
	outline: none;
	border-color: var(--primary-blue);
}

.search .main-content .search-submit {
	padding: 12px 20px;
	background: var(--primary-blue);
	color: #fff;
	border: none;
	border-radius: 8px;
	font-weight: 700;
	cursor: pointer;
	transition: background .3s;
}

.search .main-content .search-submit:hover {
	background: var(--accent-blue);
}

@media (max-width: 768px) {
	.search .main-content .search-form {
		flex-direction: column;
		align-items: stretch;
	}
	
	.search .main-content .search-submit {
		width: 100%;
	}
}

.section-title-modern {
	font-size: 2.5rem;
	font-weight: 800;
	color: var(--text-secondary);
	display: flex;
	align-items: center;
	margin: 0;
}

.title-icon {
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, var(--primary-orange), var(--secondary-orange));
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white);
	font-size: 1.8rem;
}

.view-all-link {
	color: var(--primary-orange);
	font-weight: 700;
	font-size: 1.1rem;
	transition: all .3s ease;
	display: flex;
	align-items: center;
	gap: 8px;
}

.view-all-link:hover {
	gap: 15px;
}

.tracks-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
	padding: 0;
}

.track-card {
	background: var(--white);
	padding: 25px;
	border-radius: 20px;
	display: grid;
	grid-template-columns: 50px 80px 1fr auto;
	align-items: center;
	gap: 20px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
	transition: all .3s ease;
	position: relative;
	overflow: hidden;
}

.track-card::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: linear-gradient(90deg, rgba(255, 107, 53, .1), transparent);
	transition: width .3s ease;
}

.track-card:hover::before {
	width: 100%;
}

.track-card:hover {
	transform: translateX(10px);
	box-shadow: 0 8px 30px rgba(255, 107, 53, .15);
}

.track-rank {
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, var(--primary-orange), var(--secondary-orange));
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	font-weight: 800;
	color: var(--white);
	position: relative;
	z-index: 1;
}

.track-visual {
	position: relative;
	z-index: 1;
}

.vinyl-animation {
	width: 70px;
	height: 70px;
	position: relative;
}

.vinyl {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
	border-radius: 50%;
	position: relative;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
}

.vinyl::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 25px;
	height: 25px;
	background: var(--primary-red);
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.track-card:hover .vinyl {
	animation: rotateVinyl 2s linear infinite;
}

@keyframes rotateVinyl {
	from {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(360deg);
	}
}

.track-info {
	flex: 1;
	position: relative;
	z-index: 1;
}

.track-title {
	font-size: 1.2rem;
	font-weight: 700;
	color: var(--text-secondary);
	margin: 0 0 5px;
}

.track-artist {
	font-size: 1rem;
	color: var(--text-secondary);
	margin: 0 0 10px;
}

.track-stats {
	display: flex;
	align-items: center;
	gap: 15px;
}

.plays {
	font-size: .9rem;
	color: var(--text-secondary);
	font-weight: 600;
}

.trend {
	width: 30px;
	height: 30px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .9rem;
}

.trend-up {
	background: rgba(16, 185, 129, .1);
	color: #10b981;
}

.trend-down {
	background: rgba(239, 68, 68, .1);
	color: #ef4444;
}

.trend-same {
	background: rgba(107, 114, 128, .1);
	color: #6b7280;
}

.play-track-btn {
	width: 55px;
	height: 55px;
	background: linear-gradient(135deg, var(--primary-orange), var(--secondary-orange));
	border: none;
	border-radius: 50%;
	color: var(--white);
	font-size: 1.3rem;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s ease;
	box-shadow: 0 4px 15px rgba(255, 107, 53, .3);
	position: relative;
	z-index: 1;
}

.play-track-btn:hover {
	transform: scale(1.1);
	box-shadow: 0 6px 20px rgba(255, 107, 53, .5);
}

/* Modern Posts Section */
.posts-section-modern {
	padding: 60px 0;
	max-width: 95%;
	margin: 0 auto;
}

.modern-posts-layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

/* Articolo Principale Grande */
.featured-main-post {
	background: var(--white);
	border-radius: 25px;
	overflow: hidden;
	box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
	transition: all .4s ease;
	display: flex;
	flex-direction: column;
}

.featured-main-post:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 60px rgba(255, 107, 53, .2);
}

.featured-main-post .post-thumbnail {
	position: relative;
	padding-top: 60%;
	overflow: hidden;
}

.featured-main-post .post-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-category-badge {
	position: absolute;
	top: 20px;
	left: 20px;
	background: linear-gradient(135deg, var(--primary-orange), var(--secondary-orange));
	color: var(--white);
	padding: 8px 20px;
	border-radius: 25px;
	font-size: .85rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .5px;
	box-shadow: 0 4px 15px rgba(255, 107, 53, .4);
}

.featured-main-post .post-content {
	padding: 35px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.post-meta-modern {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.post-meta-modern span {
	font-size: .9rem;
	color: var(--text-secondary);
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 6px;
}

.post-meta-modern i {
	color: var(--primary-orange);
}

.featured-main-post .post-title {
	font-size: 2rem;
	font-weight: 800;
	line-height: 1.3;
	margin: 0 0 20px;
}

.featured-main-post .post-title a {
	color: var(--text-secondary);
	transition: color .3s ease;
}

.featured-main-post .post-title a:hover {
	color: var(--primary-orange);
}

.featured-main-post .post-excerpt {
	color: var(--text-secondary);
	line-height: 1.7;
	margin-bottom: 25px;
	flex: 1;
}

.modern-read-more {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: linear-gradient(135deg, var(--primary-orange), var(--secondary-orange));
	color: var(--white);
	padding: 14px 28px;
	border-radius: 50px;
	font-weight: 700;
	font-size: 1rem;
	transition: all .3s ease;
	box-shadow: 0 4px 15px rgba(255, 107, 53, .3);
	align-self: flex-start;
}

.modern-read-more:hover {
	transform: translateX(5px);
	box-shadow: 0 6px 20px rgba(255, 107, 53, .5);
}

/* Articoli Secondari Grid */
.secondary-posts-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 15px;
}

.modern-post-card {
	background: var(--white);
	border-radius: 20px;
	overflow: hidden;
	display: grid;
	grid-template-columns: 140px 1fr;
	gap: 20px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
	transition: all .3s ease;
}

.modern-post-card:hover {
	transform: translateX(10px);
	box-shadow: 0 8px 30px rgba(255, 107, 53, .15);
}

.modern-post-card .post-thumbnail {
	position: relative;
	height: 100%;
	min-height: 120px;
	overflow: hidden;
}

.modern-post-card .post-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-category-small {
	position: absolute;
	top: 10px;
	left: 10px;
	background: var(--primary-red);
	color: var(--white);
	padding: 4px 12px;
	border-radius: 15px;
	font-size: .7rem;
	font-weight: 700;
	text-transform: uppercase;
}

.modern-post-card .post-content {
	padding: 15px 20px 15px 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

.post-meta-small {
	margin-bottom: 10px;
}

.post-meta-small span {
	font-size: .8rem;
	color: var(--text-secondary);
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 5px;
}

.post-meta-small i {
	color: var(--primary-orange);
}

.modern-post-card .post-title {
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 10px;
}

.modern-post-card .post-title a {
	color: var(--text-secondary);
	transition: color .3s ease;
}

.modern-post-card .post-title a:hover {
	color: var(--primary-orange);
}

.card-link {
	width: 35px;
	height: 35px;
	background: linear-gradient(135deg, var(--primary-orange), var(--secondary-orange));
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white);
	font-size: .9rem;
	transition: all .3s ease;
	box-shadow: 0 3px 10px rgba(255, 107, 53, .3);
	align-self: flex-start;
}

.card-link:hover {
	transform: scale(1.1) rotate(45deg);
	box-shadow: 0 5px 15px rgba(255, 107, 53, .5);
}

/* Responsive Posts Section */
@media (max-width: 968px) {
	.modern-posts-layout {
		grid-template-columns: 1fr;
	}
	
	.secondary-posts-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.posts-section-modern {
		padding: 40px 0;
	}
	
	.secondary-posts-grid {
		grid-template-columns: 1fr;
	}
	
	.modern-post-card {
		grid-template-columns: 100px 1fr;
		gap: 15px;
	}
	
	.featured-main-post .post-content {
		padding: 25px;
	}
	
	.featured-main-post .post-title {
		font-size: 1.5rem;
	}
}

/* Trending Articles Section */
.trending-section {
	padding: 60px 0;
	padding: 60px 40px;
	max-width: 95%;
	margin: 0 auto;
	background: linear-gradient(135deg, #fff5f5 0%, #ffe5e5 100%);
	border-radius: 30px;
}

.trending-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
}

.trending-card {
	background: var(--white);
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
	transition: all .3s ease;
	position: relative;
}

.trending-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 40px rgba(255, 107, 53, .2);
}

.trending-number {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, var(--primary-orange), var(--secondary-orange));
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	font-weight: 800;
	color: var(--white);
	z-index: 2;
	box-shadow: 0 4px 15px rgba(255, 107, 53, .4);
}

.trending-thumbnail {
	position: relative;
	padding-top: 70%;
	overflow: hidden;
}

.trending-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.trending-content {
	padding: 20px;
}

.trending-category {
	display: inline-block;
	background: rgba(255, 107, 53, .1);
	color: var(--primary-orange);
	padding: 5px 15px;
	border-radius: 15px;
	font-size: .75rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.trending-title {
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 12px;
}

.trending-title a {
	color: var(--text-secondary);
	transition: color .3s ease;
}

.trending-title a:hover {
	color: var(--primary-orange);
}

.trending-meta {
	display: flex;
	gap: 15px;
	font-size: .85rem;
	color: var(--text-secondary);
	font-weight: 600;
}

.trending-meta span {
	display: flex;
	align-items: center;
	gap: 5px;
}

.trending-meta i {
	color: var(--primary-orange);
}

/* ADN Play App Download Section - MODERN & ELEGANT */
.app-download-section {
	padding: 80px 0;
	max-width: 95%;
	margin: 60px auto 0;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	border-radius: 20px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
	border: 1px solid rgba(255, 255, 255, .2);
	position: relative;
	overflow: hidden;
}

.app-download-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(255, 255, 255, .1) 0%, rgba(255, 255, 255, .05) 100%);
	border-radius: 20px;
	pointer-events: none;
}

.download-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
	padding: 0 40px;
}

.download-content {
	color: #fff;
}

.title-wrapper {
	margin-bottom: 20px;
}

.download-title {
	font-size: 2.5rem;
	font-weight: 800;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 20px;
	color: #fff;
	position: relative;
}

.download-title i {
	color: var(--primary-orange);
	font-size: 2rem;
	background: linear-gradient(135deg, var(--primary-orange), #ff8c42);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	filter: drop-shadow(0 2px 4px rgba(255, 107, 0, .2));
}

.download-description {
	font-size: 1rem;
	margin-bottom: 30px;
	color: rgba(255, 255, 255, .9);
	line-height: 1.6;
	text-align: justify;
}

.features-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	margin-bottom: 30px;
}

.feature-card {
	background: rgba(255, 255, 255, .8);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, .3);
	border-radius: 15px;
	padding: 25px;
	transition: all .3s ease;
	position: relative;
	overflow: hidden;
}

.feature-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 107, 0, .1), transparent);
	transition: left .5s ease;
}

.feature-card:hover::before {
	left: 100%;
}

.feature-card:hover {
	transform: translateY(-3px);
	border-color: var(--primary-orange);
	box-shadow: 0 8px 25px rgba(0, 0, 0, .15);
	background: rgba(255, 255, 255, .9);
}

.feature-icon {
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, var(--primary-orange), #ff8c42);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	font-size: 1.3rem;
	color: white;
	box-shadow: 0 4px 12px rgba(255, 107, 0, .3);
}

.feature-content h3 {
	font-size: 1.1rem;
	font-weight: 700;
	margin-bottom: 6px;
	color: #2c3e50;
}

.feature-content p {
	font-size: .9rem;
	color: #6c757d;
	margin: 0;
	font-weight: 400;
}

.download-buttons {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.download-btn {
	display: inline-block;
	transition: all .3s ease;
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
}

.download-btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
	transition: left .5s ease;
}

.download-btn:hover::before {
	left: 100%;
}

.download-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, .2);
}

.store-badge {
	height: 60px;
	width: auto;
	transition: all .3s ease;
	border-radius: 8px;
}

.download-btn:hover .store-badge {
	transform: scale(1.05);
}

.download-visual {
	display: flex;
	justify-content: center;
	align-items: center;
}

.phone-container {
	position: relative;
}

.phone-mockup {
	width: 280px;
	height: 560px;
	position: relative;
	transition: all .3s ease;
	animation: phoneFloat 4s ease-in-out infinite;
}

@keyframes phoneFloat {
	0%, 100% {
		transform: translateY(0px);
	}
	
	50% {
		transform: translateY(-5px);
	}
}

.phone-mockup:hover {
	transform: scale(1.05);
	animation-play-state: paused;
}

.phone-image {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: drop-shadow(0 8px 25px rgba(0, 0, 0, .15));
	transition: all .3s ease;
}

.phone-glow {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 350px;
	height: 600px;
	background: radial-gradient(circle, rgba(255, 107, 0, .1) 0%, transparent 70%);
	border-radius: 50%;
	filter: blur(30px);
	z-index: -1;
}

/* Responsive Design */
@media (max-width: 768px) {
	.download-container {
		grid-template-columns: 1fr;
		gap: 40px;
		padding: 0 20px;
	}
	
	.download-title {
		font-size: 1.8rem;
		text-align: center;
	}
	
	.download-subtitle {
		text-align: center;
	}
	
	.features-grid {
		grid-template-columns: 1fr;
	}
	
	.download-buttons {
		justify-content: center;
	}
	
	.phone-mockup {
		width: 200px;
		height: 400px;
	}
}

.categories-scroll-wrapper {
	position: relative;
	padding: 40px 60px;
	overflow: visible;
	margin: 0 -20px;
}

.cat-scroll-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: var(--primary-red);
	color: white;
	border: none;
	cursor: pointer;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	transition: all .3s ease;
	box-shadow: 0 4px 15px rgba(255, 107, 53, .3);
}

.cat-scroll-btn:hover {
	background: var(--secondary-orange);
	transform: translateY(-50%) scale(1.1);
	box-shadow: 0 6px 20px rgba(255, 107, 53, .4);
}

.cat-scroll-btn:active {
	transform: translateY(-50%) scale(.95);
}

.cat-scroll-left {
	left: 0;
}

.cat-scroll-right {
	right: 0;
}

.cat-scroll-btn:disabled {
	opacity: .3;
	cursor: not-allowed;
}

.cat-scroll-btn:disabled:hover {
	transform: translateY(-50%) scale(1);
}

.categories-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
	overflow-x: auto;
	overflow-y: visible;
	scroll-behavior: smooth;
	scrollbar-width: none;
	-ms-overflow-style: none;
	padding: 30px 20px;
}

.categories-grid::-webkit-scrollbar {
	display: none;
}

.category-card {
	background: var(--white);
	padding: 40px 30px;
	border-radius: 25px;
	text-align: center;
	transition: all .4s ease;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
	position: relative;
	overflow: hidden;
}

.category-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 5px;
	background: var(--cat-color);
	transform: scaleX(0);
	transition: transform .4s ease;
}

.category-card:hover::before {
	transform: scaleX(1);
}

.category-card:hover {
	transform: translateY(-10px);
}

.category-icon {
	width: 80px;
	height: 80px;
	background: var(--cat-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	font-size: 2rem;
	color: var(--white);
	transition: all .3s ease;
}

.category-card:hover .category-icon {
	transform: scale(1.1) rotate(10deg);
}

.category-name {
	font-size: 1.4rem;
	font-weight: 800;
	color: var(--text-secondary);
	margin: 0 0 10px;
}

.category-count {
	font-size: 1rem;
	color: var(--text-secondary);
	margin: 0 0 20px;
	font-weight: 600;
}

.category-arrow {
	width: 45px;
	height: 45px;
	background: var(--cat-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	color: var(--white);
	font-size: 1.1rem;
	transition: all .3s ease;
}

.category-card:hover .category-arrow {
	transform: translateX(5px);
}

/* Media Section */
.media-section {
	padding: 60px 0;
	padding: 60px 40px;
	max-width: 95%;
	margin: 60px auto 0;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	border-radius: 30px;
}

.media-section .section-title-modern {
	color: var(--white);
}

.media-section .title-icon {
	background: rgba(255, 255, 255, .2);
}

.media-section .view-all-link {
	color: var(--white);
}

.media-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.media-card {
	background: var(--white);
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 10px 40px rgba(0, 0, 0, .2);
	transition: all .3s ease;
}

.media-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 60px rgba(0, 0, 0, .3);
}

.media-thumbnail {
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
}

.media-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.play-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .3);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s ease;
}

.media-card:hover .play-overlay {
	background: rgba(0, 0, 0, .5);
}

.play-button {
	width: 70px;
	height: 70px;
	background: var(--white);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--primary-orange);
	font-size: 1.8rem;
	padding-left: 5px;
	transition: all .3s ease;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .3);
}

.media-card:hover .play-button {
	transform: scale(1.2);
}

.media-duration {
	position: absolute;
	bottom: 15px;
	right: 15px;
	background: rgba(0, 0, 0, .8);
	color: var(--white);
	padding: 5px 12px;
	border-radius: 5px;
	font-size: .85rem;
	font-weight: 700;
}

.media-content {
	padding: 25px;
}

.media-title {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 15px;
}

.media-title a {
	color: var(--text-secondary);
	transition: color .3s ease;
}

.media-title a:hover {
	color: var(--primary-orange);
}

.media-meta {
	display: flex;
	gap: 20px;
	font-size: .9rem;
	color: var(--text-secondary);
	font-weight: 600;
}

.media-meta span {
	display: flex;
	align-items: center;
	gap: 6px;
}

.media-meta i {
	color: var(--primary-orange);
}

/* Responsive New Sections */
@media (max-width: 968px) {
	.trending-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.media-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.trending-section, .media-section {
		padding: 40px 20px;
	}
	
	.trending-grid {
		grid-template-columns: 1fr;
	}
	
	.media-grid {
		grid-template-columns: 1fr;
	}
}

/* Newsletter Section */
.newsletter-section {
	padding: 60px 0;
	background: linear-gradient(135deg, var(--bg-dark) 0%, #1a1a1a 100%);
	position: relative;
	overflow: hidden;
}

.newsletter-section::before {
	content: "";
	position: absolute;
	top: -50%;
	right: -10%;
	width: 500px;
	height: 500px;
	background: radial-gradient(circle, rgba(255, 107, 53, .1) 0%, transparent 70%);
	border-radius: 50%;
}

.newsletter-container {
	max-width: 95%;
	margin: 0 auto;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: center;
	position: relative;
	z-index: 1;
}

.newsletter-content {
	display: flex;
	gap: 25px;
}

.newsletter-icon {
	width: 80px;
	height: 80px;
	background: linear-gradient(135deg, var(--primary-orange), var(--secondary-orange));
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.5rem;
	color: var(--white);
	flex-shrink: 0;
	box-shadow: 0 10px 30px rgba(255, 107, 53, .4);
}

.newsletter-text h2 {
	font-size: 2.2rem;
	font-weight: 800;
	color: var(--white);
	margin: 0 0 15px;
}

.newsletter-text p {
	font-size: 1.1rem;
	color: rgba(255, 255, 255, .8);
	line-height: 1.6;
	margin: 0;
}

.btn-reserved-area {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 15px 30px;
	background: linear-gradient(135deg, var(--primary-orange), var(--secondary-orange));
	color: var(--white);
	border: none;
	border-radius: 50px;
	font-weight: 700;
	font-size: 1rem;
	text-decoration: none;
	transition: all .3s ease;
	box-shadow: 0 4px 15px rgba(255, 102, 0, .3);
}

.btn-reserved-area:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(255, 102, 0, .4);
	color: var(--white);
	text-decoration: none;
}

.btn-reserved-area i {
	font-size: 1.1rem;
}

/* Area Riservata Page - Modern Design */
.area-riservata-page {
	position: relative;
	min-height: calc(100vh - 200px);
	padding: 60px 0 100px;
	overflow: hidden;
}

.reserved-area-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, #0f0c29 0%, #302b63 50%, #24243e 100%);
	z-index: -1;
}

.reserved-area-pattern {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: radial-gradient(circle at 20% 30%, rgba(255, 107, 53, .15) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(255, 140, 66, .1) 0%, transparent 50%);
	animation: patternMove 20s ease-in-out infinite alternate;
}

@keyframes patternMove {
	0% {
		transform: translate(0, 0) scale(1);
	}
	
	100% {
		transform: translate(20px, 20px) scale(1.05);
	}
}

.reserved-area-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 600px;
	padding: 40px 20px;
}

.reserved-area-card {
	background: rgba(255, 255, 255, .98);
	backdrop-filter: blur(20px);
	border-radius: 24px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, .3), 0 0 0 1px rgba(255, 255, 255, .1);
	max-width: 480px;
	width: 100%;
	overflow: hidden;
	animation: cardFadeIn .6s ease-out;
}

@keyframes cardFadeIn {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.reserved-area-icon {
	padding: 50px 30px 30px;
	text-align: center;
}

.icon-circle {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	background: linear-gradient(135deg, var(--primary-orange), var(--secondary-orange));
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 30px rgba(255, 107, 53, .4), 0 0 0 8px rgba(255, 107, 53, .1);
	animation: iconPulse 3s ease-in-out infinite;
}

@keyframes iconPulse {
	0%, 100% {
		transform: scale(1);
		box-shadow: 0 10px 30px rgba(255, 107, 53, .4), 0 0 0 8px rgba(255, 107, 53, .1);
	}
	
	50% {
		transform: scale(1.05);
		box-shadow: 0 15px 40px rgba(255, 107, 53, .5), 0 0 0 12px rgba(255, 107, 53, .15);
	}
}

.icon-circle i {
	font-size: 2.5rem;
	color: #fff;
}

.reserved-area-content {
	padding: 0 40px 50px;
}

.reserved-title {
	font-size: 2rem;
	font-weight: 800;
	color: #1a1a2e;
	text-align: center;
	margin: 0 0 10px 0;
	font-family: "Montserrat", sans-serif;
}

.reserved-description {
	text-align: center;
	color: #666;
	font-size: .95rem;
	line-height: 1.6;
	margin-bottom: 35px;
}

.reserved-description p {
	margin: 0;
}

.reserved-form {
	margin-top: 35px;
}

.form-field {
	margin-bottom: 25px;
}

.form-field label {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	font-size: .9rem;
	color: #333;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: .5px;
}

.form-field label i {
	color: var(--primary-orange);
	font-size: 1rem;
}

.form-field input {
	width: 100%;
	padding: 16px 20px;
	border: 2px solid #e8e8e8;
	border-radius: 12px;
	font-size: 1rem;
	transition: all .3s ease;
	background: #f8f9fa;
	font-family: "Inter", sans-serif;
}

.form-field input:focus {
	outline: none;
	border-color: var(--primary-orange);
	background: #fff;
	box-shadow: 0 0 0 4px rgba(255, 107, 53, .1);
	transform: translateY(-1px);
}

.form-field input::placeholder {
	color: #999;
}

.btn-submit {
	width: 100%;
	padding: 18px 30px;
	background: linear-gradient(135deg, var(--primary-orange), var(--secondary-orange));
	color: #fff;
	border: none;
	border-radius: 12px;
	font-size: 1.1rem;
	font-weight: 700;
	cursor: pointer;
	transition: all .3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	box-shadow: 0 8px 25px rgba(255, 107, 53, .4);
	margin-top: 30px;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	letter-spacing: .5px;
}

.btn-submit:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 35px rgba(255, 107, 53, .5);
}

.btn-submit i {
	font-size: 1.2rem;
	transition: transform .3s ease;
}

.btn-submit:hover i {
	transform: translateX(4px);
}

@media (max-width: 768px) {
	.area-riservata-page {
		padding: 40px 0 60px;
	}
	
	.reserved-area-wrapper {
		padding: 20px 15px;
		min-height: auto;
	}
	
	.reserved-area-card {
		border-radius: 20px;
	}
	
	.reserved-area-icon {
		padding: 40px 20px 25px;
	}
	
	.icon-circle {
		width: 80px;
		height: 80px;
	}
	
	.icon-circle i {
		font-size: 2rem;
	}
	
	.reserved-area-content {
		padding: 0 25px 40px;
	}
	
	.reserved-title {
		font-size: 1.6rem;
	}
	
	.form-field input {
		padding: 14px 18px;
	}
	
	.btn-submit {
		padding: 16px 25px;
		font-size: 1rem;
	}
}

.newsletter-form {
	position: relative;
}

.form-group {
	position: relative;
	display: flex;
}

.newsletter-form input {
	flex: 1;
	padding: 20px 160px 20px 25px;
	border: 2px solid rgba(255, 255, 255, .2);
	border-radius: 50px;
	background: rgba(255, 255, 255, .1);
	color: var(--white);
	font-size: 1rem;
	transition: all .3s ease;
}

.newsletter-form input::placeholder {
	color: rgba(255, 255, 255, .5);
}

.newsletter-form input:focus {
	outline: none;
	border-color: var(--primary-orange);
	background: rgba(255, 255, 255, .15);
}

.subscribe-btn {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	background: linear-gradient(135deg, var(--primary-orange), var(--secondary-orange));
	border: none;
	padding: 15px 30px;
	border-radius: 50px;
	color: var(--white);
	font-weight: 700;
	font-size: 1rem;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: all .3s ease;
	box-shadow: 0 4px 15px rgba(255, 107, 53, .4);
}

.subscribe-btn:hover {
	transform: translateY(-50%) scale(1.05);
	box-shadow: 0 6px 20px rgba(255, 107, 53, .6);
}

/* Responsive Styles */
@media (max-width: 968px) {
	.newsletter-container {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	
	.section-title-modern {
		font-size: 2rem;
	}
	
	.track-card {
		grid-template-columns: 40px 60px 1fr auto;
		gap: 15px;
		padding: 20px;
	}
}

@media (max-width: 768px) {
	.container {
		padding: 0 15px;
	}
	
	/* Disabilita TUTTI gli effetti hover su mobile per migliori performance */
	article:hover, .post:hover, .featured-news-large:hover, .featured-news-small:hover, .hero-featured-large:hover, .hero-featured-small:hover, .trending-card:hover, .category-card:hover, .media-card:hover, .post-card-large:hover, .post-card-small:hover {
		transform: none !important;
	}
	
	article:hover img, .post:hover img {
		transform: none !important;
	}
	
	.stats-container {
		grid-template-columns: 1fr;
		padding: 0 15px;
	}
	
	.top-tracks-section {
		padding: 40px 0;
	}
	
	.section-header-modern {
		padding: 0 15px;
		margin-bottom: 20px;
	}
	
	.tracks-grid {
		grid-template-columns: 1fr;
		padding: 0 15px;
	}
	
	.track-card {
		grid-template-columns: 1fr;
		text-align: center;
	}
	
	.track-rank {
		margin: 0 auto 15px;
	}
	
	.newsletter-section {
		padding: 40px 0;
	}
	
	.newsletter-container {
		padding: 0 15px;
	}
	
	.vinyl-animation {
		margin: 0 auto 15px;
	}
	
	.track-stats {
		justify-content: center;
	}
	
	.play-track-btn {
		margin: 15px auto 0;
	}
	
	.newsletter-content {
		flex-direction: column;
		text-align: center;
	}
	
	.newsletter-icon {
		margin: 0 auto;
	}
	
	.subscribe-btn {
		position: static;
		transform: none;
		width: 100%;
		margin-top: 15px;
		justify-content: center;
	}
	
	.newsletter-form input {
		padding: 20px 25px;
	}
	
	.form-group {
		flex-direction: column;
	}
}

/* ========================================
   SINGLE POST MODERN STYLES
   ======================================== */

/* Reading Progress Bar */
.reading-progress {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: rgba(255, 255, 255, .1);
	z-index: 9999;
}

.reading-progress-bar {
	height: 100%;
	background: linear-gradient(90deg, var(--primary-orange), var(--secondary-orange));
	width: 0%;
	transition: width .1s ease;
}

/* Single Post Wrapper */
.single-post-wrapper {
	background: #fff;
	min-height: 100vh;
	padding: 20px 0;
}

/* Breadcrumb Navigation */
.breadcrumb-nav {
	background: #f8f9fa;
	padding: 15px 25px;
	border-radius: 10px;
	margin-bottom: 30px;
	font-size: .9rem;
	border: 1px solid #e9ecef;
}

.breadcrumb-nav a {
	color: var(--primary-orange);
	text-decoration: none;
	transition: color .3s ease;
}

.breadcrumb-nav a:hover {
	color: var(--secondary-orange);
}

.breadcrumb-separator {
	margin: 0 10px;
	color: #6c757d;
}

.current-page {
	color: #212529;
	font-weight: 600;
}

/* Featured Image Modern */
.featured-image-modern {
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 30px;
	max-height: 720px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
}

.featured-image-modern img {
	width: 100%;
	height: 130%;
	display: block;
}

.image-overlay {
	position: absolute;
	top: 20px;
	right: 20px;
}

.post-format-badge {
	background: var(--primary-red);
	color: white;
	padding: 8px 15px;
	border-radius: 20px;
	font-size: .85rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 5px;
}

/* Entry Header Modern */
.entry-header-modern {
	margin-bottom: 40px;
}

.post-categories {
	margin-bottom: 20px;
}

.post-category-tag {
	display: inline-block;
	background: var(--primary-red);
	color: white;
	padding: 6px 12px;
	border-radius: 15px;
	font-size: .8rem;
	font-weight: 600;
	text-decoration: none;
	margin-right: 10px;
	transition: all .3s ease;
}

.post-category-tag:hover {
	background: var(--secondary-orange);
	transform: translateY(-2px);
}

.entry-title-modern {
	font-size: 2.5rem;
	font-weight: 800;
	color: #212529;
	line-height: 1.2;
	margin: 0 0 25px;
}

.entry-meta-modern {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	margin-bottom: 30px;
	padding: 20px 0;
	border-top: 1px solid #e9ecef;
	border-bottom: 1px solid #e9ecef;
}

.meta-item {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #6c757d;
	font-size: .9rem;
}

.meta-item i {
	color: var(--primary-orange);
	width: 16px;
}

/* Social Sharing */
.social-sharing {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 25px;
}

.share-label {
	color: #212529;
	font-weight: 600;
	font-size: .9rem;
}

.share-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-decoration: none;
	transition: all .3s ease;
	font-size: 1.1rem;
}

.share-btn.facebook {
	background: #1877f2;
	color: white;
}

.share-btn.twitter {
	background: #1da1f2;
	color: white;
}

.share-btn.whatsapp {
	background: #25d366;
	color: white;
}

.share-btn.linkedin {
	background: #0077b5;
	color: white;
}

.share-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
}

/* Entry Content Modern */
.entry-content-modern {
	background: #fff;
	padding: 40px;
	border-radius: 15px;
	margin-bottom: 40px;
	color: #212529;
	line-height: 1.8;
	border: 1px solid #e9ecef;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
}

/* Video embed responsive - 16:9 base */
.entry-content-embed {
	position: relative;
	width: 100%;
	max-width: 1100px;
	height: 0;
	padding-bottom: 56.25%;
	margin: 20px auto;
	border-radius: 12px;
	overflow: hidden;
}

.entry-content-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* Desktop grande: formato più largo */
@media (min-width: 1400px) {
	.entry-content-embed {
		padding-bottom: 45%;
	}
}

.entry-content-modern h1, .entry-content-modern h2, .entry-content-modern h3, .entry-content-modern h4, .entry-content-modern h5, .entry-content-modern h6 {
	color: #212529;
	margin-top: 30px;
	margin-bottom: 15px;
}

.entry-content-modern p {
	margin-bottom: 20px;
}

.entry-content-modern a {
	color: var(--primary-orange);
	text-decoration: none;
}

.entry-content-modern a:hover {
	color: var(--secondary-orange);
	text-decoration: underline;
}

/* Entry Footer Modern */
.entry-footer-modern {
	margin-bottom: 40px;
}

.post-tags-modern h4 {
	color: #212529;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.tags-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.tag-link {
	background: #f8f9fa;
	color: #495057;
	padding: 6px 12px;
	border-radius: 15px;
	text-decoration: none;
	font-size: .85rem;
	transition: all .3s ease;
	border: 1px solid #e9ecef;
}

.tag-link:hover {
	background: var(--primary-red);
	transform: translateY(-2px);
}

/* Author Bio Modern */
.author-bio-modern {
	background: #fff;
	padding: 30px;
	border-radius: 15px;
	margin-bottom: 40px;
	border: 1px solid #e9ecef;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
}

.author-bio-content {
	display: flex;
	gap: 20px;
	align-items: flex-start;
}

.author-avatar-modern {
	flex-shrink: 0;
}

.author-avatar-modern img {
	border-radius: 50%;
	border: 3px solid var(--primary-orange);
}

.author-info-modern {
	flex: 1;
}

.author-name {
	color: #212529;
	font-size: 1.3rem;
	font-weight: 700;
	margin: 0 0 5px;
}

.author-description {
	color: #6c757d;
	line-height: 1.6;
	margin-bottom: 15px;
}

.author-links {
	display: flex;
	gap: 15px;
}

.author-posts-link, .author-website-link {
	color: var(--primary-orange);
	text-decoration: none;
	font-size: .9rem;
	display: flex;
	align-items: center;
	gap: 5px;
	transition: color .3s ease;
}

.author-posts-link:hover, .author-website-link:hover {
	color: var(--secondary-orange);
}

/* Related Posts */
.related-posts-section {
	margin-bottom: 40px;
}

.related-posts-title {
	color: #212529;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.related-posts-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 25px;
}

.related-post-card {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	transition: all .3s ease;
	border: 1px solid #e9ecef;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
}

.related-post-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, .3);
}

.related-post-thumbnail img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.related-post-content {
	padding: 20px;
}

.related-post-title {
	margin: 0 0 10px;
}

.related-post-title a {
	color: #212529;
	text-decoration: none;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.4;
}

.related-post-title a:hover {
	color: var(--primary-orange);
}

.related-post-meta {
	color: #6c757d;
	font-size: .85rem;
}

.no-related-posts {
	color: #6c757d;
	text-align: center;
	padding: 40px 20px;
	grid-column: 1/-1;
}

/* Post Navigation Modern */
.post-navigation-modern {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 40px;
}

.nav-item {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	transition: all .3s ease;
	border: 1px solid #e9ecef;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
}

.nav-item:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, .3);
}

.nav-link {
	display: flex;
	align-items: center;
	padding: 20px;
	text-decoration: none;
	color: #212529;
	gap: 15px;
}

.nav-icon {
	width: 40px;
	height: 40px;
	background: var(--primary-red);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.nav-content {
	flex: 1;
}

.nav-label {
	display: block;
	color: #6c757d;
	font-size: .8rem;
	margin-bottom: 5px;
}

.nav-title {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.3;
	margin: 0;
}

.next-post .nav-link {
	flex-direction: row-reverse;
	text-align: right;
}

/* Responsive Design */
@media (max-width: 768px) {
	.entry-title-modern {
		font-size: 2rem;
	}
	
	.entry-meta-modern {
		flex-direction: column;
		gap: 15px;
	}
	
	.social-sharing {
		flex-wrap: wrap;
	}
	
	.entry-content-modern {
		padding: 25px;
	}
	
	.author-bio-content {
		flex-direction: column;
		text-align: center;
	}
	
	.related-posts-grid {
		grid-template-columns: 1fr;
	}
	
	.post-navigation-modern {
		grid-template-columns: 1fr;
	}
	
	.next-post .nav-link {
		flex-direction: row;
		text-align: left;
	}
}

/* Stream Selector Styles */
.stream-selector {
	margin: 30px 0;
	background: #f8f9fa;
	border-radius: 12px;
	padding: 20px;
	border: 1px solid #e9ecef;
}

.selector-tabs {
	display: flex;
	gap: 10px;
	justify-content: center;
	flex-wrap: wrap;
}

.tab-button {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 12px 20px;
	background: #fff;
	border: 2px solid #e9ecef;
	border-radius: 8px;
	color: #6c757d;
	font-weight: 600;
	font-size: .95rem;
	cursor: pointer;
	transition: all .3s ease;
	text-decoration: none;
	min-width: 160px;
	justify-content: center;
}

.tab-button:hover {
	border-color: var(--primary-orange);
	color: var(--primary-orange);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(255, 107, 0, .15);
}

.tab-button.active {
	background: var(--primary-red);
	border-color: var(--primary-orange);
	color: #fff;
	box-shadow: 0 4px 12px rgba(255, 107, 0, .25);
}

.tab-button i {
	font-size: 1.1rem;
}

/* Responsive per stream selector */
@media (max-width: 768px) {
	.stream-selector {
		margin: 20px 0;
		padding: 15px;
	}
	
	.selector-tabs {
		flex-direction: column;
		gap: 8px;
	}
	
	.tab-button {
		min-width: auto;
		width: 100%;
	}
}

/* ========================================
   NEWS FOOTER STYLES
   ======================================== */

/* Newsletter Section */
.newsletter-section {
	background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);
	color: var(--text-white);
	padding: 50px 0;
	position: relative;
	overflow: hidden;
}

.newsletter-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 100 100\"><defs><pattern id=\"newsletter-pattern\" width=\"20\" height=\"20\" patternUnits=\"userSpaceOnUse\"><circle cx=\"10\" cy=\"10\" r=\"1\" fill=\"rgba(255,255,255,0.1)\"/></pattern></defs><rect width=\"100\" height=\"100\" fill=\"url(%23newsletter-pattern)\"/></svg>");
	opacity: .3;
	pointer-events: none;
}

.newsletter-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: center;
	position: relative;
	z-index: 1;
}

.newsletter-text {
	display: flex;
	align-items: center;
	gap: 20px;
}

.newsletter-icon {
	background: rgba(255, 255, 255, .2);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	color: white;
}

.newsletter-info h2 {
	font-size: 2rem;
	font-weight: 800;
	margin: 0 0 8px 0;
	color: var(--text-white);
}

.newsletter-info p {
	font-size: 1.1rem;
	margin: 0;
	opacity: .9;
}

.newsletter-form-container {
	background: rgba(255, 255, 255, .1);
	padding: 30px;
	border-radius: 12px;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, .2);
}

.form-group {
	display: flex;
	gap: 12px;
	margin-bottom: 16px;
}

.form-group input {
	flex: 1;
	background: rgba(255, 255, 255, .9);
	border: none;
	border-radius: 8px;
	padding: 16px 20px;
	font-size: 1rem;
	color: var(--text-primary);
	transition: all .3s ease;
}

.form-group input:focus {
	outline: none;
	background: white;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, .3);
}

.subscribe-btn {
	background: var(--primary-red);
	color: white;
	border: none;
	border-radius: 8px;
	padding: 16px 24px;
	font-weight: 700;
	font-size: 1rem;
	cursor: pointer;
	transition: all .3s ease;
	display: flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
}

.subscribe-btn:hover {
	background: var(--secondary-red);
	transform: translateY(-2px);
	box-shadow: 0 8px 16px rgba(220, 38, 38, .3);
}

.newsletter-privacy {
	font-size: .9rem;
	margin: 0;
	opacity: .8;
	display: flex;
	align-items: center;
	gap: 8px;
}

.newsletter-privacy a {
	color: var(--text-white);
	text-decoration: underline;
}

/* News Footer - Minimal */

/* Sidebar Ad Box */
.sidebar-ad {
	width: 100%;
	border: none;
}

.sidebar-ad.ad-active {
	border: none;
}

.ad-box-placeholder {
	width: 100%;
	min-height: 250px;
	border: 1px solid #e9ecef;
	border-radius: 12px;
	background: #fafafa;
	color: var(--text-secondary);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.ad-box-placeholder span {
	font-weight: 700;
}

.ad-box-placeholder small {
	opacity: .8;
}

/* Banner orizzontale sopra "In primo piano" */
.main-content .inprimo-ad-placeholder {
	min-height: 90px;
	max-height: 250px;
}

@media (max-width: 768px) {
	.main-content .inprimo-ad-placeholder {
		min-height: 50px;
	}
}

/* Due pubblicità affiancate sopra TV e Spettacolo */
.tvsp-ads-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	width: 152%;
	margin: 20px 0 30px;
}

.tvsp-ad-item {
	width: 100%;
}

.tvsp-ad-item .ad-box-placeholder {
	min-height: 250px;
}

/* Immagini degli ad sopra TV e Spettacolo */
.tvsp-ads-wrapper img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 12px;
}

/* Assicura che AdSense riempia la colonna */
.tvsp-ads-wrapper .adsbygoogle {
	display: block !important;
	width: 100% !important;
}

/* Due pubblicità affiancate sopra Motori (stesso layout) */
.motori-ads-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	width: 100%;
	margin: 10px 0 10px;
	padding: 30px;
}

.motori-ad-item {
	width: 100%;
}

.motori-ad-item .ad-box-placeholder {
	min-height: 250px;
}

/* Immagini degli ad sopra TV e Spettacolo */
.motori-ads-wrapper img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 12px;
}

/* Assicura che AdSense riempia la colonna */
.motori-ads-wrapper .adsbygoogle {
	display: block !important;
	width: 100% !important;
}

@media (max-width: 768px) {
	.motori-ads-wrapper {
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 12px !important;
		box-sizing: border-box !important;
	}
}

/* Due pubblicità affiancate sopra Lifestyle (stesso layout di Motori) */
.lifestyle-ads-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	width: 100%;
	margin: 10px 0 10px;
	padding: 30px;
}

.lifestyle-ad-item {
	width: 100%;
}

.lifestyle-ad-item .ad-box-placeholder {
	min-height: 250px;
}

/* Immagini degli ad sopra TV e Spettacolo */
.lifestyle-ads-wrapper img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 12px;
}

/* Assicura che AdSense riempia la colonna */
.lifestyle-ads-wrapper .adsbygoogle {
	display: block !important;
	width: 100% !important;
}

@media (max-width: 768px) {
	.lifestyle-ads-wrapper {
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 12px !important;
	}
}

/* Banner sotto il box autore nel single */
.single-below-author-ad {
	margin: 20px 0;
}

@media (max-width: 768px) {
	.tvsp-ads-wrapper {
		grid-template-columns: 1fr !important;
		gap: 16px !important;
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding: 12px !important;
		box-sizing: border-box !important;
		overflow-x: hidden !important;
	}
	
	.economia-section.tvsp-wide {
		padding: 12px !important;
		box-sizing: border-box !important;
	}
	
	.lifestyle-section.tvsp-wide {
		padding: 12px !important;
		box-sizing: border-box !important;
	}
}

/* Economia section list card layout (come Musica) */
.economia-section {
	padding: 30px;
}

.economia-section .popular-post-item-inner {
	display: grid;
	grid-template-columns: 90px 1fr;
	gap: 12px;
	align-items: center;
	background: #f3f3f3;
	border: 1px solid rgba(0, 0, 0, .06);
	border-radius: 12px;
	padding: 8px;
}

.economia-section .popular-post-thumb img {
	width: 100%;
	height: 70px;
	object-fit: cover;
	display: block;
	border-radius: 8px;
}

.economia-section .popular-post-title {
	margin: 2px 0 0;
}

/* Lifestyle section list card layout (come Musica/Economia) */
.lifestyle-section {
	padding: 30px;
}

.lifestyle-section .popular-post-item-inner {
	display: grid;
	grid-template-columns: 90px 1fr;
	gap: 12px;
	align-items: center;
	background: #f3f3f3;
	border: 1px solid rgba(0, 0, 0, .06);
	border-radius: 12px;
	padding: 8px;
}

.lifestyle-section .popular-post-thumb img {
	width: 100%;
	height: 70px;
	object-fit: cover;
	display: block;
	border-radius: 8px;
}

.lifestyle-section .popular-post-title {
	margin: 2px 0 0;
}

/* TV info bar under player */
.tv-info-bar {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 14px;
	background: #0f172a;
	color: #fff;
	border-radius: 0 0 12px 12px;
}

/* remove hover effect since it's not a link */
.tv-info-bar:hover {
	opacity: 1;
}

.live-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #fff;
	color: var(--primary-blue);
	border-radius: 999px;
	padding: 2px 8px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.live-badge .live-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--primary-red);
	animation: liveBlink 1.2s infinite;
}

@keyframes liveBlink {
	0%, 100% {
		opacity: 1;
	}
	
	50% {
		opacity: .3;
	}
}

.tv-info-text {
	font-size: 14px;
	font-weight: 600;
}

/* Single post spacing */
.single-post-modern .single-header {
	padding-top: 16px;
}

.single-share-bar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px;
	margin: 14px 0 30px;
	padding: 18px 22px;
	background: #dbdbdb;
	border-radius: 28px;
	color: #fff;
}

.single-share-label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: .8rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	opacity: .72;
}

.single-share-buttons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

.single-share-button {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	color: #fff;
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .18);
	transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	position: relative;
	text-decoration: none;
}

.single-share-button span {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	border: 0 !important;
}

.single-share-button i {
	pointer-events: none;
}

.single-share-button:hover, .single-share-button:focus-visible {
	transform: translateY(-1px);
	opacity: .92;
}

.single-share-button.share-facebook {
	background: #1877f2;
	border-color: #1877f2;
}

.single-share-button.share-x {
	background: #0f1419;
	border-color: #0f1419;
}

.single-share-button.share-whatsapp {
	background: #25d366;
	border-color: #25d366;
}

.single-share-button.share-telegram {
	background: #229ed9;
	border-color: #229ed9;
}

.single-share-button.share-linkedin {
	background: #0a66c2;
	border-color: #0a66c2;
}

.single-share-button.share-copy {
	background: #d74169;
	border-color: rgba(255, 255, 255, .2);
}

.single-share-button.share-native {
	background: #ffb020;
	border-color: #ffb020;
	color: #161616;
}

.single-share-feedback {
	font-size: .76rem;
	color: rgba(255, 255, 255, .7);
	min-width: 120px;
}

/* ========================================
   SINGLE POST - MOBILE RESPONSIVE
   ======================================== */
@media (max-width: 768px) {
	/* Prevenire overflow orizzontale */
	.main-layout, .main-layout .container, .main-layout .content-wrapper, .main-layout .main-content {
		width: 100% !important;
		max-width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		box-sizing: border-box !important;
		overflow-x: hidden !important;
	}
	
	.main-layout .main-content {
		padding: 0 12px !important;
	}
	
	/* Assicura che tutti gli elementi interni non escano */
	.single-post-modern * {
		max-width: 100% !important;
		box-sizing: border-box !important;
	}
	
	.single-post-modern .entry-content * {
		word-wrap: break-word !important;
		overflow-wrap: break-word !important;
	}
	
	/* Single Post - Layout mobile */
	.single-post-modern {
		width: 100% !important;
		max-width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
		box-sizing: border-box !important;
		overflow-x: hidden !important;
	}
	
	/* Header single */
	.single-post-modern .single-header {
		padding-top: 12px !important;
		padding-bottom: 12px !important;
	}
	
	.single-share-bar {
		padding: 16px !important;
		gap: 12px;
	}
	
	.single-share-label {
		width: 100%;
		justify-content: flex-start;
	}
	
	.single-share-buttons {
		gap: 8px;
	}
	
	.single-share-button {
		width: 44px;
		height: 44px;
	}
	
	/* Titolo articolo */
	.single-post-modern .featured-main-title {
		font-size: 1.5rem !important;
		line-height: 1.3 !important;
		margin: 0 0 12px 0 !important;
		padding: 0 !important;
	}
	
	/* Meta info (data, tempo lettura, categoria) */
	.single-post-modern .featured-main-meta {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: wrap !important;
		align-items: center !important;
		justify-content: flex-start !important;
		gap: 8px 12px !important;
		font-size: .85rem !important;
		margin-bottom: 16px !important;
	}
	
	.single-post-modern .featured-main-meta span {
		display: inline-flex !important;
		align-items: center !important;
		gap: 6px !important;
		white-space: nowrap !important;
	}
	
	/* Immagine principale */
	.single-post-modern .featured-main-image {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 0 20px 0 !important;
		border-radius: 8px !important;
		overflow: hidden !important;
	}
	
	.single-post-modern .featured-main-image img {
		width: 100% !important;
		height: auto !important;
		display: block !important;
	}
	
	/* Video embed */
	.single-post-modern .mvp-video-embed-wide {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 0 20px 0 !important;
	}
	
	.single-post-modern .mvp-video-embed-wide iframe {
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		aspect-ratio: 16/9 !important;
	}
	
	/* Contenuto articolo */
	.single-post-modern .entry-content {
		width: 100% !important;
		max-width: 100% !important;
		padding: 0 !important;
		font-size: 1rem !important;
		line-height: 1.7 !important;
	}
	
	.single-post-modern .entry-content p {
		margin-bottom: 16px !important;
	}
	
	.single-post-modern .entry-content img {
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		border-radius: 8px !important;
		margin: 16px 0 !important;
		box-sizing: border-box !important;
	}
	
	.single-post-modern .entry-content table {
		width: 100% !important;
		max-width: 100% !important;
		display: block !important;
		overflow-x: auto !important;
		-webkit-overflow-scrolling: touch !important;
	}
	
	.single-post-modern .entry-content iframe, .single-post-modern .entry-content embed, .single-post-modern .entry-content object {
		max-width: 100% !important;
		width: 100% !important;
		box-sizing: border-box !important;
	}
	
	.single-post-modern .entry-content h2, .single-post-modern .entry-content h3, .single-post-modern .entry-content h4 {
		font-size: 1.3rem !important;
		margin-top: 24px !important;
		margin-bottom: 12px !important;
	}
	
	/* Box autore */
	.single-post-modern .entry-author-box {
		display: flex !important;
		flex-direction: row !important;
		align-items: flex-start !important;
		text-align: left !important;
		padding: 16px !important;
		gap: 12px !important;
		margin: 24px 0 !important;
		background: #f3f3f3 !important;
		border-radius: 8px !important;
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
	}
	
	.single-post-modern .author-avatar-large {
		width: 56px !important;
		height: 56px !important;
		flex-shrink: 0 !important;
	}
	
	.single-post-modern .author-avatar-large img {
		width: 100% !important;
		height: 100% !important;
		border-radius: 50% !important;
	}
	
	.single-post-modern .author-info {
		flex: 1 !important;
		min-width: 0 !important;
	}
	
	.single-post-modern .author-name-row {
		display: flex !important;
		flex-direction: row !important;
		align-items: center !important;
		gap: 6px !important;
		margin-bottom: 8px !important;
		flex-wrap: wrap !important;
	}
	
	.single-post-modern .author-label {
		font-size: .8rem !important;
		color: var(--text-secondary) !important;
	}
	
	.single-post-modern .author-name {
		font-size: .95rem !important;
		font-weight: 600 !important;
		color: var(--text-primary) !important;
	}
	
	.single-post-modern .author-bio {
		font-size: .85rem !important;
		line-height: 1.5 !important;
		margin-bottom: 10px !important;
		color: var(--text-secondary) !important;
	}
	
	.single-post-modern .author-meta {
		margin-top: 8px !important;
	}
	
	.single-post-modern .author-link {
		font-size: .85rem !important;
		color: var(--primary-red) !important;
		text-decoration: none !important;
	}
	
	.single-post-modern .author-link:hover {
		text-decoration: underline !important;
	}
	
	/* Ads inline */
	.single-inline-ad, .single-below-author-ad {
		width: 100% !important;
		max-width: 100% !important;
		margin: 20px 0 !important;
		padding: 0 !important;
	}
	
	.single-inline-ad .ad-box-placeholder, .single-below-author-ad .ad-box-placeholder {
		min-height: 200px !important;
		width: 100% !important;
		max-width: 100% !important;
		border-radius: 8px !important;
	}
	
	/* Footer single */
	.single-post-modern .single-footer {
		margin-top: 24px !important;
		padding-top: 16px !important;
	}
	
	.single-post-modern .single-taxonomies {
		margin-bottom: 16px !important;
	}
	
	.single-post-modern .single-taxonomies .tag-label {
		font-size: .85rem !important;
	}
	
	.single-post-modern .single-taxonomies a {
		padding: 6px 12px !important;
		font-size: .8rem !important;
		margin: 4px 4px 4px 0 !important;
	}
	
	/* Navigazione prev/next */
	.single-post-modern .single-nav {
		flex-direction: column !important;
		gap: 12px !important;
	}
	
	.single-post-modern .single-nav .prev, .single-post-modern .single-nav .next {
		width: 100% !important;
	}
	
	.single-post-modern .single-nav .prev a, .single-post-modern .single-nav .next a {
		width: 100% !important;
		justify-content: center !important;
		padding: 12px 16px !important;
		font-size: .9rem !important;
		text-align: center !important;
	}
}
