.youformacion-lesson-pdf {
	display: flex;
	justify-content: flex-end;
	margin: 0 0 22px;
}

.youformacion-lesson-pdf__button {
	align-items: center;
	background: #582c82;
	border: 1px solid #582c82;
	border-radius: 10px;
	box-shadow: 0 8px 20px rgba(88, 44, 130, 0.18);
	color: #fff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	gap: 8px;
	line-height: 1.2;
	padding: 12px 18px;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.youformacion-lesson-pdf__button:hover,
.youformacion-lesson-pdf__button:focus {
	background: #6f379f;
	border-color: #6f379f;
	box-shadow: 0 10px 24px rgba(88, 44, 130, 0.24);
	color: #fff;
	text-decoration: none;
}

.youformacion-lesson-pdf__button:focus {
	outline: 3px solid rgba(242, 183, 0, 0.35);
	outline-offset: 2px;
}

.youformacion-lesson-pdf__icon {
	font-size: 17px;
	line-height: 1;
}

.masterstudy-course-player-content_dark-mode .youformacion-lesson-pdf__button {
	box-shadow: none;
}

@media (max-width: 767px) {
	.youformacion-lesson-pdf {
		justify-content: stretch;
		margin-bottom: 18px;
	}

	.youformacion-lesson-pdf__button {
		justify-content: center;
		width: 100%;
	}
}
