.taf-form {
    max-width: 640px;
    margin: 20px 0;
    padding: 24px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    box-sizing: border-box;
}
.taf-field { margin-bottom: 16px; }
.taf-field label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}
.taf-field label span { color: #d00; }
.taf-field input,
.taf-field textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 11px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 7px;
    font: inherit;
}
.taf-field textarea { resize: vertical; }
.taf-submit {
    border: 0;
    border-radius: 7px;
    padding: 12px 20px;
    background: #2271b1;
    color: #fff;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
}
.taf-submit:hover { background: #135e96; }
.taf-submit:disabled { opacity: .6; cursor: wait; }
.taf-status { margin-top: 14px; min-height: 22px; }
.taf-status.is-success { color: #16803c; }
.taf-status.is-error { color: #b42318; }
.taf-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}
