/**
 * Форма редактирования отзыва.
 */

.keo-review__editing
{
	margin: 0 auto 1.5em auto;
}

.keo-review__editing-form-operations
{
	display: flex;
	justify-content: space-between;
}

.keo-review__editing-form-operations:after,
.keo-review__editing-form-operations:before
{
	content: initial;
}

.style.form.keo-review__editing-form .keo-review__editing-input,
.keo-review__editing-input
{
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #f5f5fa;
	padding: .7em 1.35em .75em;
	border-radius: 0;
	background: #f5f5fa;
	color: #141414;
	transition: color .35s,background-color .35s,border-color .35s;
	font-size: 20px;
	height: auto;
	box-shadow: none;
	resize: none;
}

.style.form.keo-review__editing-form .keo-review__editing-input:focus,
.keo-review__editing-input:focus
{
	border-color: #e1e1ea;
	background-color: #f0f0fa;
	box-shadow: none;
}

.keo-review__editing-captcha-container
{
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #f5f5fa;
	background: #f5f5fa;
	padding: 0.5em 0;
	border-top-color: #e1e1ea;
}

.keo-review__editing-captcha-image
{
	width: 100%;
	max-height: 100px;
	object-fit: scale-down;
}