.tncf-wrap {
    max-width: 720px;
    margin: 1.5rem 0;
}

.tncf-form {
    display: grid;
    gap: 1rem;
}

.tncf-field label {
    display: block;
    margin-bottom: 0.35rem;
    font-weight: 600;
}

.tncf-field input:not([type="checkbox"]),
.tncf-field textarea,
.tncf-field select {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 0.7rem 0.8rem;
    border: 1px solid #8c8f94;
    border-radius: 4px;
    background: #fff;
    color: #1d2327;
    font: inherit;
}

.tncf-field input:focus,
.tncf-field textarea:focus,
.tncf-field select:focus {
    border-color: #2271b1;
    outline: 2px solid rgba(34, 113, 177, 0.25);
    outline-offset: 1px;
}

.tncf-checkbox {
    display: flex !important;
    align-items: flex-start;
    gap: 0.55rem;
}

.tncf-checkbox input {
    margin-top: 0.3rem;
}

.tncf-required {
    color: #b32d2e;
}

.tncf-submit {
    min-height: 42px;
    padding: 0.65rem 1.25rem;
    border: 0;
    border-radius: 4px;
    background: #2271b1;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-weight: 600;
}

.tncf-submit:hover,
.tncf-submit:focus {
    background: #135e96;
}

.tncf-notice {
    margin: 0 0 1rem;
    padding: 0.85rem 1rem;
    border-left: 4px solid #2271b1;
    background: #f0f6fc;
}

.tncf-notice--success {
    border-left-color: #00a32a;
    background: #edfaef;
}

.tncf-notice--error {
    border-left-color: #d63638;
    background: #fcf0f1;
}

.tncf-honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    white-space: nowrap !important;
}
