.festeno-otp-gate {
	max-width: 360px;
	margin: 0 auto;
	padding: 1.5rem;
}

.festeno-otp-gate__form {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.festeno-otp-gate__label {
	font-weight: 600;
	font-size: 0.95rem;
}

.festeno-otp-gate__input {
	width: 100%;
	padding: 0.75rem 1rem;
	font-size: 1rem;
	border: 1px solid #d4d4d8;
	border-radius: 0.5rem;
	box-sizing: border-box;
}

.festeno-otp-gate__button {
	width: 100%;
	padding: 0.85rem 1rem;
	font-size: 1rem;
	font-weight: 600;
	border: none;
	border-radius: 0.5rem;
	background: #111827;
	color: #fff;
	cursor: pointer;
	min-height: 44px;
}

.festeno-otp-gate__button:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.festeno-otp-gate__link {
	background: none;
	border: none;
	color: #4b5563;
	text-decoration: underline;
	font-size: 0.9rem;
	cursor: pointer;
	padding: 0.25rem 0;
	min-height: 44px;
}

.festeno-otp-gate__status {
	font-size: 0.9rem;
	color: #374151;
	min-height: 1.2em;
	margin: 0;
}

@media (max-width: 480px) {
	.festeno-otp-gate {
		padding: 1rem;
	}
}
