.bebas-neue-regular {
	font-family: 'Albert Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
}

.poppins {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.hero-title,
.video-title,
.video-card__title,
.video-card__title a,
.post-card__title,
.post-card__title a,
.related-video__title,
.related-video__title a,
.more-video-card__title,
.more-video-card__title a,
.section-heading,
.sidebar-heading,
.more-videos-heading,
.page-banner__title,
.page-title {
	font-family: 'Albert Sans', sans-serif;
	font-weight: 400;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 5;
	background-color: #000000 !important;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
	border-bottom: 4px solid #959fa7;
	transition: background-color 0.2s;
}

.admin-bar .site-header       { top: 32px; }
@media (max-width: 782px) {
	.admin-bar .site-header   { top: 46px; }
}

.site-header__logo img {
	width: 220px;
	height: auto;
	display: block;
}
.site-header .custom-logo-link img.custom-logo {
	width: 220px;
	height: auto;
	display: block;
}

.site-header .wp-block-site-title a {
	color: #ffffff !important;
	font-weight: 800;
	letter-spacing: -0.02em;
	text-decoration: none;
}
.site-header .wp-block-site-title a:hover {
	color: var(--wp--preset--color--primary) !important;
}

.site-header .wp-block-navigation__container {
	gap: 2px;
}
.site-header .wp-block-navigation-item__content {
	padding: 0.45rem 0.8rem !important;
	border-radius: 6px;
	color: rgba(255, 255, 255, 0.8) !important;
	transition: background-color 0.15s, color 0.15s;
	letter-spacing: 0.01em;
}
.site-header .wp-block-navigation-item__content:hover {
	background-color: rgba(255, 255, 255, 0.09);
	color: #ffffff !important;
}
.site-header .wp-block-navigation-item.current-menu-item > .wp-block-navigation-item__content {
	color: #ffffff !important;
	background-color: rgba(214, 40, 40, 0.2);
}

.site-header .wp-block-navigation__responsive-container-open,
.site-header .wp-block-navigation__responsive-container-close {
	color: #ffffff;
}

.wp-block-post-featured-image {
	overflow: hidden;
	border-radius: 6px;
	background: var(--wp--preset--color--dark-surface);
}
.wp-block-post-featured-image img {
	display: block;
	width: 100%;
	height: auto;
	transition: transform 0.35s ease, opacity 0.25s ease;
}
.wp-block-post:hover .wp-block-post-featured-image img {
	transform: scale(1.04);
	opacity: 0.88;
}

.post-type-fc_video .wp-block-post-featured-image {
	position: relative;
}
.post-type-fc_video .wp-block-post-featured-image::after {
	content: '';
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72'%3E%3Ccircle cx='36' cy='36' r='32' fill='rgba(0,0,0,0.55)'/%3E%3Cpolygon points='29,21 57,36 29,51' fill='%23ffffff'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 56px;
	opacity: 0;
	transition: opacity 0.2s ease;
}
.post-type-fc_video .wp-block-post:hover .wp-block-post-featured-image::after {
	opacity: 1;
}

.wp-block-post-terms a {
	display: inline-block;
	padding: 0.18rem 0.6rem;
	background: var(--wp--preset--color--primary);
	color: #ffffff !important;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	border-radius: 3px;
	text-decoration: none;
	transition: background-color 0.15s;
}
.wp-block-post-terms a:hover {
	background-color: var(--wp--preset--color--primary-dark);
}

.has-fc-tag-video-post-terms .wp-block-post-terms a {
	background: var(--wp--preset--color--dark-surface);
	color: rgba(255,255,255,0.75) !important;
}

.section-heading {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	font-size: 1.75rem !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	color: white !important;
	padding-bottom: 0.875rem;
	border-bottom: 2px solid var(--wp--preset--color--border);
	margin-bottom: 0 !important;
}
.section-heading::before {
	content: '';
	display: block;
	width: 3px;
	height: 1.1em;
	background: var(--wp--preset--color--primary);
	border-radius: 2px;
	flex-shrink: 0;
}

.hero-section {
	background: linear-gradient(135deg, #0d0d1a 0%, #16162a 100%);
}
.hero-section .wp-block-post-title a {
	color: #ffffff !important;
	font-weight: 800;
	line-height: 1.1;
	text-decoration: none;
}
.hero-section .wp-block-post-title a:hover {
	color: var(--wp--preset--color--primary) !important;
}
.hero-section .wp-block-post-excerpt__excerpt {
	color: rgba(255, 255, 255, 0.65);
}
.hero-section .wp-block-post-date {
	color: rgba(255, 255, 255, 0.4) !important;
	font-size: 0.85rem;
}
.hero-section .wp-block-post-featured-image::after {
	opacity: 0.6 !important;
}
.hero-section .wp-block-post:hover .wp-block-post-featured-image::after {
	opacity: 1 !important;
}

.video-banner {
	background: linear-gradient(135deg, #0d0d1a 0%, #16162a 100%);
	color: #ffffff;
}
.video-banner .wp-block-post-title {
	color: #ffffff;
	font-size: clamp(2.1rem, 4.8vw, 3.6rem);
	font-weight: 800;
	line-height: 1.1;
}
.video-banner .wp-block-post-date {
	color: rgba(255, 255, 255, 0.45) !important;
	font-size: 0.875rem;
}
.video-banner .wp-block-post-terms a {
	background: rgba(214, 40, 40, 0.85);
}

.video-player-area {
	background: #0d0d1a;
}
.video-player-area .fc-player-wrap {
	margin-block: 0;
}

.wp-block-post-date {
	font-size: 0.8125rem;
	color: var(--wp--preset--color--muted);
}

.wp-block-separator {
	border-color: var(--wp--preset--color--border) !important;
	opacity: 1 !important;
}

.wp-block-query-pagination {
	justify-content: center;
}
.wp-block-query-pagination-numbers .page-numbers,
.wp-block-query-pagination-previous,
.wp-block-query-pagination-next {
	padding: 0.45rem 0.85rem;
	border-radius: 6px;
	border: 1px solid var(--wp--preset--color--border);
	font-weight: 600;
	font-size: 0.875rem;
	text-decoration: none;
	color: var(--wp--preset--color--contrast);
	transition: background-color 0.15s, border-color 0.15s;
}
.wp-block-query-pagination-numbers .page-numbers:hover,
.wp-block-query-pagination-previous:hover,
.wp-block-query-pagination-next:hover {
	background-color: var(--wp--preset--color--primary);
	border-color: var(--wp--preset--color--primary);
	color: #ffffff;
}
.wp-block-query-pagination-numbers .page-numbers.current {
	background-color: var(--wp--preset--color--primary);
	border-color: var(--wp--preset--color--primary);
	color: #ffffff;
}

.wp-block-search__input {
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 6px;
	padding: 0.625rem 1rem;
	font-family: inherit;
	font-size: 0.9375rem;
	background: var(--wp--preset--color--surface);
}
.wp-block-search__input:focus {
	outline: none;
	border-color: var(--wp--preset--color--primary);
	box-shadow: 0 0 0 3px rgba(214, 40, 40, 0.12);
}
.wp-block-search__button {
	background: var(--wp--preset--color--primary) !important;
	color: #ffffff !important;
	border: none;
	border-radius: 6px;
	padding: 0.625rem 1.25rem;
	font-weight: 700;
	cursor: pointer;
}

.site-footer {
	background: #000000 !important;
	color: rgba(255, 255, 255, 0.65) !important;
	border-top: 5px solid #667383;
}
.site-footer .wp-block-site-title a {
	color: #ffffff !important;
	text-decoration: none;
}
.site-footer .wp-block-site-title a:hover {
	color: var(--wp--preset--color--primary) !important;
}
.site-footer .wp-block-site-tagline {
	color: rgba(255, 255, 255, 0.35) !important;
}
.site-footer .wp-block-navigation-item__content {
	color: rgba(255, 255, 255, 0.6) !important;
	padding: 0.3rem 0 !important;
	text-decoration: none;
	transition: color 0.15s;
}
.site-footer .wp-block-navigation-item__content:hover {
	color: #ffffff !important;
}
.site-footer .wp-block-paragraph {
	color: rgba(255, 255, 255, 0.3);
	font-size: 0.8125rem;
}

.error-404-number {
	font-size: clamp(5rem, 15vw, 12rem);
	font-weight: 800;
	line-height: 1;
	color: var(--wp--preset--color--primary);
	opacity: 0.15;
}

@media (max-width: 599px) {
	.site-header .wp-block-navigation:not(.has-modal-open) .wp-block-navigation__container {
		display: none;
	}
}

.container {
	max-width: 740px;
	margin-inline: auto;
	padding-inline: 1.5rem;
}
.container-wide {
	max-width: 1280px;
	margin-inline: auto;
	padding-inline: 1.5rem;
}

.site-header__inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 2rem;
	max-width: 1280px;
	margin-inline: auto;
	padding: 0.875rem 1.5rem;
}

.header-search {
	display: flex;
	align-items: center;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	padding: 0 0.5rem 0 1.25rem;
	max-width: 460px;
	width: 100%;
	justify-self: center;
	transition: background-color 0.2s, border-color 0.2s;
}
.header-search:focus-within {
	background: rgba(255, 255, 255, 0.1);
	border-color: var(--wp--preset--color--primary);
	box-shadow: 0 0 0 3px rgba(214, 40, 40, 0.12);
}
.header-search__input {
	flex: 1;
	background: none;
	border: none;
	outline: none;
	color: #ffffff;
	font-family: inherit;
	font-size: 0.875rem;
	padding: 0.55rem 0;
	min-width: 0;
}
.header-search__input::placeholder {
	color: rgba(255, 255, 255, 0.35);
}
.header-search__btn {
	background: none;
	border: none;
	color: rgba(255, 255, 255, 0.45);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.4rem;
	border-radius: 50%;
	transition: color 0.15s;
	flex-shrink: 0;
}
.header-search__btn:hover {
	color: #ffffff;
}
@media (max-width: 860px) {
	.site-header__inner {
		gap: 1rem;
	}
	.header-search {
		max-width: none;
	}
}
@media (max-width: 540px) {
	.site-header__inner {
		grid-template-columns: auto auto;
	}
	.header-search {
		display: none;
	}
}
.site-title {
	font-weight: 800;
	letter-spacing: -0.02em;
	font-size: 1.125rem;
	color: #ffffff;
	text-decoration: none;
}
.site-title:hover {
	color: var(--wp--preset--color--primary);
}
.site-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 2px;
}
.site-nav ul li a {
	display: block;
	padding: 0.45rem 0.8rem;
	border-radius: 0;
	color: #111111;
	text-decoration: none;
	font-weight: 700;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	background: none !important;
	transition: color 0.15s;
}
.site-nav ul li a:hover {
	color: #d70700;
	background: none !important;
}
.site-nav ul li.current-menu-item > a {
	color: #d70700;
	background: none !important;
}

.video-player-section {
	background: #0d0d1a;
	padding-top: clamp(3rem, 6vw, 5rem);
	padding-bottom: clamp(3rem, 6vw, 5rem);
}
.video-player-section__player {
	max-width: 960px;
	margin-inline: auto;
	padding-inline: 1.5rem;
}
.video-player-section__meta {
	max-width: 1280px;
	margin-inline: auto;
	padding-inline: 1.5rem;
	padding-top: 2rem;
}
.video-argomenti {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 0.5rem;
}
.video-argomenti .term-badge {
	display: inline-block;
	padding: 0.18rem 0.6rem;
	background: rgba(214, 40, 40, 0.85);
	color: #ffffff;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	border-radius: 3px;
	text-decoration: none;
	transition: background-color 0.15s;
}
.video-argomenti .term-badge:hover {
	background-color: var(--wp--preset--color--primary-dark);
}
.video-title {
	font-size: clamp(2.1rem, 4.8vw, 3.6rem);
	font-weight: 800;
	line-height: 1.1;
	color: #ffffff;
	margin: 0.5rem 0 0.5rem;
}
.video-date {
	display: block;
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.45);
}

