.wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 2px;
}

.wpcf7-form.init .agj-contact-form {
    grid-gap: 0;
}

.agj-contact-form {
    display: flex;
    flex-direction: column;
    grid-gap: 0.5rem;
}

.agj-form-response {
	font-style: italic;
}

.agj-form-response * {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}

.wpcf7-form.invalid .agj-form-response,
.wpcf7-form.unaccepted .agj-form-response,
.wpcf7-form.failed .agj-form-response {
	color: red;
}

.wpcf7-form.sent .agj-form-response {
	color: green;
}

.agj-form-fields-container {
    display: grid;
    grid-gap: 1rem;
}

.agj-form-fields-container > p {
    margin: 0;
}

.agj-form-field > p {
    display: grid;
    grid-gap: 0.25rem;
    margin: 0;
    line-height: 17px;
    font-weight: 500;
}

.agj-form-field > p > .required:after {
    content: '*';
    color: red;
    margin-left: 2px;
}