/* === NEWS FULL === */
.news-full {
  /*max-width: 860px;*/
  margin: 0 auto;
}

.news-hero {
  position: relative;
  height: 280px;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  margin-bottom: 0;
}

.news-hero__img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.news-hero__img--placeholder {
  background: #B5D4F4;
}

.news-hero__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 24px;
  background: linear-gradient(to top, rgba(4,44,83,0.92) 0%, rgba(4,44,83,0) 100%);
}

.news-hero__title {
  font-size: 22px;
  font-weight: 500;
  color: #E6F1FB;
  margin: 6px 0 0;
  line-height: 1.3;
}

/* Tags */
.news-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 20px;
  background: #E6F1FB;
  color: #0C447C;
}
.news-tag--evento 	 { background: #E8F5E9; color: #2E7D32; border: 1px solid #0C447C;}
.news-tag--aggiornamento { background: #FDEDF2; color: #2B7BB9; border: 1px solid #72243E;}
.news-tag--comunicato    { background: #F3E5F5; color: #7B1FA2; border: 1px solid #27500A;}

/* Body layout */
.news-body {
  display: grid;
  grid-template-columns: 1fr 200px;
  border: 0.5px solid #dddddd;
  border-top: none;
  border-radius: 0 0 15px 15px;
  overflow: hidden;
}

.news-main {
  padding: 20px 24px;
  border-right: 0.5px solid #ddd;
  background: #f5f5f5;
}

.news-sidebar {
  padding: 20px 16px;
  background: #f8f8f8;
}

/* Back link */
.news-back {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #185FA5;
  margin-bottom: 16px;
  text-decoration: none;
}
.news-back:hover { text-decoration: underline; }

/* Sommario */
.news-sommario {
  font-size: 14px;
  color: #1a1a2e;
  line-height: 1.6;
  font-style: italic;
  margin: 0;
  border-left: 2px solid #F1B63D;
  padding-left: 12px;
  border-radius: 0;
}

/* Corpo */
.news-corpo { font-size: 14px; line-height: 1.75; color: #1a1a2e; }

/* Divider */
.news-divider {
  height: 0.5px;
  background: #DDDDDD;
  margin: 16px 0;
}

/* Meta label */
/*.news-meta-label {
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #DDDDDD;
  margin: 0 0 8px;
}*/

.news-meta-label {
	font-size: 0.6rem;
	font-weight: 700;
	color: #1a1a2e;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin: 0 0 1rem;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid #e91e63;
	max-width: 300px;	
}

/* Meta row */
.news-meta-row {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #1a1a2e;
  margin-bottom: 6px;
}
.news-meta-row i { font-size: 14px; }

/* Progetto tag */
.news-project-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #FBEAF0;
  color: #72243E;
  font-size: 11px;
  padding: 4px 12px;
  border-radius: 20px;
  text-decoration: none;
}
.news-project-tag:hover { background: #F4C0D1; }

/* CTA */
.news-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: #185FA5;
  text-decoration: none;
}
.news-cta:hover { text-decoration: underline; }