.news-title-emphasis {
	display: inline-block;
	padding: 2px 6px;
	margin-right: 0;

	font-weight: 700;
	line-height: 1.2;
	border-radius: 3px;
}

/* ===============================
   Culori tematice
   =============================== */

/* Breaking / Alertă */
.news-title-emphasis--breaking {
	background-color: #b00020;
	color: #ffffff;
}

.news-title-emphasis--alert {
	background-color: #c62828;
	color: #ffffff;
}

.news-title-emphasis--ultima {
	background-color: #d32f2f;
	color: #ffffff;
}

/* Actualizare */
.news-title-emphasis--update {
	background-color: #1976d2;
	color: #ffffff;
}

/* Călătorii */
.news-title-emphasis--travel {
	background-color: #6a1b9a;
	color: #ffffff;
}

/* Coduri meteo */
.news-title-emphasis--yellow {
	background-color: #fbc02d;
	color: #000000;
}

.news-title-emphasis--orange {
	background-color: #f57c00;
	color: #ffffff;
}

.news-title-emphasis--red {
	background-color: #d50000;
	color: #ffffff;
}

/* EXCLUSIV – verde închis */
.news-title-emphasis--exclusive {
	background-color: #1b5e20;
	color: #ffffff;
}

/* VIDEO – gri antracit */
.news-title-emphasis--video {
	background-color: #263238;
	color: #ffffff;
}