	A, A:visited, A:active {
		color: var(--Palette1);
	}

/*	-------------------------------------------------------------------------- */
/*	Base comune (entrambi i breakpoint)
/*	-------------------------------------------------------------------------- */

	.HeroCover,
	.HeroCoverMobile {
		width: 100%;
		overflow: hidden;
		/*border-radius: 0.4rem;*/
		box-sizing: border-box;
	}
	.HeroCover .HeroImage,
	.HeroCoverMobile .HeroImage {
		display: block;
		width: 100%;
		height: auto;
		object-fit: cover;
	}

	.EventTitle {
		display: block;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
		font-family: var(--Font_Display, var(--Font_Normal));
		color: var(--Palette1);
		font-weight: 600;
	}
	.EventSubtitle {
		display: block;
		margin: 0;
		font-family: var(--Font_Normal);
		font-weight: 400;
		color: var(--Palette2);
	}

	.tagsContainer {
		display: flex;
		flex-direction: row;
		gap: 0.7rem;
		flex-wrap: wrap;
		list-style: none;
		padding: 0;
	}
	.Tags, .Season, .Rass {
		height: 2rem;
		text-decoration: none;
		display: block;
		text-align: center;
		line-height: 2rem;
		font-weight: 500;
		font-size: 0.85rem;
		padding: 0 1.2rem;
		text-transform: uppercase;
		border-radius: 1.5rem;
		color: var(--Palette1);
		background: var(--Palette2light);
		border: 0.12rem solid var(--Palette1);
		transition: all 0.2s ease;
	}
	.Tags:hover, .Season:hover, .Rass:hover {
		color: var(--Palette2light) !important;
		background: var(--Palette1light);
		border-color: var(--Palette1light);
	}
	.Tags:visited, .Season:visited, .Rass:visited,
	.Tags:active, .Season:active, .Rass:active {
		color: var(--Palette1);
	}

	.EventDates {
		display: flex;
		align-items: center;
		margin: 0;
		font-weight: 500;
	}
	.EventDates img {
		margin-right: 0.5rem;
	}

	.Authors .EventAuthors {
		position: relative;
		padding-left: 1rem;
		font-weight: 300;
	}
	.Authors .EventAuthors::before {
		content: "\f111";
		font-family: "Font Awesome 6 Pro";
		font-weight: 900;
		position: absolute;
		left: 0;
		font-size: 0.4rem;
		color: var(--Palette1);
	}

	.EventText {
		font-family: var(--Font_Normal);
		line-height: 1.6em;
	}
	.EventText p {
		margin: 0 0 0.5rem 0;
	}
	.EventText strong {
		color: var(--Palette1dark);
	}
	.EventText a {
		color: var(--Palette1);
		text-decoration: underline;
	}

	.EventWhere {
		font-weight: 500;
		text-transform: uppercase;
	}
	.EventWhere strong {
		text-transform: uppercase;
		color: var(--Palette1dark);
	}

	.NoteAcquisto {
		font-size: 0.9rem;
		line-height: 1.5em;
		color: #666666;
	}

	.ColLeftTitle {
		text-transform: uppercase;
		font-weight: 700;
		color: var(--Palette1dark);
		margin: 0;
	}

	.PurchaseList {
		display: flex;
		flex-direction: column;
	}
	.PurchaseRow {
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-bottom: 0.1rem solid #cccccc;
		cursor: pointer;
	}
	.PurchaseRow:first-child {
		border-top: 0.1rem solid #cccccc;
	}
	.PurchaseDate {
		display: flex;
		flex-direction: column;
	}
	.PurchaseDay {
		font-weight: 600;
		text-transform: capitalize;
	}
	.PurchaseHour {
		color: #666666;
	}
	.PurchaseAction {
		display: flex;
		align-items: center;
		flex-shrink: 0;
	}
	.PurchasePrice, .PurchasePromo {
		font-size: 0.8rem;
		color: #666666;
	}
	.PurchaseButton {
		color: var(--Palette1);
		text-transform: uppercase;
		font-weight: 700;
	}

	.btn-calendar {
		display: flex;
		align-items: center;
		justify-content: center;
		text-decoration: none;
		background: var(--Palette2);
		color: var(--Palette2light);
		border-radius: 0.2rem;
		font-family: var(--Font_Info);
	}
	.btn-calendar img {
		margin-left: 0.4rem;
	}

	.LocandinaWrap {}
	.LocandinaToggle {
		width: auto;
		display: flex;
		align-items: center;
		border: 0;
		cursor: pointer;
		font: inherit;
		border-radius: 0.2rem;
		background: var(--Palette1);
		color: var(--Palette2light);
		transition: all 0.2s ease;
	}
	.LocandinaToggle:hover { background: var(--Palette1light); }
	.LocandinaTitle {
		font-weight: 600;
		text-transform: uppercase;
	}
	.LocandinaArrow {
		display: inline-block;
		transition: transform .2s ease;
		position: relative;
	}
	.LocandinaArrow::before {
		content: "";
		position: absolute;
		inset: 0;
		margin: auto;
		width: .55rem;
		height: .55rem;
		border-right: 2px solid var(--Palette2light);
		border-bottom: 2px solid var(--Palette2light);
		transform: rotate(-45deg);
	}
	.LocandinaToggle[aria-expanded="true"] .LocandinaArrow { transform: rotate(90deg); }
	.LocandinaBody {
		overflow: hidden;
		transition: max-height .25s ease;
		max-height: 0;
	}

	.Allegati UL, .Allegati UL LI {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.Allegati UL LI a.Allegato {
		display: inline-block;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 600;
		color: #ffffff;
		background-color: var(--Palette1);
		border-radius: 0.3rem;
		transition: all 0.2s ease;
	}
	.Allegati UL LI a.Allegato:hover { background-color: var(--Palette1light); }

	.Fotogallery .ElencoFoto {
		display: flex;
		flex-wrap: wrap;
	}
	.Fotogallery .ElencoFoto .Foto {
		cursor: pointer;
		overflow: hidden;
		border-radius: 0.3rem;
	}
	.Fotogallery .ElencoFoto .Foto img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: all 0.2s ease;
	}
	.Fotogallery .ElencoFoto .Foto img:hover { transform: scale(1.08); }

	.VideoFrame {
		position: relative;
		overflow: hidden;
		background: #000;
		border-radius: 12px;
	}
	.VideoFrame iframe {
		width: 100%;
		height: 100%;
		border: 0;
	}
	.VideoOpenLink {
		display: flex;
		align-items: center;
		gap: 0.5rem;
		text-decoration: none;
		font-weight: 600;
		border: 0.1rem solid var(--Palette1);
		border-radius: 0.3rem;
		transition: all 0.2s ease;
	}
	.VideoOpenLink:hover { color: var(--Palette1light); border-color: var(--Palette1light); }
	.VideoUrl {
		display: flex;
		align-items: center;
		justify-content: center;
		text-decoration: none;
		background: var(--Palette1);
		color: var(--Palette2light);
		border-radius: 0.2rem;
		transition: all 0.2s ease;
	}
	.VideoUrl:hover { background-color: var(--Palette1light); }

	#NextEvents h4 {
		text-transform: uppercase;
		font-weight: 700;
		color: var(--Palette1dark);
	}


