.claves-noticia {
	border-bottom: 1px solid #d9e0e5;
	border-top: 3px solid #1f6f8b;
	margin: 1.6em 0;
	padding: 1.1em 0 1.2em;
}

.claves-noticia h2 {
	color: #111827;
	font-size: 1.25em;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 0.9em;
}

.claves-noticia-gaps {
	display: grid;
	gap: 1em;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.clave-noticia {
	background: #f7f9fb;
	border: 1px solid #dfe6ec;
	border-radius: 6px;
	padding: 0.9em;
}

.clave-noticia h3 {
	color: #1f2933;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 0.45em;
}

.texto-clave-noticia {
	color: #3c4852;
	font-size: 0.95em;
	line-height: 1.45;
}

#TB_window .caip-claves-message {
	background: #fff8e5;
	border-left: 4px solid #dba617;
	margin: 1em 0;
	padding: 0.8em 1em;
}

@media (max-width: 767px) {
	.claves-noticia-gaps {
		grid-template-columns: 1fr;
	}
}
