/* AI Page Builder Pro - Public Styles */

/* AI Enhanced Content Styles */
.aipb-content {
    line-height: 1.8;
}

.aipb-content h1,
.aipb-content h2,
.aipb-content h3 {
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    font-weight: 600;
}

.aipb-content p {
    margin-bottom: 1.2em;
}

/* WoodMart Integration */
.aipb-woodmart-banner {
    background: linear-gradient(135deg, var(--xts-primary-color, #2879fe) 0%, var(--xts-primary-color-darken, #1a5fcc) 100%);
    color: #fff;
    padding: 80px 0;
    margin-bottom: 40px;
}

.aipb-woodmart-banner .xts-col-12 {
    text-align: center;
}

.aipb-woodmart-banner h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 20px;
}

.aipb-woodmart-banner p {
    color: rgba(255,255,255,0.9);
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto 30px;
}

.aipb-woodmart-banner .xts-btn {
    background: #fff;
    color: var(--xts-primary-color, #2879fe);
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.aipb-woodmart-banner .xts-btn:hover {
    background: rgba(255,255,255,0.9);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.aipb-woodmart-content {
    padding: 60px 0;
}

/* WooCommerce Product Sections */
.aipb-product-sections {
    margin-top: 40px;
}

.aipb-section {
    margin-bottom: 30px;
}

.aipb-section h3 {
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
}

/* AI Button for Frontend (if applicable) */
.aipb-ai-trigger {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #667eea;
    color: white;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
}

.aipb-ai-trigger:hover {
    background: #5a67d8;
    transform: translateY(-1px);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .aipb-woodmart-banner {
        padding: 50px 0;
    }
    
    .aipb-woodmart-banner h1 {
        font-size: 32px;
    }
    
    .aipb-woodmart-banner p {
        font-size: 16px;
    }
    
    .aipb-woodmart-content {
        padding: 40px 0;
    }
}
