/* Lamari Diarios · Cepas · historia y descripción genética v1.40.651
 * Elimina el subtítulo superior, usa un título específico por variedad y
 * lleva la aclaración editorial al final del bloque como nota visible.
 * Se carga desde el único render global de fichas para cubrir cepas actuales y futuras.
 */
.kd-strain-detail-app .kd-strain-public-description .kd-strain-page-heading{
	margin-bottom:14px;
}
.kd-strain-detail-app .kd-strain-public-description .kd-strain-page-heading h2{
	margin-bottom:0;
}
.kd-strain-detail-app .kd-strain-public-description-note{
	margin:16px 0 0;
	color:#273a30;
	font-size:14px;
	line-height:1.55;
	font-weight:800;
}
.kd-strain-detail-app .kd-strain-public-description-note strong{
	font-weight:800;
}
@media(max-width:700px){
	.kd-strain-detail-app .kd-strain-public-description .kd-strain-page-heading{
		margin-bottom:12px;
	}
	.kd-strain-detail-app .kd-strain-public-description-note{
		margin-top:14px;
		font-size:13px;
		line-height:1.5;
	}
}
