@media screen {

	.devgirl-custom-contact-form .container{
		display:flex;
		flex-wrap:wrap;
		gap:20px;
	}
	
	.devgirl-custom-contact-form .form-block{
		margin-bottom:10px;
		flex: 1 0 150px;
	}

	.devgirl-custom-contact-form .form-block label{
		display:block;
		margin-bottom:5px;
	}
	
	.devgirl-custom-contact-form .form-block input[type=text], 
	.devgirl-custom-contact-form .form-block input[type=email], 
	.devgirl-custom-contact-form .form-block input[type=url], 
	.devgirl-custom-contact-form .form-block input[type=tel], 
	.devgirl-custom-contact-form .form-block textarea{
		border: 1px solid #aaa;
    border-radius: 5px;
    padding: 10px;
		margin:0;
    font-size: 16px;
	}
	
	.devgirl-custom-contact-form .form-block textarea{
		width:calc(100% - 20px);
	}
	
	.devgirl-custom-contact-form .form-block input[type=radio], 
	.devgirl-custom-contact-form .form-block input[type=checkbox], 
	.devgirl-custom-contact-form .form-block.inline-label label{
		display:inline-block;
	} 
	
	.spam-protector{
		border-top:1px solid #ccc;
		padding-top:20px;
		margin:20px 0;
	}
	
	.spam-protector .captcha{
		margin-top:20px;
	}
	
	.question-container{
		border:1px solid #ccc;
		padding:20px;
	}
	
	.choose-question{
		margin-bottom:20px;
	}
	
	.random-question{
		border-top:1px solid #ccc;
		padding-top:20px;
	}
	
	.random-question p{

	}
	
	
	.devgirl-custom-contact-form button.button-link{
		margin-top:20px;
	}
	
	h4.devgirl-custom-contact-form-success{
		color:#f0e1d5;
		border: 1px solid #f0e1d5;
    display: inline-block;
    padding: 8px;
	}
	
	h4.devgirl-custom-contact-form-error{
		color:red;
		border: 1px solid red;
    display: inline-block;
    padding: 8px;
	}
	
	
	.devgirl-custom-contact-form label {

	}


	.devgirl-custom-contact-form label.radio-button {
		display: flex;
    align-items: start;
    gap: 10px;
	}	
	
	.devgirl-custom-contact-form input[type="radio"],
	.devgirl-custom-contact-form span {
		display:block;
	}	
	
	
	.devgirl-custom-contact-form span#usedCount{
		color:red;
	}
	

	
	
	#captcha-container{
		background-color:#f5f5f5;
		border:1px solid #ddd;
		padding:10px;
		border-radius:20px;
		margin:20px 0;
		width:400px;
		font-family: 'Open Sans', sans-serif;
		box-shadow:1px 1px 15px #ccc;
	}


	#captcha-container input{
		width:180px;
	}

	#captcha-container a{
		text-decoration:none;
		color:#32a545;
		font-family: 'Open Sans', sans-serif;
		font-size:12px;
		line-height:16px;
		margin:0 0 10px 0;
		text-transform:uppercase;
	}

	#captcha-container p{
		font-size:12px;
		line-height:16px;
		margin:0 0 10px 0;
		font-family: 'Open Sans', sans-serif;
	}

	#captcha-container input{
		border:1px solid #ccc;
		padding:5px 15px;
		max-width: calc(100% - 30px);
		background-color:white;
		color:#555;
		border-radius:5px;
		font-size:16px;
	}



	#captcha-halves .captcha-half:nth-child(1){
		width:48%;
		padding-right:2%;
		border-right: 1px solid #ccc;
		float:left;
		text-align:center;

	}

	#captcha-halves .captcha-half:nth-child(2){
		width:47%;
		padding-left:2%;
		float:left;
		
	}

	span.msg{
		font-size:12px;
		font-style:italic;
	}

	hr {
		background-color:none;
		border:1px solid #ccc;
		border-style: none none solid;
		color:none;
	} 

	#captcha-cyba p{
		margin:0;
		font-size:10px;
		line-height:12px;
		text-align:center;
		color:#777;
	}

	label.error {
		color:red;
		font-size:12px;
		display:block;
	}

	img#captchaimg{
		border-radius:10px;
	}

		


}