.security-badge {
    position: fixed;
    bottom: 12px;
    left: 12px;
    background-color: white;
    color: #2a2b5f;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 2147483647;
    /* Max z-index to stay on top of Fillout popup */
    display: flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #e5e7eb;
    pointer-events: none;
    /* Let clicks pass through if needed, though it covers the button */
}