/**
 * AI2Smart SSO — Frontend Styles
 *
 * Minimal styles for the SSO button and login prompt.
 * Prefix: .ai2smart-sso-
 */

/* ── Wrapper ── */
.ai2smart-sso-wrapper {
    margin: 1.5em 0;
    padding: 1.5em;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #fafafa;
}

.ai2smart-sso-wrapper--guest {
    text-align: center;
}

/* ── Title ── */
.ai2smart-sso-title {
    font-size: 1.2em;
    margin: 0 0 0.75em;
    font-weight: 600;
}

/* ── Description ── */
.ai2smart-sso-description {
    margin: 0 0 1em;
    color: #555;
}

/* ── Login prompt ── */
.ai2smart-sso-login-text {
    font-size: 1.05em;
    margin: 0 0 0.5em;
}

.ai2smart-sso-login-sub {
    color: #666;
    margin: 0 0 1em;
}

/* ── Button ── */
.ai2smart-sso-button {
    display: inline-block;
    padding: 0.75em 1.5em;
    background: #333;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 4px;
    font-size: 0.95em;
    font-weight: 500;
    transition: background 0.2s;
    cursor: pointer;
    border: none;
}

.ai2smart-sso-button:hover {
    background: #555;
}

/* ── Product page section (WooCommerce auto-display) ── */
.ai2smart-sso-product-section {
    clear: both;
    margin: 1em 0;
}
