.angie-contact-form-145a45fc {
    max-width: 100%;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
}
.angie-contact-form-145a45fc .acf-field {
    margin-bottom: 15px;
}
.angie-contact-form-145a45fc label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.angie-contact-form-145a45fc input,
.angie-contact-form-145a45fc textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: inherit;
}
.angie-contact-form-145a45fc button {
    background: #0073aa;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}
.angie-contact-form-145a45fc button:hover {
    background: #005177;
}
.angie-contact-form-145a45fc .cf-message {
    margin-top: 15px;
    font-weight: bold;
}