.video-content-section {
	padding-block: clamp(3rem, 6vw, 5rem);
}
.video-content-grid {
	display: grid;
	grid-template-columns: 1fr 340px;
	gap: 3rem;
	align-items: start;
}
@media (max-width: 900px) {
	.video-content-grid {
		grid-template-columns: 1fr;
	}
}
.content-divider {
	border: none;
	border-top: 1px solid var(--wp--preset--color--border);
	margin-block: clamp(3rem, 6vw, 5rem);
}

.sidebar-heading {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	font-size: 0.72rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--wp--preset--color--muted) !important;
	padding-bottom: 0.875rem;
	border-bottom: 2px solid var(--wp--preset--color--border);
	margin-bottom: 1.5rem;
}
.sidebar-heading::before {
	content: '';
	display: block;
	width: 3px;
	height: 1.1em;
	background: var(--wp--preset--color--primary);
	border-radius: 2px;
	flex-shrink: 0;
}
.related-video {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 1rem;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid var(--wp--preset--color--border);
}
.related-video:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.related-video__thumb {
	border-radius: 4px;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: var(--wp--preset--color--dark-surface);
	display: block;
}
.related-video__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.35s ease, opacity 0.25s ease;
}
.related-video:hover .related-video__thumb img {
	transform: scale(1.04);
	opacity: 0.88;
}
.related-video__title {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 0.25rem;
}
.related-video__title a {
	color: var(--wp--preset--color--contrast);
	text-decoration: none;
}
.related-video__title a:hover {
	color: var(--wp--preset--color--primary);
}
.related-video__date {
	font-size: 0.75rem;
	color: var(--wp--preset--color--muted);
}

