.btn-primary { width: 100%; }

.otp-wrap {
	display: flex;
	gap: 8px;
	justify-content: space-between;
}

.otp-digit {
	width: 52px;
	height: 56px;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	margin: 0;
}

.btn-link { background: none; border: none; color: #666; cursor: pointer; text-decoration: underline; padding: 0; }
.btn-link:hover { color: #000; }