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

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

/* ===============================
   Breaking / Alertă
   =============================== */

/* BREAKING NEWS – roșu pur */
.news-title-emphasis--breaking {
	background-color: #ff0000;
	color: #ffffff;
}

/* NEWS ALERT – roșu alert distinct */
.news-title-emphasis--alert {
	background-color: #ff2a2a;
	color: #ffffff;
}

/* ULTIMA ORĂ – roșu intens, dar nu identic cu breaking */
.news-title-emphasis--ultima {
	background-color: #e60000;
	color: #ffffff;
}

/* ===============================
   LIVE / Media
   =============================== */

/* LIVE – roșu viu, distinct de breaking */
.news-title-emphasis--live {
	background-color: #d90000;
	color: #ffffff;
}

/* VIDEO – roșu-magenta vibrant (nu intră în conflict cu breaking) */
.news-title-emphasis--video {
	background-color: #e0004d;
	color: #ffffff;
}

/* ===============================
   Actualizare / Călătorii
   =============================== */

/* ACTUALIZARE – albastru viu */
.news-title-emphasis--update {
	background-color: #0175f7;
	color: #ffffff;
}

/* ALERTĂ DE CĂLĂTORIE – albastru informațional */
.news-title-emphasis--travel {
	background-color: #0091ff;
	color: #ffffff;
}

/* OFICIAL – albastru viu instituțional */
.news-title-emphasis--official {
	background-color: #0066ff;
	color: #ffffff;
}

/* ===============================
   Coduri meteo
   =============================== */

/* COD GALBEN – galben saturat, text alb */
.news-title-emphasis--yellow {
	background-color: #f5b700;
	color: #ffffff;
}

/* COD PORTOCALIU – portocaliu viu */
.news-title-emphasis--orange {
	background-color: #ff7a00;
	color: #ffffff;
}

/* COD ROȘU – roșu-oranj distinct */
.news-title-emphasis--red {
	background-color: #ff3b00;
	color: #ffffff;
}

/* EXCLUSIV – verde viu, premium */
.news-title-emphasis--exclusive {
	background-color: #00a650;
	color: #ffffff;
}