.ofg-honeypot {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.ofg-turnstile {
    width: 100%;
    min-height: 0;
}

.ofg-status {
    margin-top: 10px;
    min-height: 0;
    font-size: 13px;
    line-height: 1.45;
    color: #756d65;
}

.ofg-status:empty {
    display: none;
}

.ofg-status-error {
    color: #8a3d32;
}
