/**
 * Mantiene la atribución legible pero claramente secundaria al artículo.
 * La medida se controla en el panel y el respaldo de siete píxeles respeta la
 * decisión editorial de mostrar el crédito deliberadamente superpequeño.
 */
.entry-content .oan-credit,
.post-content .oan-credit,
.oan-credit {
	margin: 1.25em 0 0 !important;
	font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif !important;
	font-size: var(--oan-credit-font-size, 7px) !important;
	font-weight: 400 !important;
	line-height: 1.2 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

/* Los temas suelen imponer tamaño propio a small, enlaces o negritas. Todos
 * los elementos dentro del crédito heredan aquí la medida editorial elegida. */
.oan-credit,
.oan-credit * {
	font-size: inherit !important;
	line-height: inherit !important;
}
