/* Miga de pan del Journal */

.cm-crumb {
	font-family: "Inter", sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: rgba(26, 26, 26, .6);
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: baseline;
}

.cm-crumb a {
	color: rgba(26, 26, 26, .6);
	text-decoration: none;
	transition: color .2s;
}

.cm-crumb a:hover { color: #4A7D5B; }
.cm-crumb-sep { color: rgba(26, 26, 26, .35); }
.cm-crumb-current { color: rgba(26, 26, 26, .6); }