.more-videos-section {
	background: var(--wp--preset--color--dark-surface);
	padding-block: clamp(3rem, 6vw, 5rem);
}
.more-videos-heading {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	font-size: 0.72rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.7) !important;
	padding-bottom: 0.875rem;
	border-bottom: 2px solid rgba(255, 255, 255, 0.08);
	margin-bottom: 2rem;
}
.more-videos-heading::before {
	content: '';
	display: block;
	width: 3px;
	height: 1.1em;
	background: var(--wp--preset--color--primary);
	border-radius: 2px;
	flex-shrink: 0;
}
.more-videos-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
}
@media (max-width: 700px) {
	.more-videos-grid {
		grid-template-columns: 1fr;
	}
}
.more-video-card {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.more-video-card__thumb {
	border-radius: 6px;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: #0d0d1a;
	display: block;
}
.more-video-card__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.35s ease, opacity 0.25s ease;
}
.more-video-card:hover .more-video-card__thumb img {
	transform: scale(1.04);
	opacity: 0.88;
}
.more-video-card__title {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}
.more-video-card__title a {
	color: #ffffff;
	text-decoration: none;
}
.more-video-card__title a:hover {
	color: var(--wp--preset--color--primary);
}
.more-video-card__date {
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.4);
}

.grid-4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.5rem;
}
.grid-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
}
@media (max-width: 1024px) {
	.grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
	.grid-3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 500px) {
	.grid-4,
	.grid-3 { grid-template-columns: 1fr; }
}

