/**
 * Nexo Novel Reading Limit — front-end styles
 *
 * Only loaded on anonymous chapter pages.
 */

.nexo-rl-lock {
	margin: 2.5em auto;
	max-width: 34rem;
	padding: 0.25rem;
	border-radius: 0.6rem;
	background: linear-gradient(135deg, #7c3aed, #db2777);
}

.nexo-rl-lock__inner {
	background: #fff;
	border-radius: 0.45rem;
	padding: 1.75rem 1.5rem;
	text-align: center;
}

.nexo-rl-lock__icon {
	display: inline-block;
	font-size: 1.75rem;
	line-height: 1;
	margin-bottom: 0.6rem;
}

.nexo-rl-lock__message {
	margin: 0 0 1.1rem;
	font-size: 0.95rem;
	line-height: 1.6;
	color: #444;
}

.nexo-rl-lock__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	justify-content: center;
}

.nexo-rl-lock__btn {
	display: inline-block;
	padding: 0.55rem 1.4rem;
	border-radius: 999px;
	font-size: 0.92rem;
	font-weight: 600;
	text-decoration: none;
	transition: opacity 0.15s ease;
}

.nexo-rl-lock__btn:hover {
	opacity: 0.85;
	text-decoration: none;
}

.nexo-rl-lock__btn--login {
	background: #2563eb;
	color: #fff;
}

.nexo-rl-lock__btn--register {
	background: #16a34a;
	color: #fff;
}
