/**
 * SmartSEO Content Styles
 * Enhanced styles for AI-generated content
 */

/* CTA Button Styles */
.smartseo-cta-button {
    display: inline-block;
    background: #fff;
    color: #FF6B6B;
    padding: 16px 48px;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    border: 2px solid transparent;
}

.smartseo-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
    background: #fff;
    color: #FF6B6B;
    border: 2px solid #fff;
    text-decoration: none;
}

.smartseo-cta-button:active {
    transform: translateY(0);
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

/* FAQ Section */
.smartseo-faq {
    background: #f8f9fa;
    padding: 30px;
    margin: 30px 0;
    border-radius: 8px;
}

.smartseo-faq h2 {
    color: #333;
    margin-top: 0;
    font-size: 24px;
}

.smartseo-faq-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.smartseo-faq-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.smartseo-faq-item h3 {
    color: #375542;
    font-size: 18px;
    margin-bottom: 10px;
}

.smartseo-faq-item p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Internal Links */
.smartseo-internal-link {
    background: #f0f7ff;
    padding: 15px;
    border-left: 4px solid #375542;
    margin: 20px 0;
    border-radius: 4px;
}

.smartseo-internal-link a {
    color: #375542;
    text-decoration: none;
    font-weight: bold;
}

.smartseo-internal-link a:hover {
    text-decoration: underline;
}

/* Product Images */
.wp-block-image.smartseo-product-image {
    margin: 20px 0;
}

.wp-block-image.smartseo-product-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.1);
}

.wp-block-image.smartseo-product-image figcaption {
    text-align: center;
    color: #666;
    font-size: 14px;
    margin-top: 10px;
}

/* Table of Contents */
.smartseo-toc {
    background: #f5f5f5;
    padding: 20px;
    margin: 20px 0;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.smartseo-toc h2 {
    margin-top: 0;
    font-size: 20px;
    color: #333;
}

.smartseo-toc ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.smartseo-toc li {
    margin: 8px 0;
}

.smartseo-toc a {
    color: #375542;
    text-decoration: none;
    transition: all 0.2s ease;
}

.smartseo-toc a:hover {
    color: #FF6B6B;
    padding-left: 5px;
}

/* Product Image Hover Effect */
.smartseo-product-image img:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 30px rgba(0,0,0,0.15);
}
