.tore-form-wrap {
	position: relative;
}

.tore-side-hint {
	position: absolute;
	right: -1px;
	top: 0;
	width: min(360px, 28vw);
	padding: 12px;
	border: 1px solid #ddd;
	background: #fff;
	line-height: 1.6;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .06);
}

.tore-side-hint h4 {
	margin: 0 0 6px;
	font-size: 15px;
}

.tore-side-hint--error {
	border-color: #e60033;
	background: #fff6f7;
	color: #a40029;
}

.tore-side-hint--success {
	border-color: #0a7f2e;
	background: #f2fbf4;
	color: #064e1b;
}

.tore-side-hint__close {
	position: absolute;
	top: 6px;
	right: 8px;
	border: 0;
	background: transparent;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
}

.tore-error,
.tore-input-error {
	outline: 2px solid #e60033 !important;
	background: rgba(230, 0, 51, .04);
}

.tore-success {
	outline: 2px solid #0a7f2e !important;
	background: rgba(10, 127, 46, .05);
}

.tore-captcha__msg {
	margin-top: 6px;
	font-size: 90%;
	color: #d00;
	display: none;
}

.tore-captcha__wrap {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.tore-captcha__img {
	height: 40px;
	border: 1px solid #ccc;
	background: #fff;
}

.tore-captcha__refresh {
	padding: 6px 10px;
	border: 1px solid #ccc;
	background: #f7f7f7;
	cursor: pointer;
}

.tore-captcha__input {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-basis: 100%;
	margin-top: 4px;
}

.tore-captcha__input input[name="captchaAnswer"] {
	max-width: 120px;
}

.tore-captcha__inline,
.tore-captcha__hint-right {
	margin-left: auto;
	color: #d00;
	font-size: 90%;
	display: none;
}

.tore-captcha__hint-right {
	min-width: 220px;
	text-align: right;
}

.tore-captcha-row {
	margin: 12px 0;
	padding: 10px;
	border: 1px solid #ddd;
}

.tore-captcha-row__label {
	font-weight: bold;
	margin-bottom: 6px;
}

.tore-required-note {
	color: red;
	font-size: 12px;
	font-weight: normal;
}

.tore-field-error {
	display: inline-block;
	margin-left: 8px;
	font-size: 90%;
	color: #e60033;
}

@media (max-width: 1024px) {
	.tore-side-hint {
		position: static;
		width: auto;
		margin-top: 10px;
	}

	.tore-form-wrap {
		position: static;
	}
}
