.yanis-otp-field {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
}

.yanis-otp-row {
	display: flex;
	gap: 8px;
	align-items: stretch;
	flex-wrap: wrap;
  gap: 0;
}

.yanis-otp-row > input {
	flex: 1;
	min-width: 0;
  background-color: #F4F4F4 !important;
  color: #000 !important;
}

.yanis-otp-row > .yanis-otp-send,
.yanis-otp-row > .yanis-otp-verify {
	flex: 0 0 auto;
	white-space: nowrap;
	cursor: pointer;
}

.yanis-otp-row > button[disabled] {
	opacity: 0.6;
	cursor: not-allowed;
}

.yanis-otp-status {
	margin: 0;
	font-size: 0.875em;
	min-height: 1.2em;
}

.yanis-otp-status[data-type="error"] {
	color: #b32d2e;
}

.yanis-otp-status[data-type="success"] {
	color: #1a7f37;
}
