
#dscf7_refresh_captcha {
	display: inline-block;
}

img.dscf7_captcha_reload_icon {
	display: none;
}

.dscf7-captcha-container * {
	box-sizing: border-box;
}

.dscf7-captcha-container .wpcf7-not-valid-tip {
	font-size: 16px;
	margin-top: 5px;
}

.dscf7-captcha-container {
	width: 240px;
	background: #f7f7f7;
	border-radius: 10px;
	padding: 10px;
}

.dscf7-captcha-container span.dscf7_lt {
	display: block;
	position: relative;
	font-size: 18px;
}

.dscf7-captcha-container span.dscf7_lt .dscf7_refresh_captcha {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
}

.dscf7-captcha-container span.dscf7_lt .dscf7_refresh_captcha img {
	width: 100%;
}

.dscf7-captcha-container span.wpcf7-form-control-wrap {
	width: 100%;
	display: block;
}

.dscf7-captcha-container span.wpcf7-form-control-wrap input {
	width: 100%;
	box-sizing: border-box;
	height: 30px;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #eee;
	margin-top: 10px;
}

.dscf7-captcha-container .dscf7_question_text {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	padding-right: 10px;
}

.dscf7-captcha-container .dscf7_svg_wrap {
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
}

.dscf7-captcha-container .dscf7_svg_wrap svg {
	max-width: 120px;
	height: 46px;
	display: block;
	border: 1px solid #fff;
	padding: 5px;
	border-radius: 5px;
}

.dscf7-hp-wrap {
	position: absolute !important;
	left: -9999px !important;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
}

.dscf7-hp-wrap input {
	width: 1px;
	height: 1px;
}

.dscf7-captcha-container.dscf7-style-dark {
	background: #1f2430;
}

.dscf7-captcha-container.dscf7-style-dark .dscf7_question_text {
	color: #e8eaed;
}

.dscf7-captcha-container.dscf7-style-dark span.wpcf7-form-control-wrap input {
	background: #2b3240;
	border-color: #3a4253;
	color: #fff;
}

.dscf7-captcha-container.dscf7-style-dark .dscf7_svg_wrap svg {
	background: #fff;
	border-color: #fff;
}

.dscf7-captcha-container.dscf7-style-dark img.dscf7_captcha_icon {
	filter: invert(1);
}

.dscf7-captcha-container.dscf7-style-bordered {
	background: #fff;
	border: 2px solid #2271b1;
}

.dscf7-captcha-container.dscf7-style-bordered span.wpcf7-form-control-wrap input {
	border-color: #c3d4e6;
}
