.cf7fs-security-fields {
    position: static;
}

.cf7fs-honeypot {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

.cf7fs-recaptcha {
    margin: 1em 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.cf7fs-recaptcha-error {
    color: #b32d2e;
}

[data-cf7fs-recaptcha-submit="1"]:disabled {
    cursor: not-allowed;
    opacity: 0.55;
}