.page-banner {
	background: #000000;
	padding-block: clamp(3rem, 6vw, 5rem) clamp(2.5rem, 5vw, 4rem);
}
.page-banner__title {
	font-size: clamp(2.1rem, 4.8vw, 3.6rem);
	font-weight: 800;
	line-height: 1.1;
	color: #ffffff;
	margin: 0 0 0.75rem;
}
.page-banner__title em {
	font-style: normal;
	color: var(--wp--preset--color--primary);
}
.page-banner__description {
	color: rgba(255, 255, 255, 0.6);
	margin: 0;
}
.page-banner__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
	color: rgba(255, 255, 255, 0.45);
	font-size: 0.875rem;
	margin-top: 0.75rem;
}

.home-section {
	padding-block: clamp(3rem, 6vw, 5rem);
}
.home-section--light {
	background: var(--wp--preset--color--surface);
}
.section-cta {
	display: flex;
	justify-content: center;
	margin-top: 3rem;
}
.btn {
	display: inline-block;
	padding: 0.75rem 1.5rem;
	background: var(--wp--preset--color--primary);
	color: #ffffff;
	font-weight: 700;
	font-size: 0.875rem;
	border-radius: 4px;
	text-decoration: none;
	transition: background-color 0.15s;
}
.btn:hover {
	background: var(--wp--preset--color--primary-dark);
}

.hero-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2.5rem;
	align-items: center;
	margin-top: 2rem;
}
@media (max-width: 768px) {
	.hero-grid { grid-template-columns: 1fr; }
}
.hero-thumb {
	display: block;
	border-radius: 8px;
	overflow: hidden;
	aspect-ratio: 16 / 9;
}
.hero-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.35s ease, opacity 0.25s ease;
}
.hero-thumb:hover img {
	transform: scale(1.03);
	opacity: 0.88;
}
.hero-info {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.hero-title {
	font-size: clamp(2.1rem, 4.8vw, 3.6rem);
	font-weight: 800;
	line-height: 1.1;
	margin: 0;
}
.hero-title a {
	color: #ffffff;
	text-decoration: none;
}
.hero-title a:hover {
	color: var(--wp--preset--color--primary);
}
.hero-excerpt {
	color: rgba(255, 255, 255, 0.65);
	margin: 0;
}
.hero-date {
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.4);
}

.video-card {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}
.video-card__thumb {
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: var(--wp--preset--color--dark-surface);
	position: relative;
	border: 1px solid #667383;
}
.video-card__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.35s ease, opacity 0.25s ease;
}
.video-card:hover .video-card__thumb img {
	transform: scale(1.04);
	opacity: 0.88;
}
.video-card__thumb::after {
	content: '';
	position: absolute;
	inset: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72'%3E%3Ccircle cx='36' cy='36' r='32' fill='rgba(0,0,0,0.55)'/%3E%3Cpolygon points='29,21 57,36 29,51' fill='%23ffffff'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 48px;
	opacity: 0;
	transition: opacity 0.2s ease;
}
.video-card:hover .video-card__thumb::after {
	opacity: 1;
}
.video-card__info {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}
.video-card__terms {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
}
.video-card__title {
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}
.video-card__title a {
	color: white;
	text-decoration: none;
}
.video-card__title a:hover {
	color: var(--wp--preset--color--primary);
}
.video-card__date {
	font-size: 0.8rem;
	color: var(--wp--preset--color--muted);
}

.video-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 0.5rem;
}

