<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.captcha-refresh {
	cursor: pointer;
}

.captcha-refresh:hover {
	background-color: #ddd;
}

.captcha-wrapper img {
    border: 1px solid #cccccc;
    border-radius: 4px;
}

@media screen and (max-width: 766px) {
	.captcha-row img {
		margin-bottom: 15px;
		margin-left: auto;
		margin-right: auto;
	}
}

.captcha-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.captcha-input-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-left: 10px;
}

.captcha-input-wrapper .captcha-refresh {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	height: 34px;
	width: 36px;
	padding: 10px;
}

.captcha-input-wrapper .captcha-input {
	width: 100%;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 30px;
	        flex: 1 0 30px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.captcha-image {
	border: 1px solid #ccc;
	border-radius: 4px;
}

.contact-form sup {
	color: red;
}

.contact-form textarea {
	resize: vertical;
}</pre></body></html>