.scc-contact-module { max-width: 100%; }
.scc-contact-module #sc-contact-response { 
    margin-bottom: 10px; 
    font-weight: bold; 
}
.scc-f { 
    margin-bottom: .5rem; 
}
.scc-e { 
    color: #c00; 
    font-size: .8rem; 
}
.inv { 
    border-color: #c00; 
}
#sc-ajax-contact-form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: normal;
	gap: .5em;
}
#sc-ajax-contact-form .scc-btn{
     align-self: center;
}