.video-card__duration {
	font-size: 0.8rem;
	color: var(--wp--preset--color--muted);
}

.video-card__cta {
	display: inline-block;
	padding: 0.3rem 0.85rem;
	background: #d70700;
	color: #ffffff;
	font-size: 0.75rem;
	font-weight: 700;
	text-decoration: none;
	border-radius: 4px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	transition: background-color 0.15s;
}

.video-card__cta:hover {
	background: #a50600;
}

/* ── Playlist card (homepage grid) ─────────────────────────── */
.playlist-card {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}
.playlist-card__thumb {
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: var(--wp--preset--color--dark-surface);
	position: relative;
	border: 1px solid #667383;
	text-decoration: none;
}
.playlist-card__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.35s ease, opacity 0.25s ease;
}
.playlist-card__no-cover {
	width: 100%;
	height: 100%;
	background: #1a1a1a;
}
.playlist-card:hover .playlist-card__thumb img {
	transform: scale(1.04);
	opacity: 0.85;
}
.playlist-card__play {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.45);
	opacity: 0;
	transition: opacity 0.2s ease;
}
.playlist-card:hover .playlist-card__play {
	opacity: 1;
}
.playlist-card__badge {
	position: absolute;
	bottom: 6px;
	right: 8px;
	background: rgba(0, 0, 0, 0.72);
	color: rgba(255, 255, 255, 0.85);
	font-size: 0.7rem;
	font-weight: 700;
	padding: 0.15rem 0.5rem;
	border-radius: 3px;
	letter-spacing: 0.04em;
}
.playlist-card__info {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}
.playlist-card__title {
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}
.playlist-card__title a {
	color: white;
	text-decoration: none;
}
.playlist-card__title a:hover {
	color: var(--wp--preset--color--primary);
}
.playlist-card__footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 0.5rem;
}

.post-card {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}
.post-card__thumb {
	display: block;
	border-radius: 6px;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: var(--wp--preset--color--dark-surface);
}
.post-card__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.35s ease, opacity 0.25s ease;
}
.post-card:hover .post-card__thumb img {
	transform: scale(1.04);
	opacity: 0.88;
}
.post-card__info {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}
.post-card__terms {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
}
.post-card__title {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.3;
	margin: 0;
}
.post-card__title a {
	color: #ffffff;
	text-decoration: none;
}
.post-card__title a:hover {
	color: var(--wp--preset--color--primary);
}
.post-card__excerpt {
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.85);
	margin: 0;
}
.post-card__date {
	display: inline-block;
	padding: 0.2rem 0.65rem;
	background: var(--wp--preset--color--primary);
	color: #ffffff;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	border-radius: 4px;
	text-decoration: none;
	margin-top: 0.25rem;
}

.archive-section {
	padding-block: clamp(3rem, 6vw, 5rem) clamp(3rem, 8vw, 7rem);
}
.no-results {
	color: var(--wp--preset--color--muted);
	text-align: center;
	padding-block: 3rem;
}

.pagination-wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 3rem;
}
.pagination-wrap .page-numbers {
	display: inline-block;
	padding: 0.45rem 0.85rem;
	border-radius: 6px;
	border: 1px solid var(--wp--preset--color--border);
	font-weight: 600;
	font-size: 0.875rem;
	text-decoration: none;
	color: var(--wp--preset--color--contrast);
	transition: background-color 0.15s, border-color 0.15s, color 0.15s;
}
.pagination-wrap .page-numbers:hover,
.pagination-wrap .page-numbers.current {
	background: var(--wp--preset--color--primary);
	border-color: var(--wp--preset--color--primary);
	color: #ffffff;
}

.single-featured-image {
	width: 100%;
	max-width: 1280px;
	margin-inline: auto;
	height: 480px;
	overflow: hidden;
}
.single-featured-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.single-content-section {
	padding-block: clamp(3rem, 6vw, 5rem) clamp(3rem, 8vw, 7rem);
}
.article-tags {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 2rem;
}
.article-tags__label {
	font-size: 0.875rem;
	color: var(--wp--preset--color--muted);
}
.tag-link {
	display: inline-block;
	padding: 0.2rem 0.7rem;
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 3px;
	font-size: 0.8rem;
	text-decoration: none;
	color: var(--wp--preset--color--muted);
	transition: border-color 0.15s, color 0.15s;
}
.tag-link:hover {
	border-color: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--primary);
}
.article-nav {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 3rem;
}
.article-nav a {
	font-weight: 600;
	font-size: 0.9rem;
	color: var(--wp--preset--color--contrast);
	text-decoration: none;
	transition: color 0.15s;
}
.article-nav a:hover {
	color: var(--wp--preset--color--primary);
}

