.tfb-honeypot-field {
position: absolute;
left: -9999px;
top: -9999px;
height: 0;
overflow: hidden;
}
.tfb-form .tfb-radio-option {
display: block;
margin-bottom: 6px;
}
.tfb-form .tfb-checkbox-option {
display: flex;
align-items: center;
gap: 8px;
}
.tfb-form .tfb-form-message {
margin-top: 16px;
}
.tfb-form button[type="submit"].tfb-loading {
opacity: 0.6;
pointer-events: none;
}
