/* Turnstile widget wrapper - works with both add.php and add-v2.php form layouts */
.sx1-turnstile-wrap {
    margin: 12px 0;
    display: flex;
    justify-content: left;
}

/* Honeypot field - visually hidden but accessible to bots that parse the DOM */
.sx1-hp-wrap {
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}