/*	-------------------------------------------------------------------------- */
/*	Mobile  
/*	-------------------------------------------------------------------------- */
	@media screen and (max-width: 440px) {

		.HeroCover { display: none; }
		.HeroCoverMobile {
			display: block;
			margin-top: 2rem;
		}

		.Container {
			padding-top: 0 !important;
			margin-top: 6.5rem !important;
			color: var(--Palette2) !important;
		}

		.EventTitle {
			font-size: 2rem;
			line-height: 1.05em;
			margin-top: 1.5rem;
			margin-bottom: 0.5rem;
		}
		.EventSubtitle {
			font-size: 1.1rem;
			line-height: 1.4em;
			margin-bottom: 2rem;
		}

		.EventColumns {
			display: flex;
			flex-direction: column;
			gap: 2.5rem;
		}
		.ColLeft { order: 1; }
		.ColRight { order: 2; }

		.ColLeftTitle {
			font-size: 1.2rem;
			margin-bottom: 1rem;
		}
		.PurchaseRow {
			padding: 1rem 0;
			flex-direction: column;
			align-items: flex-start;
			gap: 0.6rem;
		}
		.PurchaseDay { font-size: 1.1rem; }
		.PurchaseHour { font-size: 0.9rem; }
		.PurchaseAction { gap: 0.8rem; }
		.PurchaseButton { font-size: 0.95rem; }

		.btn-calendar {
			height: 2.6rem;
			margin: 1.5rem 0;
			font-size: 0.95rem;
		}
		.btn-calendar img { width: 1.2rem; }

		.EventWhere {
			font-size: 1rem;
			margin-bottom: 1rem;
		}
		.NoteAcquisto { margin-bottom: 1rem; }

		.tagsContainer { margin-bottom: 1.5rem; }
		.EventDates {
			font-size: 1.1rem;
			margin-bottom: 1.5rem;
		}
		.EventDates img { width: 1.6rem; }

		.Authors { margin-bottom: 1.5rem; }
		.Authors .EventAuthors { font-size: 1rem; margin: 0.6rem 0; }

		.EventText { font-size: 1rem; margin-bottom: 2rem; }

		.LocandinaWrap { margin: 1.5rem 0; }
		.LocandinaToggle { height: 2.8rem; padding: 0 1rem; width: 100%; justify-content: center; }
		.LocandinaTitle { font-size: 0.95rem; }
		.LocandinaArrow { width: 1.1rem; height: 1.1rem; margin-left: 0.3rem; }

		.Allegati { margin-top: 3rem; }
		.Allegati h4, .Fotogallery h4 {
			font-size: 1.2rem;
			text-transform: uppercase;
			color: var(--Palette1dark);
			margin-bottom: 1rem;
		}
		.Allegati UL LI a.Allegato {
			width: 100%;
			height: 4.5rem;
			padding: 0 1rem;
			display: flex;
			align-items: center;
			margin-bottom: 0.8rem;
		}

		.Fotogallery { margin-top: 3rem; }
		.Fotogallery .ElencoFoto { gap: 0.6rem; }
		.Fotogallery .ElencoFoto .Foto {
			width: clamp(6rem, 28vw, 8rem);
			aspect-ratio: 1 / 1;
		}

		.VideoBlock { margin: 3rem 0; }
		.VideoFrame { aspect-ratio: 16 / 9; }
		.VideoOpenLink { margin-top: 1rem; padding: 0.6rem 0; justify-content: center; }
		.VideoUrl { padding: 1rem 0; margin: 1rem 0; }
		.VideoUrl.VideoDesktop { display: none; }

		#NextEvents { margin-top: 4rem; }
		#NextEvents h4 { font-size: 1.2rem; margin-bottom: 1rem; }

	}

