/* Membership signup: login/register choice instead of the full ARMember form. */
.zg-signup-choice-wrap {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin: 1rem 0 1.5rem;
    width: 100%;
    box-sizing: border-box;
}

.zg-signup-choice-btn {
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    border: 2px solid #005AEE;
    background: transparent;
    color: #005AEE;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.2s ease-in;
}

.zg-signup-choice-btn:hover {
    background: #005AEE;
    color: #fff;
}

/* The old inline "Already have an account?" link is redundant with the choice button. */
.arm_reg_login_links {
    display: none !important;
}
