/* SEO Auto Post - Premium Frontend Styles */

/* Container tweaks if needed, though theme usually handles this */
.seo-auto-post-content {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.8;
    color: #333;
}

/* Headings */
.seo-auto-post-content h2 {
    font-size: 2rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
    color: #1a1a1a;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 0.5rem;
}

.seo-auto-post-content h3 {
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
    color: #2c3e50;
}

/* Blockquotes - Premium Look */
.seo-auto-post-content blockquote {
    background: #f9f9f9;
    border-left: 5px solid #0073aa;
    margin: 2rem 0;
    padding: 1.5rem 2rem;
    font-style: italic;
    font-size: 1.1rem;
    color: #555;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

/* Lists */
.seo-auto-post-content ul,
.seo-auto-post-content ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.seo-auto-post-content li {
    margin-bottom: 0.5rem;
}

/* Tables - Responsive & Clean */
.seo-auto-post-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.seo-auto-post-content th {
    background-color: #f8f9fa;
    color: #333;
    font-weight: 600;
    text-align: left;
    padding: 1rem;
    border-bottom: 2px solid #dee2e6;
}

.seo-auto-post-content td {
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    color: #555;
}

.seo-auto-post-content tr:last-child td {
    border-bottom: none;
}

.seo-auto-post-content tr:hover td {
    background-color: #f1f3f5;
}

/* Images & Embeds */
.seo-auto-post-content figure {
    margin: 2rem 0;
}

.seo-auto-post-content img {
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    height: auto;
}

.seo-auto-post-content figcaption {
    text-align: center;
    font-size: 0.9rem;
    color: #777;
    margin-top: 0.5rem;
    font-style: italic;
}

/* Video Embeds */
.seo-auto-post-content .wp-block-embed-youtube {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Key Takeaways / Pro Tips Box */
.seo-auto-post-box {
    background-color: #e8f4f8;
    border: 1px solid #d1eaf3;
    border-radius: 8px;
    padding: 1.5rem;
    margin: 2rem 0;
}

.seo-auto-post-box h3 {
    margin-top: 0;
    color: #0073aa;
    font-size: 1.3rem;
}