.tcr-ov-wrapper {
	max-width: 480px;
}

.tcr-ov-form {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.tcr-ov-field {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.tcr-ov-field label {
	font-weight: 600;
}

.tcr-ov-field input {
	padding: 10px 12px;
	border: 1px solid #ccd0d4;
	border-radius: 4px;
	font-size: 15px;
}

.tcr-ov-field input:focus {
	outline: none;
	border-color: #2271b1;
}

.tcr-ov-message {
	font-size: 14px;
	min-height: 1em;
}

.tcr-ov-message.tcr-ov-error {
	color: #d63638;
}

.tcr-ov-submit {
	align-self: flex-start;
	padding: 10px 24px;
	border: none;
	border-radius: 4px;
	background-color: #2271b1;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
	transition: opacity 0.15s ease;
}

.tcr-ov-submit:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.tcr-ov-result {
	margin-top: 8px;
}
