/*
 * Styling for the candados.js overlay. Only ever applied to elements that
 * script adds/classes — never touches MasterStudy's own markup otherwise.
 */

.masterstudy-course-player-question {
	position: relative;
}

.ent-candados-locked .masterstudy-course-player-answer {
	filter: blur(6px);
	pointer-events: none;
	user-select: none;
}

.ent-candados-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.6rem;
	text-align: center;
	padding: 1rem;
	background: rgba(255, 255, 255, 0.55);
	border-radius: 0.75rem;
}

.ent-candados-open {
	background: #130e30;
	color: #ffe228;
	border: none;
	border-radius: 999px;
	padding: 0.7rem 1.4rem;
	font-weight: 600;
	cursor: pointer;
}

.ent-candados-hint {
	font-size: 0.85rem;
	opacity: 0.85;
	max-width: 22rem;
	margin: 0;
}
