/* ============================================================
   Social Login for WooCommerce By XooTix — Button Styles
   ============================================================ */

.sltx-social-wrap {
    width: 100%;
    margin-bottom: 16px;
    font-family: inherit;
}

/* ── Google Button ── */
.sltx-google-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 14px 20px;
    background: #1a1a2e;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
    box-sizing: border-box;
}

.sltx-google-btn:hover {
    background: #16213e;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
    transform: translateY(-1px);
    color: #ffffff;
    text-decoration: none;
}

.sltx-google-btn:active {
    transform: translateY(0px);
    box-shadow: none;
}

.sltx-google-btn svg {
    flex-shrink: 0;
    border-radius: 2px;
    background: #fff;
    padding: 2px;
}

.sltx-google-btn span {
    line-height: 1;
}

/* ── Divider ── */
.sltx-divider {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 16px 0 4px;
    color: #999;
    font-size: 13px;
}

.sltx-divider::before,
.sltx-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e0e0e0;
}

/* ── WooCommerce form overrides ── */
.woocommerce .sltx-social-wrap,
.woocommerce-page .sltx-social-wrap {
    margin-bottom: 20px;
}

/* ── Popup (XooTix) compatibility ── */
.xootix-popup .sltx-social-wrap,
.login-popup .sltx-social-wrap {
    padding: 0 2px;
}

/* ── Easy Login inline form ── */
.xoo-el-form-container .sltx-social-wrap {
    margin: 0 0 20px;
    max-width: 100%;
}

.xoo-el-form-inline .sltx-social-wrap {
    padding: 0 4px;
}

/* ── FleekDash login page ── */
.fleek-login-page .sltx-social-wrap,
#fleekdash-login-app .sltx-social-wrap {
    margin: 0 0 20px;
    width: 100%;
}

#fleekdash-login-app .sltx-google-btn {
    border-radius: 12px;
}
