.wpcf7 form .celestial-address-row,
.wpcf7 form .celestial-contact-row,
.wpcf7 form .celestial-contact-row > label,
.wpcf7 form .celestial-contact-row .wpcf7-form-control-wrap {
    line-height: 1.6 !important;
}

.wpcf7 form .celestial-contact-row {
    clear: both;
    margin-block-end: 1.25rem !important;
}

.wpcf7 form p.celestial-contact-row--email:has([data-cf7apps-honeypot]),
.wpcf7 form p.celestial-contact-row--email:has(.cf7apps-honeypot-wrap) {
    height: auto !important;
    min-height: auto !important;
    font-size: inherit !important;
    line-height: 1.6 !important;
}

.wpcf7 form .celestial-contact-row--email .wpcf7-form-control-wrap[data-name="your-email"] {
    display: block;
    margin-block-start: 0.35rem;
}

.wpcf7 form .celestial-contact-row--services {
    padding-block-start: 0.25rem;
}

.celestial-address-status {
    display: block;
    width: 100%;
    clear: both;
    margin: 0.65rem 0 0;
    font-size: 0.95rem;
    line-height: 1.45;
}

.celestial-address-status:empty {
    display: none;
}

.celestial-address-status[data-state="success"] {
    color: #087a3e;
}

.celestial-address-status[data-state="error"] {
    color: #b42318;
}

[data-celestial-locked="true"],
input[aria-readonly="true"] {
    color: #4b5563;
    background-color: #f3f4f6;
}

[data-celestial-locked="true"] {
    pointer-events: none;
}

.wpcf7 form [type="submit"][aria-busy="true"] {
    opacity: 0.65;
    cursor: wait;
}
