/* --- 2. Blog Banner Section (Scoped) --- */
.blog-banner-section {
    background-color: #f8f9fa;
    padding: 50px 100px 100px 100px;
    /* 100px padding on all sides per request */
}

.blog-banner-section .breadcrumbs {
    font-size: 14px;
    color: #666666;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    /* Responsive wrap for long paths */
    align-items: center;
    gap: 8px;
    line-height: 1.4;
    background: transparent;
    padding: 0;
    border-radius: 0px;
}

.blog-banner-section .breadcrumbs .separator {
    color: #ff4d4d;
    font-weight: bold;
    font-size: 12px;
}

.blog-banner-section .banner-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.blog-banner-section .banner-text h1 {
    font-size: 44px;
    line-height: 52px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 25px;
}

.blog-banner-section .post-meta-row {
    font-size: 15px;
    color: #555555;
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.blog-banner-section .post-meta-row strong {
    color: #1a1a1a;
    font-weight: 600;
}

.blog-banner-section .summarize-label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
}

/* AI Buttons Group */
.blog-banner-section .wwdelta_ai_buttons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.blog-banner-section .wwdelta_ai_btn {
    background: linear-gradient(262deg, #e24c4a 0%, #386bb7 100%);
    color: #fff;
    display: flex;
    gap: 10px;
    align-items: center;
    border: 1px solid transparent;
    padding: 10px 14px;
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.blog-banner-section .wwdelta_ai_btn:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.blog-banner-section .banner-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    display: block;
}

/* --- 3. Main Content Area (Scoped) --- */
.elementor-widget-html .content-container {
    max-width: 850px;
    margin: 60px auto;
    padding: 0 20px 100px 20px;
}

.elementor-widget-html .content-container .content-body p {
    font-size: 18px;
    color: #444444;
    margin-bottom: 25px;
    line-height: 1.8;
}

.elementor-widget-html .content-container .content-body h2 {
    font-size: 32px;
    color: #1a1a1a;
    margin: 50px 0 20px 0;
    font-weight: 700;
    line-height: 1.3;
}

.elementor-widget-html .content-container .content-body h3 {
    font-size: 26px;
    color: #1a1a1a;
    margin: 35px 0 15px 0;
    font-weight: 600;
}

.elementor-widget-html .content-container .content-body h4 {
    font-size: 20px;
    color: #333;
    margin: 25px 0 10px 0;
    font-weight: 600;
}

.elementor-widget-html .content-container .content-body ul,
.elementor-widget-html .content-container .content-body ol {
    margin: 0 0 25px 25px;
}

.elementor-widget-html .content-container .content-body li {
    font-size: 18px;
    margin-bottom: 12px;
    color: #444444;
}

.elementor-widget-html .content-container .content-body blockquote {
    background-color: #fdf2f2;
    border-left: 5px solid #ff4d4d;
    padding: 30px;
    margin: 40px 0;
    font-style: italic;
    font-size: 20px;
    color: #222;
}

/* Content Media & Tables */
.elementor-widget-html .content-container .content-figure {
    margin: 40px 0;
    text-align: center;
}

.elementor-widget-html .content-container .content-figure img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 10px;
}

.elementor-widget-html .content-container .content-table-wrapper {
    overflow-x: auto;
    margin: 40px 0;
}

.elementor-widget-html .content-container .content-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 500px;
}

.elementor-widget-html .content-container .content-table th,
.elementor-widget-html .content-container .content-table td {
    padding: 15px;
    border: 1px solid #eeeeee;
    text-align: left;
    font-size: 16px;
}

.elementor-widget-html .content-container .code-block {
    background: #272822;
    color: #f8f8f2;
    padding: 20px;
    border-radius: 8px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 14px;
    margin: 30px 0;
    overflow-x: auto;
}

/* --- 4. Author Card (Scoped) --- */
.elementor-widget-html .content-container .author-card {
    background-color: #f4f7f6;
    border-radius: 8px;
    padding: 24px;
    margin-top: 60px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.elementor-widget-html .content-container .author-card .author-logo {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    flex-shrink: 0;
}

.elementor-widget-html .content-container .author-card .author-info {
    display: flex;
    align-items: center;
    gap: 15px;
    border-left: 2px solid #e1e8ed;
    padding-left: 20px;
}

.elementor-widget-html .content-container .author-card .author-name {
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

/* --- 5. Responsive Design --- */
@media screen and (max-width: 1100px) {
    .blog-banner-section {
        padding: 50px;
    }
}

@media (max-width: 992px) {
    .blog-banner-section .banner-text h1 {
        font-size: 36px;
        line-height: 44px;
    }
}

@media (max-width: 850px) {
    .blog-banner-section {
        padding: 20px 20px 40px 20px;
    }

    .blog-banner-section .banner-grid {
        grid-template-columns: 1fr;
    }

    .blog-banner-section .banner-image {
        order: -1;
        margin-bottom: 20px;
    }

    .blog-banner-section .banner-text h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .elementor-widget-html .content-container .content-body p {
        font-size: 16px;
    }

    .elementor-widget-html .content-container .author-card {
        flex-direction: column;
        text-align: center;
    }

    .elementor-widget-html .content-container .author-card .author-info {
        border-left: none;
        border-top: 2px solid #e1e8ed;
        padding: 15px 0 0 0;
    }
}