.form-status {
    box-sizing: border-box;
    margin: 0 0 24px;
    padding: 16px 20px;
    border: 2px solid currentColor;
    border-radius: 4px;
    font-weight: 700;
    line-height: 1.4;
}

.form-status--success {
    color: #245c42;
    background: #e8f6ed;
}

.form-status--error {
    color: #8b241a;
    background: #fff0ed;
}

.form-honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

button.main-cta {
    border: 0;
    font: inherit;
    cursor: pointer;
}
