.seq-cs-captcha {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 16px 18px;
	border: 1px solid var(--seq-line);
	border-radius: 7px;
	background: #fff;
}

.seq-cs-captcha p {
	margin: 0;
	color: var(--seq-muted);
	font-size: 12px;
	line-height: 1.45;
}

@media (max-width: 680px) {
	.seq-cs-captcha {
		align-items: flex-start;
		flex-direction: column;
	}
}