/*	-------------------------------------------------------------------------- */
/*	Desktop  
/*	-------------------------------------------------------------------------- */
	@media screen and (min-width: 441px) {

		.HeroCoverMobile { display: none; }
		.HeroCover {
			display: block;
			max-height: 34rem;
			margin-top: 2rem;
		}
		.HeroCover .HeroImage {
			max-height: 34rem;
		}

		.Container {
			margin-left: auto;
			margin-right: auto;
			padding: 0 4rem;
			color: var(--Palette2) !important;
		}

		.EventTitle {
			font-size: 2.8rem;
			line-height: 1.05em;
			margin-top: 2rem;
			margin-bottom: 0.6rem;
			text-align: center;
		}
		.EventSubtitle {
			width: 100%;
			font-size: 1.3rem;
			line-height: 1.5em;
			margin-bottom: 3rem;
			text-align: center;
		}

		.EventColumns {
			display: flex;
			flex-direction: row;
			align-items: flex-start;
			column-gap: 4rem;
			margin-bottom: 3rem;
		}
		.ColLeft {
			flex: 0 0 30rem;
		}
		.ColRight {
			flex: 1 1 auto;
			min-width: 0;
		}

		.ColLeftTitle {
			font-size: 1rem;
			letter-spacing: 0.04em;
			margin-bottom: 1.2rem;
		}
		.PurchaseRow {
			padding: 0.8rem 0;
			font-family: var(--Font_Condensed);
		}
		.PurchaseDay { font-size: 1.15rem; }
		.PurchaseHour { font-size: 0.85rem; }
		.PurchaseAction { gap: 3rem; }
		.PurchaseButton { font-size: 1.1rem;}
		.PurchasePrice { font-size: 1rem; }

		.btn-calendar {
			height: 2.4rem;
			margin: 1.5rem 0 2rem 0;
			font-size: 0.8rem;
			padding: 0 1rem;
		}

		.EventWhere {
			font-size: 1.05rem;
			margin-bottom: 1.2rem;
			line-height: 1.6rem;
			font-family: var(--Font_Info);
		}
		.NoteAcquisto { margin-bottom: 0; }

		.tagsContainer { margin-bottom: 1.5rem; }
		.EventDates {
			font-size: 1.1rem;
			margin-bottom: 1rem;
		}
		.EventDates img { width: 1.5rem; }

		.Authors { margin-bottom: 1.5rem; }
		.Authors .EventAuthors { font-size: 1rem; margin: 0.5rem 0; }

		.EventText { font-size: 1rem; margin-bottom: 1.5rem; text-align: center;}

		.LocandinaWrap { margin: 1.5rem 0; }
		.LocandinaToggle { height: 2.6rem; padding: 0 1.2rem; }
		.LocandinaTitle { font-size: 0.9rem; }
		.LocandinaArrow { width: 1.1rem; height: 1.1rem; margin-left: 0.3rem; }

		.Allegati { margin-top: 3rem; }
		.Allegati h4, .Fotogallery h4 {
			font-size: 1.5rem;
			text-transform: uppercase;
			color: var(--Palette1dark);
			margin-bottom: 1.2rem;
		}
		.Allegati UL LI a.Allegato {
			padding: 0.7rem 2.2rem;
		}

		.Fotogallery { margin-top: 3rem; }
		.Fotogallery .ElencoFoto { gap: 1rem; }
		.Fotogallery .ElencoFoto .Foto { width: 10rem; aspect-ratio: 1 / 1; }

		.VideoBlock { margin: 3rem 0; max-width: 50rem; }
		.VideoFrame { aspect-ratio: 16 / 9; }
		.VideoOpenLink { margin-top: 1rem; padding: 0.6rem 1.2rem; max-width: 16rem; }
		.VideoUrl.VideoMobile { display: none; }
		.VideoUrl.VideoDesktop { display: flex; padding: 0.6rem 1.2rem; max-width: 12rem; margin-top: 1rem; }

		#NextEvents { margin-top: 5rem; }
		#NextEvents h4 { font-size: 1.5rem; margin-bottom: 1.5rem; }
		#NextEvents .ElencoHevents {
			display: flex;
			gap: 2rem;
		}

	}