.page-content-section {
	padding-block: clamp(3rem, 6vw, 5rem) clamp(3rem, 8vw, 7rem);
}
.page-title {
	font-size: clamp(2.75rem, 5.5vw, 4.25rem);
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: 0;
}

.search-form-wrap {
	margin-top: 1.5rem;
}
.search-form {
	display: flex;
	gap: 0.5rem;
	max-width: 520px;
}
.search-form .search-field {
	flex: 1;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 6px;
	padding: 0.625rem 1rem;
	font-family: inherit;
	font-size: 0.9375rem;
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
}
.search-form .search-field:focus {
	outline: none;
	border-color: var(--wp--preset--color--primary);
}
.search-form .search-submit {
	background: var(--wp--preset--color--primary);
	color: #ffffff;
	border: none;
	border-radius: 6px;
	padding: 0.625rem 1.25rem;
	font-weight: 700;
	font-family: inherit;
	cursor: pointer;
	transition: background-color 0.15s;
}
.search-form .search-submit:hover {
	background: var(--wp--preset--color--primary-dark);
}

.error-404-section {
	padding-block: clamp(5rem, 8vw, 7rem);
}
.error-404 {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.25rem;
}
.error-404__title {
	font-size: clamp(2.75rem, 5.5vw, 4.25rem);
	font-weight: 800;
	margin: 0;
}
.error-404__text {
	color: var(--wp--preset--color--muted);
	margin: 0;
}
.error-404__search {
	margin-top: 0.75rem;
	width: 100%;
	max-width: 420px;
}
.error-404__search .search-form {
	max-width: 100%;
}
.error-404__search .search-field {
	background: var(--wp--preset--color--surface);
	color: var(--wp--preset--color--contrast);
	border-color: var(--wp--preset--color--border);
}

.vp-page {
	background: #000;
	padding-block: 2rem clamp(3rem, 6vw, 5rem);
}
.vp-layout {
	display: grid;
	grid-template-columns: 1fr 360px;
	gap: 2rem;
	align-items: start;
}
@media (max-width: 1024px) {
	.vp-layout { grid-template-columns: 1fr 300px; }
}
@media (max-width: 820px) {
	.vp-layout { grid-template-columns: 1fr; }
}

.vp-main {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.vp-player-wrap {
	overflow: hidden;
	background: #000;
}
.vp-player-wrap .fc-player-wrap {
	margin: 0;
}

.vp-meta {
	padding-block: 1.25rem 1.5rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.vp-argomenti {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin-bottom: 0.75rem;
}
.vp-badge {
	display: inline-block;
	padding: 0.2rem 0.65rem;
	background: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.65);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	border-radius: 3px;
	text-decoration: none;
	transition: background-color 0.15s, color 0.15s;
}
.vp-badge:hover {
	background: rgba(255, 255, 255, 0.18);
	color: #ffffff;
}
.vp-title {
	font-size: clamp(1.25rem, 2.5vw, 1.75rem);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: #ffffff;
	margin: 0 0 0.75rem;
}
.vp-meta__sub {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem 1rem;
}
.vp-date {
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.3);
}
.vp-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
}
.vp-tag {
	font-size: 0.72rem;
	color: rgba(255, 255, 255, 0.3);
	text-decoration: none;
	transition: color 0.15s;
}
.vp-tag:hover { color: rgba(255, 255, 255, 0.65); }

