.macf-form .macf-hp {
    position: absolute;
    left: -9999px;
    height: 0;
    overflow: hidden;
}

.macf-form .macf-message {
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    border-radius: 4px;
    background: #eef6ff;
    border: 1px solid #b6d8ff;
}

.macf-form input,
.macf-form textarea {
    width: 100%;
    padding: 0.6rem;
    box-sizing: border-box;
}
