/**
 * Contact Us module — structure only.
 *
 * Colours, fonts, borders and spacing belong to the Divi controls.
 */

.spruce-contact-us__label {
    display: block;
}

.spruce-contact-us__field {
    margin: 0;
}

.spruce-contact-us__input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font: inherit;
}

.spruce-contact-us__button {
    display: inline-block;
    cursor: pointer;
    font: inherit;
}

.spruce-contact-us__button:disabled {
    cursor: default;
    opacity: 0.65;
}

.spruce-contact-us__status {
    margin: 12px 0 0;
}

.spruce-contact-us__status:empty {
    display: none;
    margin: 0;
}

.spruce-contact-us__hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