.vp-body__main {
	padding-top: 1.5rem;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.9375rem;
	line-height: 1.8;
}
.vp-body__main h2,
.vp-body__main h3,
.vp-body__main h4 {
	color: #ffffff;
	margin-top: 2rem;
	margin-bottom: 0.75rem;
}
.vp-body__main p { margin-block: 0 1rem; }
.vp-body__main a {
	color: rgba(255, 255, 255, 0.7);
	text-underline-offset: 3px;
}
.vp-body__main a:hover { color: #ffffff; }

.vp-white-section {
	background: #ffffff;
	padding-block: clamp(2.5rem, 5vw, 4rem);
}

.vp-description {
	background: #f2f2f2;
	border-radius: 8px;
	padding: 1.5rem;
	margin-bottom: 2.5rem;
	color: #111111;
	font-size: 0.9375rem;
	line-height: 1.75;
}
.vp-description p { margin: 0 0 0.875rem; }
.vp-description p:last-child { margin-bottom: 0; }
.vp-description a { color: #333333; text-underline-offset: 3px; }
.vp-description a:hover { color: #000000; }

/* ── Comments ──────────────────────────────────────────────── */

.fc-comments {
	margin-top: 2rem;
}

.fc-comments__title {
	font-size: 1rem;
	font-weight: 800;
	color: #111111;
	margin: 0 0 1.25rem;
	padding-bottom: 0.875rem;
	border-bottom: 2px solid #111111;
}

.fc-no-comments {
	color: #888888;
	font-size: 0.9rem;
	margin: 0 0 1.5rem;
}

.fc-comments-notice {
	font-size: 0.9rem;
	color: #555;
	margin: 0 0 1.5rem;
}

.fc-comments-notice a {
	color: #111;
	font-weight: 600;
}

/* ── Form in cima ─────────────────────────────────────────── */

.fc-comment-form-wrap {
	margin-bottom: 1.75rem;
	padding-bottom: 1.75rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.fc-comment-form {
	display: flex;
	align-items: center;
	gap: 0.625rem;
}

.fc-comment-form__avatar {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	flex-shrink: 0;
	object-fit: cover;
}

.fc-comment-form__input {
	flex: 1;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	padding: 0.5rem 1rem;
	font-family: inherit;
	font-size: 0.875rem;
	line-height: 1.4;
	resize: none;
	overflow: hidden;
	background: #f9f9f9;
	color: #111;
	transition: border-color 0.15s, background 0.15s;
}

.fc-comment-form__input:focus {
	outline: none;
	border-color: #111;
	background: #fff;
}

.fc-comment-form__submit {
	background: #111111;
	color: #ffffff;
	border: none;
	border-radius: 20px;
	padding: 0.5rem 1.25rem;
	font-weight: 700;
	font-family: inherit;
	font-size: 0.875rem;
	cursor: pointer;
	white-space: nowrap;
	transition: background 0.15s;
}

.fc-comment-form__submit:hover {
	background: #333333;
}

/* ── Lista commenti ───────────────────────────────────────── */

.fc-comment-list {
	list-style: none;
	padding: 0;
	margin: 0 0 1.5rem;
}

.fc-comment-list ol.children {
	list-style: none;
	padding-left: 2.75rem;
	margin: 0;
}

.fc-comment-item {
	/* nessuno stile diretto sull'<li> */
}

.fc-comment {
	padding: 1.125rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.fc-comment__header {
	display: flex;
	align-items: center;
	gap: 0.625rem;
	margin-bottom: 0.5rem;
}

.fc-comment__avatar {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	flex-shrink: 0;
	object-fit: cover;
}

.fc-comment__meta {
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
}

.fc-comment__author {
	font-weight: 700;
	font-size: 0.875rem;
	color: #111111;
	line-height: 1.2;
}

.fc-comment__date {
	font-size: 0.75rem;
	color: #999999;
}

.fc-comment__pending {
	font-size: 0.8rem;
	color: #999;
	font-style: italic;
	margin: 0 0 0.5rem;
}

.fc-comment__body {
	margin-bottom: 0.625rem;
	font-size: 0.9rem;
	line-height: 1.7;
	color: #333333;
}

.fc-comment__body p { margin: 0 0 0.4rem; }
.fc-comment__body p:last-child { margin-bottom: 0; }

.fc-comment__actions {
	display: flex;
	align-items: center;
	gap: 0.875rem;
}

/* ── Reply button ─────────────────────────────────────────── */

.fc-reply-btn {
	background: none;
	border: none;
	cursor: pointer;
	font-size: 0.8125rem;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.45);
	padding: 0;
	font-family: inherit;
	transition: color 0.15s;
}

.fc-reply-btn:hover { color: #111111; }

/* ── Inline reply form ────────────────────────────────────── */

.fc-inline-reply {
	margin: 0.875rem 0 0 2.75rem;
}

.fc-comment-form--reply .fc-comment-form__input {
	rows: 2;
}

.fc-inline-reply__cancel {
	background: none;
	border: none;
	cursor: pointer;
	font-size: 0.75rem;
	color: #aaaaaa;
	margin-top: 0.375rem;
	padding: 0;
	font-family: inherit;
	display: block;
	transition: color 0.15s;
}

.fc-inline-reply__cancel:hover { color: #555555; }

.vp-sidebar {}
.vp-sidebar-heading {
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	padding-bottom: 0.875rem;
	margin: 0 0 0.25rem;
}

.vp-related {
	display: grid;
	grid-template-columns: 130px 1fr;
	gap: 0.75rem;
	align-items: start;
	padding-block: 0.875rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.vp-related:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.vp-related__thumb {
	border-radius: 4px;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: #1a1a1a;
	display: block;
	flex-shrink: 0;
}
.vp-related__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease, opacity 0.2s;
}
.vp-related:hover .vp-related__thumb img {
	transform: scale(1.05);
	opacity: 0.8;
}
.vp-related__info {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
}
.vp-related__term {
	font-size: 0.63rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.3);
}
.vp-related__title {
	font-size: 0.8rem;
	font-weight: 600;
	line-height: 1.3;
	margin: 0;
}
.vp-related__title a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
}
.vp-related__title a:hover { color: #ffffff; }
.vp-related__date {
	font-size: 0.68rem;
	color: rgba(255, 255, 255, 0.25);
}

/* ── Sidebar playlist contestuale ─────────────────────────── */
.vp-sidebar--playlist {
	display: flex;
	flex-direction: column;
	gap: 0;
	padding: 0;
	overflow: hidden;
	border-radius: 6px;
	border: 1px solid rgba(255,255,255,0.08);
}

.vp-playlist-header {
	display: flex;
	gap: 0.75rem;
	align-items: flex-start;
	padding: 0.875rem;
	background: rgba(255,255,255,0.05);
	border-bottom: 1px solid rgba(255,255,255,0.08);
}

.vp-playlist-cover {
	width: 88px;
	height: 56px;
	object-fit: cover;
	border-radius: 4px;
	flex-shrink: 0;
}

.vp-playlist-header__info {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	min-width: 0;
}

.vp-playlist-label {
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--wp--preset--color--primary);
	margin: 0;
}

.vp-playlist-name {
	font-size: 0.9rem;
	font-weight: 700;
	color: #fff;
	margin: 0;
	line-height: 1.3;
}

.vp-playlist-count {
	font-size: 0.72rem;
	color: rgba(255,255,255,0.4);
	margin: 0;
}

.vp-playlist-items {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: auto;
	max-height: 500px;
	flex: 1;
}

.vp-playlist-item {
	border-bottom: 1px solid rgba(255,255,255,0.06);
}
.vp-playlist-item:last-child { border-bottom: none; }

.vp-playlist-item__link {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.6rem 0.75rem;
	text-decoration: none;
	transition: background 0.15s;
}
.vp-playlist-item__link:hover {
	background: rgba(255,255,255,0.07);
}

.vp-playlist-item--active .vp-playlist-item__link {
	background: rgba(255,255,255,0.1);
}

.vp-playlist-item__thumb {
	position: relative;
	width: 88px;
	height: 50px;
	flex-shrink: 0;
	border-radius: 3px;
	overflow: hidden;
	background: #1a1a1a;
}
.vp-playlist-item__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.vp-playlist-item__no-thumb {
	width: 100%;
	height: 100%;
	background: #2a2a2a;
}
.vp-playlist-item__num {
	position: absolute;
	bottom: 3px;
	right: 4px;
	font-size: 0.65rem;
	font-weight: 700;
	color: rgba(255,255,255,0.6);
	line-height: 1;
}
.vp-playlist-item__playing {
	position: absolute;
	inset: 0;
	background: rgba(215,7,0,0.65);
	display: flex;
	align-items: center;
	justify-content: center;
}
.vp-playlist-item__playing::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 11px;
	border-color: transparent transparent transparent #fff;
}

.vp-playlist-item__info {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	min-width: 0;
}
.vp-playlist-item__title {
	font-size: 0.8rem;
	font-weight: 600;
	color: rgba(255,255,255,0.8);
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.vp-playlist-item--active .vp-playlist-item__title { color: #fff; }
.vp-playlist-item__duration {
	font-size: 0.68rem;
	color: rgba(255,255,255,0.35);
}

.site-footer__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.5rem;
	max-width: 1280px;
	margin-inline: auto;
	padding: clamp(3rem, 6vw, 5rem) 1.5rem 0;
	text-align: center;
}
.site-footer__logo {
	display: block;
}
.site-footer__logo img {
	height: 48px;
	width: auto;
	display: block;
}
.footer-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.25rem 1.5rem;
}
.footer-nav ul li a {
	color: rgba(255, 255, 255, 0.6);
	text-decoration: none;
	font-size: 0.9rem;
	transition: color 0.15s;
}
.footer-nav ul li a:hover {
	color: #ffffff;
}
.site-footer__divider {
	border: none;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	max-width: calc(1280px - 3rem);
	margin: 2.5rem auto 0;
}
.site-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	max-width: 1280px;
	margin-inline: auto;
	padding: 1.5rem 1.5rem clamp(3rem, 6vw, 5rem);
}
.site-footer__copy {
	font-size: 0.8125rem;
	color: rgba(255, 255, 255, 0.3);
	margin: 0;
}
.site-footer__legal {
	display: flex;
	gap: 1.5rem;
	flex-shrink: 0;
}
.site-footer__legal a {
	font-size: 0.8125rem;
	color: rgba(255, 255, 255, 0.3);
	text-decoration: none;
	transition: color 0.15s;
}
.site-footer__legal a:hover {
	color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 600px) {
	.site-footer__bottom {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.site-footer__legal {
		flex-direction: column;
		gap: 0.5rem;
		align-items: center;
	}
}
