
/* LernIA Core 0.3.2 — navegación reforzada en LearnDash */

.lernia-learning-home-fixed {
	position: fixed;
	top: 112px;
	left: 22px;
	z-index: 999999;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 9px 14px;
	border: 1px solid #d7e0eb;
	border-radius: 9px;
	background: rgba(255,255,255,.97);
	color: #0b2450 !important;
	box-shadow: 0 5px 16px rgba(11,36,80,.10);
	text-decoration: none !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}

.lernia-learning-home-fixed:hover {
	background: #f5f8fc;
	box-shadow: 0 7px 20px rgba(11,36,80,.14);
	transform: translateY(-1px);
}

.lernia-learning-home-fixed__icon {
	font-size: 18px;
	line-height: 1;
}

@media (max-width: 780px) {
	.lernia-learning-home-fixed {
		top: auto;
		left: auto;
		right: 16px;
		bottom: 18px;
		padding: 10px 14px;
	}
}
