#verifyModal .modal-content {
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.4;
}

#verifyModal h4.modal-title {
	font-size: 1.1rem;
	font-weight: 500;
}

#codeInputs input {
	width: 40px;
}

/* RESEND LINK */
.resend-link {
	color: var(--primary);
	transition: opacity 0.2s ease-in-out;
}

.resend-link.disabled {
	pointer-events: none;
	opacity: 0.6;
}

.resend-link.enabled {
	pointer-events: auto;
	opacity: 1;
}

/* AGB Checkbox */
#agbModal .modal-content {
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.4;
}

#agbModal h4.modal-title {
	font-size: 1.1rem;
	font-weight: 500;
}

.agb-link {
	color: var(--primary);
	text-decoration: underline;
	font-weight: 500;
}

.agb-link:hover {
	color: var(--primary);
	opacity: 0.85;
}
