/* ==========================================================================
   Festival Alta Felicità — brand variables
   ========================================================================== */
:root {
	--faf-red: #C0272D;
	--faf-green: #2E7D32;
	--faf-blue: #4A6FA5;
	--faf-black: #1A1A1A;
	--faf-white: #FFFFFF;
}

/* Header ------------------------------------------------------------------ */
.site-header,
.ast-primary-header-bar {
	background-color: var(--faf-white);
	border-bottom: 3px solid var(--faf-red);
}

/* Footer ------------------------------------------------------------------ */
.site-footer,
footer.site-footer {
	background-color: var(--faf-black);
	color: var(--faf-white);
}

.site-footer a {
	color: var(--faf-white);
}

/* CTA buttons — used inside the "CTA Ciurma" / "CTA Crowdfunding" synced
   patterns (see README) by adding the class to a Button block. */
.faf-cta-button .wp-block-button__link,
a.faf-cta-button {
	display: inline-block;
	padding: 0.8em 2em;
	background-color: var(--faf-red);
	color: var(--faf-white) !important;
	border-radius: 999px;
	font-weight: bold;
	text-decoration: none;
	transition: background-color 0.2s ease;
}

.faf-cta-button .wp-block-button__link:hover,
a.faf-cta-button:hover {
	background-color: var(--faf-green);
}

.faf-cta-button.faf-cta-crowdfunding .wp-block-button__link,
a.faf-cta-button.faf-cta-crowdfunding {
	background-color: var(--faf-green);
}

.faf-cta-button.faf-cta-crowdfunding .wp-block-button__link:hover,
a.faf-cta-button.faf-cta-crowdfunding:hover {
	background-color: var(--faf-blue);
}

/* ==========================================================================
   The Events Calendar — category accents (Artisti / Dibattiti)
   Free plugin: category slug classes are added by TEC itself, no Pro
   features required. Selectors target the default V2 views; if the
   installed plugin version renders different class names, inspect the
   Programma page in the browser and adjust the selectors below.
   ========================================================================== */
.tribe-common .tribe_events_cat-artisti,
.tribe-events-calendar-list__event.tribe_events_cat-artisti {
	border-left: 4px solid var(--faf-red);
}

.tribe-common .tribe_events_cat-dibattiti,
.tribe-events-calendar-list__event.tribe_events_cat-dibattiti {
	border-left: 4px solid var(--faf-blue);
}

.tribe-events-single-event-title {
	color: var(--faf-black);
}

.tribe-events-calendar-list__event-title a,
.tribe-events-calendar-month__calendar-event-title-link {
	color: var(--faf-black);
}

.tribe-events-calendar-list__event-title a:hover,
.tribe-events-calendar-month__calendar-event-title-link:hover {
	color: var(--faf-red);
}
