
/*CF7 rot captcha*/
.rot-cf7-captcha-wrap .smallest{
	margin-bottom:.4rem!important;
}

body .smallest{
	font-size:.775em!important;
}

/*rot cf7 captcha*/
.rot-cf7-captcha-option{
	display:flex;
	margin-bottom:0;
}
.rot-cf7-captcha-option [type="radio"]{
	width: 1rem!important;
    margin-right: .2rem;
    height: 1.7rem;
}
.rot-cf7-captcha-binary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px 6px;
	background-color: #f8f8f8;
	background-image:
		linear-gradient(to right, rgba(0, 0, 0, 0.06) 1px, transparent 1px),
		linear-gradient(to bottom, rgba(0, 0, 0, 0.06) 1px, transparent 1px);
	background-size: 8px 8px;
	border-radius: 4px;
}

.rot-cf7-captcha-title{
	margin-bottom: 0.2rem!important;;
}

.rot-cf7-captcha-option .binary {
    margin-top: 0;
    max-height: 1.7rem;
    display: block;
    overflow: hidden;
    position: relative;
    width: 6.3rem;
    height: 2rem;
    border-radius: 9px;
    border: 1px solid var(--text);
}
.rot-cf7-captcha-option .binary img {
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: -12px;
    width: 124px;
    height: 100%;
    object-position: left;
}
.options-wrap {
    display: flex;
    gap: 4px 7px;
    flex-wrap: wrap;
}

.wpcf7-form-control-wrap.control-wrap-not-valid{
	    background: #d01f3036;
}
.wpcf7-form-control-wrap{
   display: block;
    padding: .5rem 0.25rem;
    border-radius: 8px;
}