div.watu-question, div.show-question {
margin-top: 15px !important;
}
.question-choices, .show-question-choices {
margin-top: 5px !important;
}

.watupro-contact-field {
    border: 2px solid #099857; /* Blue border */
    padding: 8px;              /* Space inside the fields */
    border-radius: 4px;       /* Rounded corners */
    margin-bottom: 5px;       /* Optional: adds space between fields */
    box-sizing: border-box;    /* Ensures padding doesn\'t break layout */
    display: inline-block;     /* Keeps alignment consistent */
}

/* Enhances look when the user is typing */
.watupro-contact-field:focus {
    border-color: #0b5735;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.watupro-question-choice span {
		  display: inline !important; /* added in WatuPRO 6.1.0.4 */
		}
@media 
			only screen and (max-width: 600px) {
}
