/* Correcciones transversales para GeoHistorias y tableros recuperados. */
.gb-current-back,
.gb-current-back:visited,
.gb-current-back:link {
	background-color: #007c38 !important;
	border-color: #007c38 !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .24);
}

.gb-current-back:hover,
.gb-current-back:focus-visible {
	background-color: #075d30 !important;
	border-color: #075d30 !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
}
