.wcir-wrap{max-width:520px;margin:0 auto;font-size:15px;line-height:1.5;color:#1f2933}
.wcir-form{background:#fff;border:1px solid #e4e7eb;border-radius:8px;padding:24px 24px 8px}
.wcir-row{margin:0 0 18px}
.wcir-row label{display:block;font-weight:600;margin-bottom:6px;color:#323f4b}
.wcir-row input[type=text],
.wcir-row input[type=email]{width:100%;box-sizing:border-box;padding:11px 12px;border:1px solid #cbd2d9;border-radius:6px;font-size:15px;background:#fff}
.wcir-row input:focus{outline:2px solid #2563eb;outline-offset:1px;border-color:#2563eb}
.wcir-actions{margin-top:8px;text-align:right}
.wcir-hint{color:#7b8794;margin-top:14px}
.wcir-hp{position:absolute!important;left:-9999px!important;height:0;overflow:hidden}
.wcir-message{border-radius:6px;padding:14px 16px;margin-bottom:18px;font-size:14px;line-height:1.5}
.wcir-success{background:#e7f9ef;border:1px solid #b5e3c4;color:#1d5b3a}
.wcir-error{background:#fdecec;border:1px solid #f1b8b8;color:#82201f}
.wcir-captcha-row{display:flex;justify-content:center}
@media (max-width:520px){
	.wcir-form{padding:18px}
	.wcir-actions{text-align:stretch}
	.wcir-actions .button{display:block;width:100%}
}
