/* ==========================================================================
   YBC Blog Theme Presets v3
   Focus: Typography, spacing, TOC, headings - NOT backgrounds
   Links in content use [data-blog-links] for mix-and-match support
   All themes use white background. Differences are structural/typographic.
   ========================================================================== */


/* ==========================================================================
   EDITORIAL - Medium.com inspired: clean serif, generous spacing
   ========================================================================== */

/* -- Post Title -- */
[data-blog-theme="editorial"] h1.page-heading,
[data-blog-theme="editorial"] .page-heading .title_cat {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.2;
    text-transform: none;
    color: #292929;
    margin-bottom: 16px;
}

/* -- Section Headings -- */
[data-blog-theme="editorial"] h2.ybc_heading,
[data-blog-theme="editorial"] .blog_description h2 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.25;
    color: #292929;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0;
    border-bottom: none;
}

[data-blog-theme="editorial"] .blog_description h3 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #292929;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

/* -- Table of Contents -- */
[data-blog-theme="editorial"] .ybc_indexing_box {
    border: none;
    border-left: 4px solid #1a8917;
    border-radius: 0;
    background: #fafafa;
    margin-bottom: 2.5rem;
    padding: 0;
}

[data-blog-theme="editorial"] .ybc_indexing_box_title {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #1a8917;
    border-bottom: none;
    padding: 16px 20px 8px;
    background: transparent;
}

[data-blog-theme="editorial"] .ybc_indexing_content_post {
    padding: 8px 20px 16px;
}

[data-blog-theme="editorial"] .ybc_indexing {
    margin: 0;
    padding: 6px 0;
}

[data-blog-theme="editorial"] .ybc_indexing a {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 0.95rem;
    color: #292929;
    text-decoration: none;
    line-height: 1.5;
    transition: color 0.15s;
}

[data-blog-theme="editorial"] .ybc_indexing a:hover {
    color: #1a8917;
}

/* -- Body Text -- */
[data-blog-theme="editorial"] .post-details .blog_description {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.15rem;
    line-height: 1.9;
    color: #292929;
    letter-spacing: 0.01em;
}

[data-blog-theme="editorial"] .post-details .blog_description p {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.15rem;
    line-height: 1.9;
    color: #292929;
    margin-bottom: 1.6rem;
}

[data-blog-theme="editorial"] .blog_description ul,
[data-blog-theme="editorial"] .blog_description ol {
    margin-bottom: 1.6rem;
    padding-left: 1.5rem;
}

[data-blog-theme="editorial"] .blog_description li {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.15rem;
    line-height: 1.9;
    color: #292929;
    margin-bottom: 0.5rem;
}

[data-blog-theme="editorial"] .blog_description ul li::marker {
    color: #1a8917;
}

[data-blog-theme="editorial"] .blog_description blockquote {
    border-left: 3px solid #1a8917;
    margin: 2rem 0;
    padding: 0.5rem 0 0.5rem 1.5rem;
    font-style: italic;
    font-size: 1.25rem;
    line-height: 1.7;
    color: #505050;
}

[data-blog-theme="editorial"] .blog_description strong {
    color: #1a1a1a;
    font-weight: 700;
}

/* -- Meta Info -- */
[data-blog-theme="editorial"] .post-details .ybc-blog-latest-toolbar {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 0.85rem;
    color: #757575;
    letter-spacing: 0.02em;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e6e6e6;
}

[data-blog-theme="editorial"] .post-details .author-block a {
    color: #292929;
    font-weight: 600;
}

[data-blog-theme="editorial"] .post-details .post-author-name {
    font-family: 'Inter', -apple-system, sans-serif;
    font-weight: 600;
    color: #292929;
}

[data-blog-theme="editorial"] .post-details .post-date .be-label,
[data-blog-theme="editorial"] .post-details .post-date span {
    font-family: 'Inter', -apple-system, sans-serif;
}

/* -- Read More -- */
[data-blog-theme="editorial"] .read_more {
    font-family: 'Inter', -apple-system, sans-serif;
    font-style: normal;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #1a8917;
    border-bottom: none;
    text-decoration: none;
    transition: color 0.15s;
}

[data-blog-theme="editorial"] .read_more:hover {
    color: #0f6e0d;
}

/* -- Tags -- */
[data-blog-theme="editorial"] .ybc-blog-tags a {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 0.85rem;
    color: #757575;
    background: #f2f2f2;
    padding: 4px 12px;
    border-radius: 20px;
    text-decoration: none;
    display: inline-block;
    margin: 2px 4px 2px 0;
    transition: background 0.15s, color 0.15s;
}

[data-blog-theme="editorial"] .ybc-blog-tags a:hover {
    background: #1a8917;
    color: #fff;
}

/* -- Section Titles (Related posts, etc.) -- */
[data-blog-theme="editorial"] h4.title_blog {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #292929;
    padding-bottom: 12px;
    border-bottom: 2px solid #292929;
    margin-bottom: 24px;
}

/* -- Related Post Titles -- */
[data-blog-theme="editorial"] .ybc_blog_content_block_item .ybc_title_block {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1rem;
    font-weight: 700;
    text-transform: none;
    letter-spacing: -0.01em;
    line-height: 1.35;
    color: #292929;
}

[data-blog-theme="editorial"] .ybc_blog_content_block_item .ybc_title_block a {
    color: #292929;
}

[data-blog-theme="editorial"] .ybc_blog_content_block_item .ybc_title_block a:hover {
    color: #1a8917;
}

[data-blog-theme="editorial"] .ybc_blog_content_block_item .blog_description {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #757575;
}

/* -- Floating TOC Panel -- */
[data-blog-theme="editorial"] .table_content {
    border: none;
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
    border-radius: 8px;
}

[data-blog-theme="editorial"] .table_content .table-title {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* -- Breadcrumbs -- */
[data-blog-theme="editorial"] .ybc-blog-breadcrumb-a {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 0.82rem;
    color: #757575;
}

[data-blog-theme="editorial"] .ybc-blog-breadcrumb-a:hover {
    color: #1a8917;
}

/* -- Author Block -- */
[data-blog-theme="editorial"] .ybc-blog-author-detail .author_name {
    font-family: 'Inter', -apple-system, sans-serif;
    font-weight: 700;
    color: #292929;
}

[data-blog-theme="editorial"] .ybc-blog-author-detail .author_description {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #505050;
}

/* -- Comment Section -- */
[data-blog-theme="editorial"] .ybc-blog-comment-form input,
[data-blog-theme="editorial"] .ybc-blog-comment-form textarea {
    font-family: 'Inter', -apple-system, sans-serif;
    border-radius: 4px;
}

/* -- Separator -- */
[data-blog-theme="editorial"] .ybc-blog-related-posts {
    border-top: 1px solid #e6e6e6;
    padding-top: 2rem;
    margin-top: 2rem;
}

/* -- Image Hover -- */
[data-blog-theme="editorial"] .ybc_item_img:hover img {
    transform: scale(1.03);
}

/* -- Related Products -- */
[data-blog-theme="editorial"] #ybc-blog-related-products h4 {
    font-family: 'Inter', -apple-system, sans-serif;
    color: #292929;
    border-bottom: 2px solid #1a8917;
    padding-bottom: 10px;
}


/* ==========================================================================
   MAGAZINE - Bold editorial magazine: strong hierarchy, category badges
   ========================================================================== */

/* -- Post Title -- */
[data-blog-theme="magazine"] h1.page-heading,
[data-blog-theme="magazine"] .page-heading .title_cat {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.15;
    text-transform: none;
    color: #1a1a1a;
    margin-bottom: 20px;
}

/* -- Section Headings -- */
[data-blog-theme="magazine"] h2.ybc_heading,
[data-blog-theme="magazine"] .blog_description h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.65rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.25;
    color: #1a1a1a;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    padding-bottom: 10px;
    border-bottom: 3px solid #c62828;
    display: inline-block;
}

[data-blog-theme="magazine"] .blog_description h3 {
    font-family: 'Source Sans 3', 'Source Sans Pro', -apple-system, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #1a1a1a;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

/* -- Table of Contents -- */
[data-blog-theme="magazine"] .ybc_indexing_box {
    border: 2px solid #1a1a1a;
    border-radius: 0;
    margin-bottom: 2.5rem;
    background: #fff;
}

[data-blog-theme="magazine"] .ybc_indexing_box_title {
    font-family: 'Source Sans 3', 'Source Sans Pro', -apple-system, sans-serif;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #fff;
    background: #1a1a1a;
    border-bottom: none;
    padding: 12px 18px;
}

[data-blog-theme="magazine"] .ybc_indexing_box_title .close_open_heading:before {
    border-color: #fff;
}

[data-blog-theme="magazine"] .ybc_indexing_content_post {
    padding: 0;
}

[data-blog-theme="magazine"] .ybc_indexing {
    margin: 0;
    padding: 10px 18px;
    border-bottom: 1px solid #eee;
}

[data-blog-theme="magazine"] .ybc_indexing:last-child {
    border-bottom: none;
}

[data-blog-theme="magazine"] .ybc_indexing a {
    font-family: 'Source Sans 3', 'Source Sans Pro', -apple-system, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.15s;
}

[data-blog-theme="magazine"] .ybc_indexing a:hover {
    color: #c62828;
}

/* -- Body Text -- */
[data-blog-theme="magazine"] .post-details .blog_description {
    font-family: 'Source Sans 3', 'Source Sans Pro', -apple-system, sans-serif;
    font-size: 1.08rem;
    line-height: 1.8;
    color: #333;
}

[data-blog-theme="magazine"] .post-details .blog_description p {
    font-family: 'Source Sans 3', 'Source Sans Pro', -apple-system, sans-serif;
    font-size: 1.08rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 1.4rem;
}

[data-blog-theme="magazine"] .blog_description li {
    font-family: 'Source Sans 3', 'Source Sans Pro', -apple-system, sans-serif;
    font-size: 1.08rem;
    line-height: 1.8;
    margin-bottom: 0.4rem;
}

[data-blog-theme="magazine"] .blog_description ul li::marker {
    color: #c62828;
    font-weight: 700;
}

[data-blog-theme="magazine"] .blog_description ol li::marker {
    color: #c62828;
    font-weight: 800;
}

[data-blog-theme="magazine"] .blog_description blockquote {
    border-left: 4px solid #c62828;
    margin: 2rem 0;
    padding: 1rem 1.5rem;
    background: #fafafa;
    font-style: italic;
    font-size: 1.15rem;
}

[data-blog-theme="magazine"] .blog_description strong {
    color: #1a1a1a;
    font-weight: 800;
}

/* -- Meta Info -- */
[data-blog-theme="magazine"] .post-details .ybc-blog-latest-toolbar {
    font-family: 'Source Sans 3', 'Source Sans Pro', -apple-system, sans-serif;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #888;
    margin-bottom: 1.2rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #e0e0e0;
}

[data-blog-theme="magazine"] .post-details .post-author-name {
    font-family: 'Source Sans 3', 'Source Sans Pro', -apple-system, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.85rem;
}

/* -- Read More -- */
[data-blog-theme="magazine"] .read_more {
    font-family: 'Source Sans 3', 'Source Sans Pro', -apple-system, sans-serif;
    font-style: normal;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #c62828;
    border-bottom: none;
    text-decoration: none;
    transition: color 0.15s;
}

[data-blog-theme="magazine"] .read_more:after {
    content: " \2192";
}

[data-blog-theme="magazine"] .read_more:hover {
    color: #a01a1a;
}

/* -- Categories in content -- */
[data-blog-theme="magazine"] .be-categories > a {
    font-family: 'Source Sans 3', 'Source Sans Pro', -apple-system, sans-serif;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #fff !important;
    background: #c62828 !important;
    padding: 3px 10px;
    border-radius: 2px;
    text-decoration: none;
    display: inline-block;
}

[data-blog-theme="magazine"] .be-categories > a:hover {
    background: #a01a1a !important;
    color: #fff !important;
}

/* -- Tags -- */
[data-blog-theme="magazine"] .ybc-blog-tags a {
    font-family: 'Source Sans 3', 'Source Sans Pro', -apple-system, sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    color: #666;
    text-decoration: none;
    border: 1px solid #ddd;
    padding: 3px 10px;
    display: inline-block;
    margin: 2px 4px 2px 0;
    transition: border-color 0.15s, color 0.15s;
}

[data-blog-theme="magazine"] .ybc-blog-tags a:hover {
    border-color: #c62828;
    color: #c62828;
}

/* -- Section Titles -- */
[data-blog-theme="magazine"] h4.title_blog {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: none;
    letter-spacing: -0.01em;
    color: #1a1a1a;
    padding-bottom: 12px;
    border-bottom: 3px solid #c62828;
    margin-bottom: 24px;
}

/* -- Related Post Titles -- */
[data-blog-theme="magazine"] .ybc_blog_content_block_item .ybc_title_block {
    font-family: 'Source Sans 3', 'Source Sans Pro', -apple-system, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-transform: none;
    line-height: 1.3;
    color: #1a1a1a;
}

[data-blog-theme="magazine"] .ybc_blog_content_block_item .ybc_title_block a {
    color: #1a1a1a;
}

[data-blog-theme="magazine"] .ybc_blog_content_block_item .ybc_title_block a:hover {
    color: #c62828;
}

[data-blog-theme="magazine"] .ybc_blog_content_block_item .blog_description {
    font-family: 'Source Sans 3', 'Source Sans Pro', -apple-system, sans-serif;
    font-size: 0.9rem;
    line-height: 1.6;
}

/* -- Floating TOC Panel -- */
[data-blog-theme="magazine"] .table_content {
    border: 2px solid #1a1a1a;
    border-radius: 0;
}

/* -- Breadcrumbs -- */
[data-blog-theme="magazine"] .ybc-blog-breadcrumb-a {
    font-family: 'Source Sans 3', 'Source Sans Pro', -apple-system, sans-serif;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #888;
}

[data-blog-theme="magazine"] .ybc-blog-breadcrumb-a:hover {
    color: #c62828;
}

/* -- Author Block -- */
[data-blog-theme="magazine"] .ybc-blog-author-detail .author_name {
    font-family: 'Source Sans 3', 'Source Sans Pro', -apple-system, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #1a1a1a;
}

[data-blog-theme="magazine"] .ybc-blog-author-detail .author_description {
    font-family: 'Source Sans 3', 'Source Sans Pro', -apple-system, sans-serif;
    font-size: 0.92rem;
    line-height: 1.7;
    color: #555;
}

/* -- Comment Section -- */
[data-blog-theme="magazine"] .ybc-blog-comment-form input,
[data-blog-theme="magazine"] .ybc-blog-comment-form textarea {
    font-family: 'Source Sans 3', 'Source Sans Pro', -apple-system, sans-serif;
    border-radius: 0;
    border: 2px solid #ddd;
}

/* -- Separator -- */
[data-blog-theme="magazine"] .ybc-blog-related-posts {
    border-top: none;
    padding-top: 2rem;
    margin-top: 2.5rem;
}

/* -- Image Hover -- */
[data-blog-theme="magazine"] .ybc_item_img:hover img {
    transform: scale(1.05);
    filter: brightness(1.02);
}

/* -- Related Products -- */
[data-blog-theme="magazine"] #ybc-blog-related-products h4 {
    font-family: 'Playfair Display', Georgia, serif;
    color: #1a1a1a;
    border-bottom: 3px solid #c62828;
    padding-bottom: 10px;
}


/* ==========================================================================
   MINIMAL - Ultra-clean sans-serif, generous whitespace
   ========================================================================== */

/* -- Post Title -- */
[data-blog-theme="minimal"] h1.page-heading,
[data-blog-theme="minimal"] .page-heading .title_cat {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.25;
    text-transform: none;
    color: #1a1a2e;
    margin-bottom: 16px;
}

/* -- Section Headings -- */
[data-blog-theme="minimal"] h2.ybc_heading,
[data-blog-theme="minimal"] .blog_description h2 {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 1.45rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.3;
    color: #1a1a2e;
    margin-top: 3rem;
    margin-bottom: 1rem;
}

[data-blog-theme="minimal"] .blog_description h3 {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 1.15rem;
    font-weight: 600;
    color: #1a1a2e;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

/* -- Table of Contents -- */
[data-blog-theme="minimal"] .ybc_indexing_box {
    border: 1px solid #eee;
    border-radius: 12px;
    margin-bottom: 3rem;
    background: #fff;
}

[data-blog-theme="minimal"] .ybc_indexing_box_title {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #8888a0;
    border-bottom: 1px solid #eee;
    padding: 16px 20px;
    background: transparent;
}

[data-blog-theme="minimal"] .ybc_indexing_content_post {
    padding: 12px 20px 16px;
}

[data-blog-theme="minimal"] .ybc_indexing {
    margin: 0;
    padding: 8px 0;
}

[data-blog-theme="minimal"] .ybc_indexing a {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #4a4a5a;
    text-decoration: none;
    line-height: 1.5;
    transition: color 0.15s;
}

[data-blog-theme="minimal"] .ybc_indexing a:hover {
    color: #5c6ac4;
}

/* -- Body Text -- */
[data-blog-theme="minimal"] .post-details .blog_description {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 1rem;
    line-height: 1.8;
    color: #4a4a5a;
}

[data-blog-theme="minimal"] .post-details .blog_description p {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 1rem;
    line-height: 1.8;
    color: #4a4a5a;
    margin-bottom: 1.5rem;
}

[data-blog-theme="minimal"] .blog_description li {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 0.3rem;
}

[data-blog-theme="minimal"] .blog_description ul li::marker {
    color: #5c6ac4;
}

[data-blog-theme="minimal"] .blog_description blockquote {
    border-left: 2px solid #5c6ac4;
    margin: 2rem 0;
    padding: 0.5rem 0 0.5rem 1.5rem;
    font-style: italic;
    color: #6a6a80;
}

[data-blog-theme="minimal"] .blog_description strong {
    color: #1a1a2e;
    font-weight: 600;
}

/* -- Meta Info -- */
[data-blog-theme="minimal"] .post-details .ybc-blog-latest-toolbar {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 0.82rem;
    color: #8888a0;
    margin-bottom: 2rem;
}

[data-blog-theme="minimal"] .post-details .post-author-name {
    font-family: 'Inter', -apple-system, sans-serif;
    font-weight: 600;
    color: #1a1a2e;
}

/* -- Read More -- */
[data-blog-theme="minimal"] .read_more {
    font-family: 'Inter', -apple-system, sans-serif;
    font-style: normal;
    font-size: 0.88rem;
    font-weight: 600;
    color: #5c6ac4;
    border-bottom: none;
    text-decoration: none;
    transition: color 0.15s;
}

[data-blog-theme="minimal"] .read_more:hover {
    color: #4959b8;
}

/* -- Tags -- */
[data-blog-theme="minimal"] .ybc-blog-tags a {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 0.82rem;
    font-weight: 500;
    color: #5c6ac4;
    background: #f0f0ff;
    padding: 4px 14px;
    border-radius: 20px;
    text-decoration: none;
    display: inline-block;
    margin: 2px 4px 2px 0;
    transition: background 0.15s;
}

[data-blog-theme="minimal"] .ybc-blog-tags a:hover {
    background: #e0e0ff;
}

/* -- Section Titles -- */
[data-blog-theme="minimal"] h4.title_blog {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #8888a0;
    border-bottom: none;
    margin-bottom: 24px;
}

/* -- Related Post Titles -- */
[data-blog-theme="minimal"] .ybc_blog_content_block_item .ybc_title_block {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: none;
    line-height: 1.4;
    color: #1a1a2e;
}

[data-blog-theme="minimal"] .ybc_blog_content_block_item .ybc_title_block a {
    color: #1a1a2e;
}

[data-blog-theme="minimal"] .ybc_blog_content_block_item .ybc_title_block a:hover {
    color: #5c6ac4;
}

[data-blog-theme="minimal"] .ybc_blog_content_block_item .blog_description {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 0.85rem;
    line-height: 1.6;
    color: #8888a0;
}

/* -- Floating TOC Panel -- */
[data-blog-theme="minimal"] .table_content {
    border: 1px solid #eee;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}

/* -- Breadcrumbs -- */
[data-blog-theme="minimal"] .ybc-blog-breadcrumb-a {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 0.8rem;
    color: #8888a0;
}

[data-blog-theme="minimal"] .ybc-blog-breadcrumb-a:hover {
    color: #5c6ac4;
}

/* -- Author Block -- */
[data-blog-theme="minimal"] .ybc-blog-author-detail .author_name {
    font-family: 'Inter', -apple-system, sans-serif;
    font-weight: 600;
    color: #1a1a2e;
}

[data-blog-theme="minimal"] .ybc-blog-author-detail .author_description {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 0.9rem;
    line-height: 1.7;
    color: #6a6a80;
}

/* -- Comment Section -- */
[data-blog-theme="minimal"] .ybc-blog-comment-form input,
[data-blog-theme="minimal"] .ybc-blog-comment-form textarea {
    font-family: 'Inter', -apple-system, sans-serif;
    border-radius: 12px;
    border: 1px solid #eee;
}

/* -- Separator -- */
[data-blog-theme="minimal"] .ybc-blog-related-posts {
    border-top: 1px solid #eee;
    padding-top: 2.5rem;
    margin-top: 2.5rem;
}

/* -- Image Hover -- */
[data-blog-theme="minimal"] .ybc_item_img:hover img {
    transform: scale(1.02);
}

/* -- Related Products -- */
[data-blog-theme="minimal"] #ybc-blog-related-products h4 {
    font-family: 'Inter', -apple-system, sans-serif;
    color: #8888a0;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.82rem;
}


/* ==========================================================================
   TECH - dev.to inspired: monospace accents, code-friendly, technical
   ========================================================================== */

/* -- Post Title -- */
[data-blog-theme="tech"] h1.page-heading,
[data-blog-theme="tech"] .page-heading .title_cat {
    font-family: 'IBM Plex Sans', -apple-system, sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
    text-transform: none;
    color: #1e1e1e;
    margin-bottom: 16px;
}

/* -- Section Headings -- */
[data-blog-theme="tech"] h2.ybc_heading,
[data-blog-theme="tech"] .blog_description h2 {
    font-family: 'IBM Plex Sans', -apple-system, sans-serif;
    font-size: 1.55rem;
    font-weight: 700;
    line-height: 1.3;
    color: #1e1e1e;
    margin-top: 2.5rem;
    margin-bottom: 0.8rem;
    padding-left: 16px;
    border-left: 4px solid #3b49df;
}

[data-blog-theme="tech"] .blog_description h3 {
    font-family: 'IBM Plex Sans', -apple-system, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #1e1e1e;
    margin-top: 2rem;
    margin-bottom: 0.6rem;
}

/* -- Table of Contents -- */
[data-blog-theme="tech"] .ybc_indexing_box {
    border: 1px solid #e2e2e8;
    border-radius: 8px;
    margin-bottom: 2rem;
    background: #f7f7f8;
    overflow: hidden;
}

[data-blog-theme="tech"] .ybc_indexing_box_title {
    font-family: 'IBM Plex Mono', 'Fira Code', monospace;
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #3b49df;
    background: #f0f0f5;
    border-bottom: 1px solid #e2e2e8;
    padding: 12px 16px;
}

[data-blog-theme="tech"] .ybc_indexing_content_post {
    padding: 8px 16px 12px;
    background: #f7f7f8;
}

[data-blog-theme="tech"] .ybc_indexing {
    margin: 0;
    padding: 5px 0;
    font-family: 'IBM Plex Sans', -apple-system, sans-serif;
}

[data-blog-theme="tech"] .ybc_indexing a {
    font-family: 'IBM Plex Sans', -apple-system, sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #525252;
    text-decoration: none;
    line-height: 1.5;
    transition: color 0.15s;
}

[data-blog-theme="tech"] .ybc_indexing a:hover {
    color: #3b49df;
}

[data-blog-theme="tech"] .ybc_indexing a:before {
    content: "#";
    color: #3b49df;
    font-family: 'IBM Plex Mono', monospace;
    font-weight: 700;
    margin-right: 6px;
    font-size: 0.85rem;
}

/* -- Body Text -- */
[data-blog-theme="tech"] .post-details .blog_description {
    font-family: 'IBM Plex Sans', -apple-system, sans-serif;
    font-size: 1.05rem;
    line-height: 1.75;
    color: #333;
}

[data-blog-theme="tech"] .post-details .blog_description p {
    font-family: 'IBM Plex Sans', -apple-system, sans-serif;
    font-size: 1.05rem;
    line-height: 1.75;
    color: #333;
    margin-bottom: 1.4rem;
}

[data-blog-theme="tech"] .blog_description li {
    font-family: 'IBM Plex Sans', -apple-system, sans-serif;
    font-size: 1.05rem;
    line-height: 1.75;
    margin-bottom: 0.4rem;
}

[data-blog-theme="tech"] .blog_description ul li::marker {
    color: #3b49df;
    font-weight: 700;
}

[data-blog-theme="tech"] .blog_description blockquote {
    background: #f7f7f8;
    border-left: 4px solid #3b49df;
    margin: 1.5rem 0;
    padding: 1rem 1.5rem;
    border-radius: 0 6px 6px 0;
}

[data-blog-theme="tech"] .blog_description code {
    font-family: 'IBM Plex Mono', 'Fira Code', monospace;
    background: #f0f0f5;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.9em;
}

[data-blog-theme="tech"] .blog_description pre {
    background: #1e1e2e;
    color: #e4e4e7;
    border-radius: 8px;
    padding: 1.2rem;
    overflow-x: auto;
}

[data-blog-theme="tech"] .blog_description strong {
    color: #1e1e1e;
    font-weight: 700;
}

/* -- Meta Info -- */
[data-blog-theme="tech"] .post-details .ybc-blog-latest-toolbar {
    font-family: 'IBM Plex Sans', -apple-system, sans-serif;
    font-size: 0.82rem;
    color: #8b8b8b;
    margin-bottom: 1.5rem;
}

[data-blog-theme="tech"] .post-details .post-author-name {
    font-family: 'IBM Plex Sans', -apple-system, sans-serif;
    font-weight: 600;
    color: #3b49df;
}

/* -- Read More -- */
[data-blog-theme="tech"] .read_more {
    font-family: 'IBM Plex Sans', -apple-system, sans-serif;
    font-style: normal;
    font-size: 0.85rem;
    font-weight: 600;
    color: #fff !important;
    background: #3b49df;
    border: none;
    border-bottom: none;
    padding: 5px 14px;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.15s;
}

[data-blog-theme="tech"] .read_more:hover {
    background: #2f3ab8;
    color: #fff !important;
}

/* -- Tags -- */
[data-blog-theme="tech"] .ybc-blog-tags a {
    font-family: 'IBM Plex Sans', -apple-system, sans-serif;
    font-size: 0.82rem;
    font-weight: 500;
    color: #3b49df;
    text-decoration: none;
    border: 1px solid #3b49df;
    padding: 3px 10px;
    border-radius: 6px;
    display: inline-block;
    margin: 2px 4px 2px 0;
    transition: background 0.15s, color 0.15s;
}

[data-blog-theme="tech"] .ybc-blog-tags a:hover {
    background: #3b49df;
    color: #fff;
}

[data-blog-theme="tech"] .ybc-blog-tags a:before {
    content: "#";
    font-weight: 700;
    margin-right: 2px;
}

/* -- Section Titles -- */
[data-blog-theme="tech"] h4.title_blog {
    font-family: 'IBM Plex Sans', -apple-system, sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    text-transform: none;
    color: #1e1e1e;
    padding-left: 12px;
    border-left: 4px solid #3b49df;
    margin-bottom: 20px;
}

/* -- Related Post Titles -- */
[data-blog-theme="tech"] .ybc_blog_content_block_item .ybc_title_block {
    font-family: 'IBM Plex Sans', -apple-system, sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: none;
    line-height: 1.35;
    color: #1e1e1e;
}

[data-blog-theme="tech"] .ybc_blog_content_block_item .ybc_title_block a {
    color: #1e1e1e;
}

[data-blog-theme="tech"] .ybc_blog_content_block_item .ybc_title_block a:hover {
    color: #3b49df;
}

[data-blog-theme="tech"] .ybc_blog_content_block_item .blog_description {
    font-family: 'IBM Plex Sans', -apple-system, sans-serif;
    font-size: 0.85rem;
    line-height: 1.6;
    color: #8b8b8b;
}

/* -- Floating TOC Panel -- */
[data-blog-theme="tech"] .table_content {
    border: 1px solid #e2e2e8;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(59,73,223,0.1);
}

/* -- Breadcrumbs -- */
[data-blog-theme="tech"] .ybc-blog-breadcrumb-a {
    font-family: 'IBM Plex Sans', -apple-system, sans-serif;
    font-size: 0.82rem;
    color: #8b8b8b;
}

[data-blog-theme="tech"] .ybc-blog-breadcrumb-a:hover {
    color: #3b49df;
}

/* -- Author Block -- */
[data-blog-theme="tech"] .ybc-blog-author-detail .author_name {
    font-family: 'IBM Plex Sans', -apple-system, sans-serif;
    font-weight: 700;
    color: #3b49df;
}

[data-blog-theme="tech"] .ybc-blog-author-detail .author_description {
    font-family: 'IBM Plex Sans', -apple-system, sans-serif;
    font-size: 0.92rem;
    line-height: 1.7;
    color: #525252;
}

/* -- Comment Section -- */
[data-blog-theme="tech"] .ybc-blog-comment-form input,
[data-blog-theme="tech"] .ybc-blog-comment-form textarea {
    font-family: 'IBM Plex Sans', -apple-system, sans-serif;
    border-radius: 6px;
    border: 1px solid #e2e2e8;
    background: #f7f7f8;
}

/* -- Separator -- */
[data-blog-theme="tech"] .ybc-blog-related-posts {
    border-top: 2px solid #e2e2e8;
    padding-top: 2rem;
    margin-top: 2rem;
}

/* -- Image Hover -- */
[data-blog-theme="tech"] .ybc_item_img:hover img {
    transform: scale(1.03);
    filter: brightness(1.05);
}

/* -- Related Products -- */
[data-blog-theme="tech"] #ybc-blog-related-products h4 {
    font-family: 'IBM Plex Sans', -apple-system, sans-serif;
    color: #1e1e1e;
    padding-left: 12px;
    border-left: 4px solid #3b49df;
}


/* ==========================================================================
   ELEGANTE - Luxury serif, refined, gold accents, generous line-height
   ========================================================================== */

/* -- Post Title -- */
[data-blog-theme="elegante"] h1.page-heading,
[data-blog-theme="elegante"] .page-heading .title_cat {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.15;
    text-transform: none;
    color: #2c1810;
    margin-bottom: 20px;
}

/* -- Section Headings -- */
[data-blog-theme="elegante"] h2.ybc_heading,
[data-blog-theme="elegante"] .blog_description h2 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.85rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.25;
    color: #2c1810;
    margin-top: 3rem;
    margin-bottom: 1rem;
}

[data-blog-theme="elegante"] .blog_description h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.4rem;
    font-weight: 600;
    font-style: italic;
    color: #2c1810;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

/* -- Table of Contents -- */
[data-blog-theme="elegante"] .ybc_indexing_box {
    border: none;
    border-top: 2px solid #b8860b;
    border-bottom: 2px solid #b8860b;
    border-radius: 0;
    margin-bottom: 3rem;
    padding: 0;
}

[data-blog-theme="elegante"] .ybc_indexing_box_title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #b8860b;
    border-bottom: none;
    padding: 16px 4px 8px;
    background: transparent;
    text-align: center;
}

[data-blog-theme="elegante"] .ybc_indexing_content_post {
    padding: 8px 4px 16px;
    text-align: center;
}

[data-blog-theme="elegante"] .ybc_indexing {
    margin: 0;
    padding: 6px 0;
    text-align: center;
}

[data-blog-theme="elegante"] .ybc_indexing a {
    font-family: 'Lora', Georgia, serif;
    font-size: 0.95rem;
    font-weight: 400;
    color: #5a4030;
    text-decoration: none;
    line-height: 1.6;
    font-style: italic;
    transition: color 0.2s;
}

[data-blog-theme="elegante"] .ybc_indexing a:hover {
    color: #b8860b;
}

/* -- Body Text -- */
[data-blog-theme="elegante"] .post-details .blog_description {
    font-family: 'Lora', Georgia, serif;
    font-size: 1.08rem;
    line-height: 2;
    color: #3a2820;
    letter-spacing: 0.01em;
}

[data-blog-theme="elegante"] .post-details .blog_description p {
    font-family: 'Lora', Georgia, serif;
    font-size: 1.08rem;
    line-height: 2;
    color: #3a2820;
    margin-bottom: 1.8rem;
}

[data-blog-theme="elegante"] .blog_description li {
    font-family: 'Lora', Georgia, serif;
    font-size: 1.08rem;
    line-height: 2;
    margin-bottom: 0.5rem;
}

[data-blog-theme="elegante"] .blog_description ul li::marker {
    color: #b8860b;
}

[data-blog-theme="elegante"] .blog_description blockquote {
    border-left: 2px solid #b8860b;
    margin: 2.5rem 0;
    padding: 0.5rem 0 0.5rem 2rem;
    font-style: italic;
    font-size: 1.2rem;
    line-height: 1.8;
    color: #5a4030;
}

[data-blog-theme="elegante"] .blog_description strong {
    color: #2c1810;
    font-weight: 600;
}

/* -- Meta Info -- */
[data-blog-theme="elegante"] .post-details .ybc-blog-latest-toolbar {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    color: #8a7060;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e8dcc8;
}

[data-blog-theme="elegante"] .post-details .post-author-name {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.05em;
    color: #2c1810;
}

[data-blog-theme="elegante"] .post-details .post-author-label {
    font-style: italic;
}

/* -- Read More -- */
[data-blog-theme="elegante"] .read_more {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-style: italic;
    font-size: 0.95rem;
    font-weight: 500;
    color: #b8860b;
    border-bottom: 1px solid #b8860b;
    text-decoration: none;
    letter-spacing: 0.03em;
    padding-bottom: 2px;
    transition: color 0.2s;
}

[data-blog-theme="elegante"] .read_more:hover {
    color: #956e09;
    border-bottom-color: #956e09;
}

/* -- Tags -- */
[data-blog-theme="elegante"] .ybc-blog-tags a {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 0.9rem;
    font-style: italic;
    color: #8a7060;
    text-decoration: none;
    display: inline-block;
    margin: 2px 4px 2px 0;
    transition: color 0.2s;
}

[data-blog-theme="elegante"] .ybc-blog-tags a:hover {
    color: #b8860b;
}

/* -- Section Titles -- */
[data-blog-theme="elegante"] h4.title_blog {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #b8860b;
    text-align: center;
    border-bottom: none;
    margin-bottom: 28px;
}

[data-blog-theme="elegante"] h4.title_blog:after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #b8860b;
    margin: 10px auto 0;
}

/* -- Related Post Titles -- */
[data-blog-theme="elegante"] .ybc_blog_content_block_item .ybc_title_block {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: none;
    line-height: 1.35;
    letter-spacing: 0.01em;
    color: #2c1810;
}

[data-blog-theme="elegante"] .ybc_blog_content_block_item .ybc_title_block a {
    color: #2c1810;
}

[data-blog-theme="elegante"] .ybc_blog_content_block_item .ybc_title_block a:hover {
    color: #b8860b;
}

[data-blog-theme="elegante"] .ybc_blog_content_block_item .blog_description {
    font-family: 'Lora', Georgia, serif;
    font-size: 0.88rem;
    line-height: 1.7;
    color: #8a7060;
}

/* -- Floating TOC Panel -- */
[data-blog-theme="elegante"] .table_content {
    border: 1px solid #e8dcc8;
    border-radius: 2px;
    box-shadow: 0 4px 16px rgba(44,24,16,0.08);
}

/* -- Breadcrumbs -- */
[data-blog-theme="elegante"] .ybc-blog-breadcrumb-a {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 0.88rem;
    font-style: italic;
    color: #8a7060;
}

[data-blog-theme="elegante"] .ybc-blog-breadcrumb-a:hover {
    color: #b8860b;
}

/* -- Author Block -- */
[data-blog-theme="elegante"] .ybc-blog-author-detail .author_name {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    color: #2c1810;
}

[data-blog-theme="elegante"] .ybc-blog-author-detail .author_description {
    font-family: 'Lora', Georgia, serif;
    font-size: 0.92rem;
    line-height: 1.8;
    font-style: italic;
    color: #5a4030;
}

/* -- Comment Section -- */
[data-blog-theme="elegante"] .ybc-blog-comment-form input,
[data-blog-theme="elegante"] .ybc-blog-comment-form textarea {
    font-family: 'Lora', Georgia, serif;
    border-radius: 2px;
    border: 1px solid #e8dcc8;
}

/* -- Separator -- */
[data-blog-theme="elegante"] .ybc-blog-related-posts {
    border-top: 2px solid #b8860b;
    padding-top: 2.5rem;
    margin-top: 3rem;
}

/* -- Image Hover -- */
[data-blog-theme="elegante"] .ybc_item_img:hover img {
    transform: scale(1.02);
    filter: saturate(1.1);
}

/* -- Related Products -- */
[data-blog-theme="elegante"] #ybc-blog-related-products h4 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    color: #b8860b;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    text-align: center;
}


/* ==========================================================================
   OSCURO - Dark accents on white: inverted sections, bold contrast
   ========================================================================== */

/* -- Post Title -- */
[data-blog-theme="oscuro"] h1.page-heading,
[data-blog-theme="oscuro"] .page-heading .title_cat {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
    text-transform: none;
    color: #1e1e2e;
    margin-bottom: 16px;
}

/* -- Section Headings -- */
[data-blog-theme="oscuro"] h2.ybc_heading,
[data-blog-theme="oscuro"] .blog_description h2 {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    background: #1e1e2e;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    padding: 10px 16px;
    border-radius: 6px;
    margin-left: -16px;
    margin-right: -16px;
}

[data-blog-theme="oscuro"] .blog_description h3 {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #1e1e2e;
    margin-top: 2rem;
    margin-bottom: 0.6rem;
}

/* -- Table of Contents -- */
[data-blog-theme="oscuro"] .ybc_indexing_box {
    border: none;
    border-radius: 8px;
    margin-bottom: 2.5rem;
    background: #1e1e2e;
    overflow: hidden;
}

[data-blog-theme="oscuro"] .ybc_indexing_box_title {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #818cf8;
    background: #1e1e2e;
    border-bottom: 1px solid #3a3a50;
    padding: 14px 18px;
}

[data-blog-theme="oscuro"] .ybc_indexing_box_title .close_open_heading:before {
    border-color: #818cf8;
}

[data-blog-theme="oscuro"] .ybc_indexing_content_post {
    padding: 8px 18px 14px;
    background: #1e1e2e;
}

[data-blog-theme="oscuro"] .ybc_indexing {
    margin: 0;
    padding: 6px 0;
}

[data-blog-theme="oscuro"] .ybc_indexing a {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #b0b0c0;
    text-decoration: none;
    line-height: 1.5;
    transition: color 0.15s;
}

[data-blog-theme="oscuro"] .ybc_indexing a:hover {
    color: #818cf8;
}

[data-blog-theme="oscuro"] .ybc_indexing_content_post::-webkit-scrollbar-track {
    background-color: #2a2a40;
}

[data-blog-theme="oscuro"] .ybc_indexing_content_post::-webkit-scrollbar-thumb {
    background-color: #555;
}

/* -- Body Text -- */
[data-blog-theme="oscuro"] .post-details .blog_description {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 1.02rem;
    line-height: 1.8;
    color: #404050;
}

[data-blog-theme="oscuro"] .post-details .blog_description p {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 1.02rem;
    line-height: 1.8;
    color: #404050;
    margin-bottom: 1.4rem;
}

[data-blog-theme="oscuro"] .blog_description li {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 1.02rem;
    line-height: 1.8;
    margin-bottom: 0.4rem;
}

[data-blog-theme="oscuro"] .blog_description ul li::marker {
    color: #818cf8;
}

[data-blog-theme="oscuro"] .blog_description blockquote {
    border-left: 4px solid #818cf8;
    margin: 1.5rem 0;
    padding: 1rem 1.5rem;
    background: #f5f5fa;
    border-radius: 0 6px 6px 0;
}

[data-blog-theme="oscuro"] .blog_description strong {
    color: #1e1e2e;
    font-weight: 700;
}

/* -- Meta Info -- */
[data-blog-theme="oscuro"] .post-details .ybc-blog-latest-toolbar {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 0.82rem;
    color: #7878a0;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e8e8f0;
}

[data-blog-theme="oscuro"] .post-details .post-author-name {
    font-family: 'Inter', -apple-system, sans-serif;
    font-weight: 600;
    color: #1e1e2e;
}

/* -- Read More -- */
[data-blog-theme="oscuro"] .read_more {
    font-family: 'Inter', -apple-system, sans-serif;
    font-style: normal;
    font-size: 0.82rem;
    font-weight: 600;
    color: #fff !important;
    background: #1e1e2e;
    border: none;
    border-bottom: none;
    padding: 5px 14px;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.15s;
}

[data-blog-theme="oscuro"] .read_more:hover {
    background: #818cf8;
    color: #fff !important;
}

/* -- Tags -- */
[data-blog-theme="oscuro"] .ybc-blog-tags a {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 0.82rem;
    font-weight: 500;
    color: #fff;
    background: #1e1e2e;
    padding: 4px 12px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    margin: 2px 4px 2px 0;
    transition: background 0.15s;
}

[data-blog-theme="oscuro"] .ybc-blog-tags a:hover {
    background: #818cf8;
}

/* -- Section Titles -- */
[data-blog-theme="oscuro"] h4.title_blog {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: none;
    color: #fff;
    background: #1e1e2e;
    padding: 10px 16px;
    border-radius: 6px;
    margin-bottom: 20px;
}

/* -- Related Post Titles -- */
[data-blog-theme="oscuro"] .ybc_blog_content_block_item .ybc_title_block {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: none;
    line-height: 1.35;
    color: #1e1e2e;
}

[data-blog-theme="oscuro"] .ybc_blog_content_block_item .ybc_title_block a {
    color: #1e1e2e;
}

[data-blog-theme="oscuro"] .ybc_blog_content_block_item .ybc_title_block a:hover {
    color: #818cf8;
}

[data-blog-theme="oscuro"] .ybc_blog_content_block_item .blog_description {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 0.85rem;
    line-height: 1.6;
    color: #7878a0;
}

/* -- Floating TOC Panel -- */
[data-blog-theme="oscuro"] .table_content {
    background: #1e1e2e;
    border: 1px solid #3a3a50;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    color: #e4e4e7;
}

[data-blog-theme="oscuro"] .table_content .table-title {
    color: #818cf8;
    background: #1e1e2e;
    border-bottom-color: #3a3a50;
}

[data-blog-theme="oscuro"] .table_content .ybc_indexing a {
    color: #b0b0c0;
}

[data-blog-theme="oscuro"] .table_content .ybc_indexing a:hover {
    color: #818cf8;
}

/* -- Breadcrumbs -- */
[data-blog-theme="oscuro"] .ybc-blog-breadcrumb-a {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 0.82rem;
    color: #7878a0;
}

[data-blog-theme="oscuro"] .ybc-blog-breadcrumb-a:hover {
    color: #818cf8;
}

/* -- Author Block -- */
[data-blog-theme="oscuro"] .ybc-blog-author-detail .author_name {
    font-family: 'Inter', -apple-system, sans-serif;
    font-weight: 700;
    color: #1e1e2e;
}

[data-blog-theme="oscuro"] .ybc-blog-author-detail .author_description {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 0.92rem;
    line-height: 1.7;
    color: #404050;
}

/* -- Comment Section -- */
[data-blog-theme="oscuro"] .ybc-blog-comment-form input,
[data-blog-theme="oscuro"] .ybc-blog-comment-form textarea {
    font-family: 'Inter', -apple-system, sans-serif;
    border-radius: 6px;
    border: 1px solid #e8e8f0;
}

/* -- Separator -- */
[data-blog-theme="oscuro"] .ybc-blog-related-posts {
    border-top: 2px solid #1e1e2e;
    padding-top: 2rem;
    margin-top: 2rem;
}

/* -- Image Hover -- */
[data-blog-theme="oscuro"] .ybc_item_img:hover img {
    transform: scale(1.03);
    filter: brightness(0.95);
}

/* -- Related Products -- */
[data-blog-theme="oscuro"] #ybc-blog-related-products h4 {
    font-family: 'Inter', -apple-system, sans-serif;
    color: #fff;
    background: #1e1e2e;
    padding: 8px 16px;
    border-radius: 6px;
}


/* ==========================================================================
   VIBRANTE - Playful, colorful gradients, rounded, energetic
   ========================================================================== */

/* -- Post Title -- */
[data-blog-theme="vibrante"] h1.page-heading,
[data-blog-theme="vibrante"] .page-heading .title_cat {
    font-family: 'Poppins', -apple-system, sans-serif;
    font-size: 2.3rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
    text-transform: none;
    color: #2d2042;
    margin-bottom: 16px;
}

/* -- Section Headings -- */
[data-blog-theme="vibrante"] h2.ybc_heading,
[data-blog-theme="vibrante"] .blog_description h2 {
    font-family: 'Poppins', -apple-system, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
    background: linear-gradient(135deg, #7c3aed, #4f46e5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

[data-blog-theme="vibrante"] .blog_description h3 {
    font-family: 'Poppins', -apple-system, sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #2d2042;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

/* -- Table of Contents -- */
[data-blog-theme="vibrante"] .ybc_indexing_box {
    border: none;
    border-radius: 16px;
    margin-bottom: 2.5rem;
    background: linear-gradient(135deg, #faf5ff, #eef2ff);
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(124,58,237,0.08);
}

[data-blog-theme="vibrante"] .ybc_indexing_box_title {
    font-family: 'Poppins', -apple-system, sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    background: linear-gradient(135deg, #7c3aed, #4f46e5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    border-bottom: 1px solid rgba(124,58,237,0.15);
    padding: 16px 20px;
}

[data-blog-theme="vibrante"] .ybc_indexing_box_title .close_open_heading:before {
    border-color: #7c3aed;
}

[data-blog-theme="vibrante"] .ybc_indexing_content_post {
    padding: 10px 20px 16px;
}

[data-blog-theme="vibrante"] .ybc_indexing {
    margin: 0;
    padding: 7px 0;
}

[data-blog-theme="vibrante"] .ybc_indexing a {
    font-family: 'Nunito', -apple-system, sans-serif;
    font-size: 0.92rem;
    font-weight: 600;
    color: #554968;
    text-decoration: none;
    line-height: 1.5;
    transition: color 0.2s;
}

[data-blog-theme="vibrante"] .ybc_indexing a:hover {
    color: #7c3aed;
}

/* -- Body Text -- */
[data-blog-theme="vibrante"] .post-details .blog_description {
    font-family: 'Nunito', -apple-system, sans-serif;
    font-size: 1.05rem;
    line-height: 1.8;
    color: #3a3050;
}

[data-blog-theme="vibrante"] .post-details .blog_description p {
    font-family: 'Nunito', -apple-system, sans-serif;
    font-size: 1.05rem;
    line-height: 1.8;
    color: #3a3050;
    margin-bottom: 1.5rem;
}

[data-blog-theme="vibrante"] .blog_description li {
    font-family: 'Nunito', -apple-system, sans-serif;
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 0.4rem;
}

[data-blog-theme="vibrante"] .blog_description ul li::marker {
    color: #7c3aed;
    font-weight: 700;
}

[data-blog-theme="vibrante"] .blog_description blockquote {
    border-left: 4px solid;
    border-image: linear-gradient(135deg, #7c3aed, #4f46e5) 1;
    margin: 2rem 0;
    padding: 1rem 1.5rem;
    background: #faf5ff;
    border-radius: 0 12px 12px 0;
}

[data-blog-theme="vibrante"] .blog_description strong {
    color: #2d2042;
    font-weight: 800;
}

/* -- Meta Info -- */
[data-blog-theme="vibrante"] .post-details .ybc-blog-latest-toolbar {
    font-family: 'Nunito', -apple-system, sans-serif;
    font-size: 0.85rem;
    color: #8878a0;
    margin-bottom: 1.5rem;
}

[data-blog-theme="vibrante"] .post-details .post-author-name {
    font-family: 'Poppins', -apple-system, sans-serif;
    font-weight: 700;
    color: #7c3aed;
}

/* -- Read More -- */
[data-blog-theme="vibrante"] .read_more {
    font-family: 'Poppins', -apple-system, sans-serif;
    font-style: normal;
    font-size: 0.85rem;
    font-weight: 700;
    color: #fff !important;
    background: linear-gradient(135deg, #7c3aed, #4f46e5);
    border: none;
    border-bottom: none;
    padding: 6px 16px;
    border-radius: 20px;
    text-decoration: none;
    transition: opacity 0.2s;
}

[data-blog-theme="vibrante"] .read_more:hover {
    opacity: 0.85;
    color: #fff !important;
}

/* -- Tags -- */
[data-blog-theme="vibrante"] .ybc-blog-tags a {
    font-family: 'Nunito', -apple-system, sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    color: #7c3aed;
    background: #faf5ff;
    padding: 4px 14px;
    border-radius: 20px;
    text-decoration: none;
    display: inline-block;
    margin: 2px 4px 2px 0;
    border: 1px solid rgba(124,58,237,0.2);
    transition: background 0.2s, color 0.2s;
}

[data-blog-theme="vibrante"] .ybc-blog-tags a:hover {
    background: #7c3aed;
    color: #fff;
    border-color: #7c3aed;
}

/* -- Section Titles -- */
[data-blog-theme="vibrante"] h4.title_blog {
    font-family: 'Poppins', -apple-system, sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    text-transform: none;
    background: linear-gradient(135deg, #7c3aed, #4f46e5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
}

/* -- Related Post Titles -- */
[data-blog-theme="vibrante"] .ybc_blog_content_block_item .ybc_title_block {
    font-family: 'Poppins', -apple-system, sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: none;
    line-height: 1.35;
    color: #2d2042;
}

[data-blog-theme="vibrante"] .ybc_blog_content_block_item .ybc_title_block a {
    color: #2d2042;
}

[data-blog-theme="vibrante"] .ybc_blog_content_block_item .ybc_title_block a:hover {
    color: #7c3aed;
}

[data-blog-theme="vibrante"] .ybc_blog_content_block_item .blog_description {
    font-family: 'Nunito', -apple-system, sans-serif;
    font-size: 0.85rem;
    line-height: 1.6;
    color: #8878a0;
}

/* -- Floating TOC Panel -- */
[data-blog-theme="vibrante"] .table_content {
    border: none;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(124,58,237,0.12);
}

/* -- Breadcrumbs -- */
[data-blog-theme="vibrante"] .ybc-blog-breadcrumb-a {
    font-family: 'Nunito', -apple-system, sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    color: #8878a0;
}

[data-blog-theme="vibrante"] .ybc-blog-breadcrumb-a:hover {
    color: #7c3aed;
}

/* -- Author Block -- */
[data-blog-theme="vibrante"] .ybc-blog-author-detail .author_name {
    font-family: 'Poppins', -apple-system, sans-serif;
    font-weight: 700;
    color: #7c3aed;
}

[data-blog-theme="vibrante"] .ybc-blog-author-detail .author_description {
    font-family: 'Nunito', -apple-system, sans-serif;
    font-size: 0.92rem;
    line-height: 1.7;
    color: #554968;
}

/* -- Comment Section -- */
[data-blog-theme="vibrante"] .ybc-blog-comment-form input,
[data-blog-theme="vibrante"] .ybc-blog-comment-form textarea {
    font-family: 'Nunito', -apple-system, sans-serif;
    border-radius: 12px;
    border: 1px solid rgba(124,58,237,0.2);
}

/* -- Separator -- */
[data-blog-theme="vibrante"] .ybc-blog-related-posts {
    border-top: 3px solid;
    border-image: linear-gradient(135deg, #7c3aed, #4f46e5) 1;
    padding-top: 2rem;
    margin-top: 2.5rem;
}

/* -- Image Hover -- */
[data-blog-theme="vibrante"] .ybc_item_img:hover img {
    transform: scale(1.04);
    filter: saturate(1.15) brightness(1.02);
}

/* -- Related Products -- */
[data-blog-theme="vibrante"] #ybc-blog-related-products h4 {
    font-family: 'Poppins', -apple-system, sans-serif;
    background: linear-gradient(135deg, #7c3aed, #4f46e5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


/* ==========================================================================
   CLASICO - Traditional blog: Merriweather serif, familiar structure
   ========================================================================== */

/* -- Post Title -- */
[data-blog-theme="clasico"] h1.page-heading,
[data-blog-theme="clasico"] .page-heading .title_cat {
    font-family: 'Merriweather', Georgia, serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.3;
    text-transform: none;
    color: #333;
    margin-bottom: 16px;
}

/* -- Section Headings -- */
[data-blog-theme="clasico"] h2.ybc_heading,
[data-blog-theme="clasico"] .blog_description h2 {
    font-family: 'Merriweather', Georgia, serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    color: #333;
    margin-top: 2rem;
    margin-bottom: 0.8rem;
}

[data-blog-theme="clasico"] .blog_description h3 {
    font-family: 'Merriweather', Georgia, serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #333;
    margin-top: 1.5rem;
    margin-bottom: 0.6rem;
}

/* -- Table of Contents -- */
[data-blog-theme="clasico"] .ybc_indexing_box {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 2rem;
    background: #fafafa;
}

[data-blog-theme="clasico"] .ybc_indexing_box_title {
    font-family: 'Open Sans', -apple-system, sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding: 12px 16px;
    background: #f5f5f5;
}

[data-blog-theme="clasico"] .ybc_indexing_content_post {
    padding: 10px 16px 14px;
}

[data-blog-theme="clasico"] .ybc_indexing {
    margin: 0;
    padding: 5px 0;
}

[data-blog-theme="clasico"] .ybc_indexing a {
    font-family: 'Open Sans', -apple-system, sans-serif;
    font-size: 0.9rem;
    color: #0073aa;
    text-decoration: none;
    line-height: 1.5;
    transition: color 0.15s;
}

[data-blog-theme="clasico"] .ybc_indexing a:hover {
    color: #005177;
    text-decoration: underline;
}

/* -- Body Text -- */
[data-blog-theme="clasico"] .post-details .blog_description {
    font-family: 'Open Sans', -apple-system, sans-serif;
    font-size: 1rem;
    line-height: 1.75;
    color: #444;
}

[data-blog-theme="clasico"] .post-details .blog_description p {
    font-family: 'Open Sans', -apple-system, sans-serif;
    font-size: 1rem;
    line-height: 1.75;
    color: #444;
    margin-bottom: 1.3rem;
}

[data-blog-theme="clasico"] .blog_description li {
    font-family: 'Open Sans', -apple-system, sans-serif;
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 0.3rem;
}

[data-blog-theme="clasico"] .blog_description ul li::marker {
    color: #0073aa;
}

[data-blog-theme="clasico"] .blog_description blockquote {
    border-left: 3px solid #0073aa;
    margin: 1.5rem 0;
    padding: 0.5rem 0 0.5rem 1.2rem;
    font-style: italic;
    color: #666;
}

[data-blog-theme="clasico"] .blog_description strong {
    color: #333;
    font-weight: 700;
}

/* -- Meta Info -- */
[data-blog-theme="clasico"] .post-details .ybc-blog-latest-toolbar {
    font-family: 'Open Sans', -apple-system, sans-serif;
    font-size: 0.85rem;
    color: #999;
    margin-bottom: 1.2rem;
}

[data-blog-theme="clasico"] .post-details .post-author-name {
    font-family: 'Open Sans', -apple-system, sans-serif;
    font-weight: 700;
    color: #333;
}

/* -- Read More -- */
[data-blog-theme="clasico"] .read_more {
    font-family: 'Open Sans', -apple-system, sans-serif;
    font-style: italic;
    font-size: 0.9rem;
    color: #0073aa;
    border-bottom: 1px dotted #0073aa;
    text-decoration: none;
    transition: color 0.15s;
}

[data-blog-theme="clasico"] .read_more:hover {
    color: #005177;
    border-bottom-color: #005177;
}

/* -- Tags -- */
[data-blog-theme="clasico"] .ybc-blog-tags a {
    font-family: 'Open Sans', -apple-system, sans-serif;
    font-size: 0.85rem;
    color: #0073aa;
    text-decoration: none;
    display: inline-block;
    margin: 2px 4px 2px 0;
    transition: color 0.15s;
}

[data-blog-theme="clasico"] .ybc-blog-tags a:hover {
    text-decoration: underline;
}

/* -- Section Titles -- */
[data-blog-theme="clasico"] h4.title_blog {
    font-family: 'Merriweather', Georgia, serif;
    font-size: 1.15rem;
    font-weight: 700;
    text-transform: none;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 2px solid #0073aa;
    margin-bottom: 24px;
}

/* -- Related Post Titles -- */
[data-blog-theme="clasico"] .ybc_blog_content_block_item .ybc_title_block {
    font-family: 'Merriweather', Georgia, serif;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: none;
    line-height: 1.4;
    color: #333;
}

[data-blog-theme="clasico"] .ybc_blog_content_block_item .ybc_title_block a {
    color: #333;
}

[data-blog-theme="clasico"] .ybc_blog_content_block_item .ybc_title_block a:hover {
    color: #0073aa;
}

[data-blog-theme="clasico"] .ybc_blog_content_block_item .blog_description {
    font-family: 'Open Sans', -apple-system, sans-serif;
    font-size: 0.88rem;
    line-height: 1.6;
    color: #666;
}

/* -- Floating TOC Panel -- */
[data-blog-theme="clasico"] .table_content {
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* -- Breadcrumbs -- */
[data-blog-theme="clasico"] .ybc-blog-breadcrumb-a {
    font-family: 'Open Sans', -apple-system, sans-serif;
    font-size: 0.85rem;
    color: #999;
}

[data-blog-theme="clasico"] .ybc-blog-breadcrumb-a:hover {
    color: #0073aa;
}

/* -- Author Block -- */
[data-blog-theme="clasico"] .ybc-blog-author-detail .author_name {
    font-family: 'Open Sans', -apple-system, sans-serif;
    font-weight: 700;
    color: #333;
}

[data-blog-theme="clasico"] .ybc-blog-author-detail .author_description {
    font-family: 'Open Sans', -apple-system, sans-serif;
    font-size: 0.92rem;
    line-height: 1.7;
    color: #666;
}

/* -- Comment Section -- */
[data-blog-theme="clasico"] .ybc-blog-comment-form input,
[data-blog-theme="clasico"] .ybc-blog-comment-form textarea {
    font-family: 'Open Sans', -apple-system, sans-serif;
    border-radius: 4px;
}

/* -- Separator -- */
[data-blog-theme="clasico"] .ybc-blog-related-posts {
    border-top: 2px solid #0073aa;
    padding-top: 2rem;
    margin-top: 2rem;
}

/* -- Image Hover -- */
[data-blog-theme="clasico"] .ybc_item_img:hover img {
    transform: scale(1.03);
}

/* -- Related Products -- */
[data-blog-theme="clasico"] #ybc-blog-related-products h4 {
    font-family: 'Merriweather', Georgia, serif;
    color: #333;
    border-bottom: 2px solid #0073aa;
    padding-bottom: 10px;
}


/* ==========================================================================
   CORPORATIVO - Brand style: teal (#176c74), Inter + Open Sans, clean
   ========================================================================== */

/* -- Post Title -- */
[data-blog-theme="corporativo"] h1.page-heading,
[data-blog-theme="corporativo"] .page-heading .title_cat {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
    text-transform: none;
    color: #1a1a1a;
    margin-bottom: 16px;
}

/* -- Section Headings -- */
[data-blog-theme="corporativo"] h2.ybc_heading,
[data-blog-theme="corporativo"] .blog_description h2 {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 1.55rem;
    font-weight: 600;
    line-height: 1.3;
    color: #1a1a1a;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    padding-bottom: 8px;
    border-bottom: 2px solid #176c74;
}

[data-blog-theme="corporativo"] .blog_description h3 {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #176c74;
    margin-top: 2rem;
    margin-bottom: 0.6rem;
}

/* -- Table of Contents -- */
[data-blog-theme="corporativo"] .ybc_indexing_box {
    border: none;
    border-top: 3px solid #176c74;
    border-radius: 0 0 6px 6px;
    margin-bottom: 2.5rem;
    background: #f8fafa;
    box-shadow: 0 2px 8px rgba(23,108,116,0.06);
}

[data-blog-theme="corporativo"] .ybc_indexing_box_title {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #176c74;
    border-bottom: 1px solid #e0eded;
    padding: 14px 18px;
    background: transparent;
}

[data-blog-theme="corporativo"] .ybc_indexing_content_post {
    padding: 10px 18px 14px;
}

[data-blog-theme="corporativo"] .ybc_indexing {
    margin: 0;
    padding: 6px 0;
}

[data-blog-theme="corporativo"] .ybc_indexing a {
    font-family: 'Open Sans', -apple-system, sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #444;
    text-decoration: none;
    line-height: 1.5;
    transition: color 0.15s;
}

[data-blog-theme="corporativo"] .ybc_indexing a:hover {
    color: #176c74;
}

/* -- Body Text -- */
[data-blog-theme="corporativo"] .post-details .blog_description {
    font-family: 'Open Sans', -apple-system, sans-serif;
    font-size: 1.02rem;
    line-height: 1.8;
    color: #333;
}

[data-blog-theme="corporativo"] .post-details .blog_description p {
    font-family: 'Open Sans', -apple-system, sans-serif;
    font-size: 1.02rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 1.4rem;
}

[data-blog-theme="corporativo"] .blog_description li {
    font-family: 'Open Sans', -apple-system, sans-serif;
    font-size: 1.02rem;
    line-height: 1.8;
    margin-bottom: 0.4rem;
}

[data-blog-theme="corporativo"] .blog_description ul li::marker {
    color: #176c74;
}

[data-blog-theme="corporativo"] .blog_description ol li::marker {
    color: #176c74;
    font-weight: 600;
}

[data-blog-theme="corporativo"] .blog_description blockquote {
    border-left: 3px solid #176c74;
    margin: 1.5rem 0;
    padding: 0.8rem 1.5rem;
    background: #f8fafa;
    font-style: italic;
    color: #555;
}

[data-blog-theme="corporativo"] .blog_description strong {
    color: #1a1a1a;
    font-weight: 700;
}

[data-blog-theme="corporativo"] .blog_description code {
    background: #e8f4f5;
    color: #176c74;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 0.9em;
}

/* -- Meta Info -- */
[data-blog-theme="corporativo"] .post-details .ybc-blog-latest-toolbar {
    font-family: 'Open Sans', -apple-system, sans-serif;
    font-size: 0.82rem;
    color: #888;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e0eded;
}

[data-blog-theme="corporativo"] .post-details .post-author-name {
    font-family: 'Inter', -apple-system, sans-serif;
    font-weight: 600;
    color: #176c74;
}

/* -- Read More -- */
[data-blog-theme="corporativo"] .read_more {
    font-family: 'Inter', -apple-system, sans-serif;
    font-style: normal;
    font-size: 0.82rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #176c74;
    border-bottom: none;
    text-decoration: none;
    transition: color 0.15s;
}

[data-blog-theme="corporativo"] .read_more:hover {
    color: #0f4f55;
}

/* -- Tags -- */
[data-blog-theme="corporativo"] .ybc-blog-tags a {
    font-family: 'Open Sans', -apple-system, sans-serif;
    font-size: 0.82rem;
    font-weight: 500;
    color: #176c74;
    background: #e8f4f5;
    padding: 4px 12px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    margin: 2px 4px 2px 0;
    transition: background 0.15s, color 0.15s;
}

[data-blog-theme="corporativo"] .ybc-blog-tags a:hover {
    background: #176c74;
    color: #fff;
}

/* -- Section Titles -- */
[data-blog-theme="corporativo"] h4.title_blog {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #1a1a1a;
    padding-bottom: 10px;
    border-bottom: 2px solid #176c74;
    margin-bottom: 24px;
}

/* -- Related Post Titles -- */
[data-blog-theme="corporativo"] .ybc_blog_content_block_item .ybc_title_block {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: none;
    line-height: 1.4;
    color: #1a1a1a;
}

[data-blog-theme="corporativo"] .ybc_blog_content_block_item .ybc_title_block a {
    color: #1a1a1a;
}

[data-blog-theme="corporativo"] .ybc_blog_content_block_item .ybc_title_block a:hover {
    color: #176c74;
}

[data-blog-theme="corporativo"] .ybc_blog_content_block_item .blog_description {
    font-family: 'Open Sans', -apple-system, sans-serif;
    font-size: 0.88rem;
    line-height: 1.6;
    color: #888;
}

/* -- Floating TOC Panel -- */
[data-blog-theme="corporativo"] .table_content {
    border: 1px solid #e0eded;
    border-top: 3px solid #176c74;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 4px 16px rgba(23,108,116,0.1);
}

/* -- Breadcrumbs -- */
[data-blog-theme="corporativo"] .ybc-blog-breadcrumb-a {
    font-family: 'Open Sans', -apple-system, sans-serif;
    font-size: 0.82rem;
    color: #888;
}

[data-blog-theme="corporativo"] .ybc-blog-breadcrumb-a:hover {
    color: #176c74;
}

/* -- Author Block -- */
[data-blog-theme="corporativo"] .ybc-blog-author-detail .author_name {
    font-family: 'Inter', -apple-system, sans-serif;
    font-weight: 700;
    color: #176c74;
}

[data-blog-theme="corporativo"] .ybc-blog-author-detail .author_description {
    font-family: 'Open Sans', -apple-system, sans-serif;
    font-size: 0.92rem;
    line-height: 1.7;
    color: #555;
}

/* -- Comment Section -- */
[data-blog-theme="corporativo"] .ybc-blog-comment-form input,
[data-blog-theme="corporativo"] .ybc-blog-comment-form textarea {
    font-family: 'Open Sans', -apple-system, sans-serif;
    border-radius: 4px;
    border: 1px solid #e0eded;
}

[data-blog-theme="corporativo"] .ybc-blog-comment-form input:focus,
[data-blog-theme="corporativo"] .ybc-blog-comment-form textarea:focus {
    border-color: #176c74;
    outline: none;
    box-shadow: 0 0 0 2px rgba(23,108,116,0.15);
}

/* -- Separator -- */
[data-blog-theme="corporativo"] .ybc-blog-related-posts {
    border-top: 2px solid #176c74;
    padding-top: 2rem;
    margin-top: 2rem;
}

/* -- Image Hover -- */
[data-blog-theme="corporativo"] .ybc_item_img:hover img {
    transform: scale(1.03);
}

/* -- Related Products -- */
[data-blog-theme="corporativo"] #ybc-blog-related-products h4 {
    font-family: 'Inter', -apple-system, sans-serif;
    color: #1a1a1a;
    border-bottom: 2px solid #176c74;
    padding-bottom: 10px;
}


/* ==========================================================================
   LINK STYLES - Separated for mix-and-match with [data-blog-links]
   Only affects links inside .post-details .blog_description
   ========================================================================== */

/* -- Clasico Links -- */
[data-blog-links="clasico"] .post-details .blog_description a {
    color: #0073aa !important;
    text-decoration: underline;
    text-decoration-color: rgba(0,115,170,0.4);
    text-underline-offset: 2px;
    transition: text-decoration-color 0.15s;
}

[data-blog-links="clasico"] .post-details .blog_description a:hover {
    text-decoration-color: #0073aa;
}

/* -- Editorial Links -- */
[data-blog-links="editorial"] .post-details .blog_description a {
    color: #1a8917 !important;
    text-decoration: none;
    box-shadow: inset 0 -1px 0 #1a8917;
    transition: box-shadow 0.15s, color 0.15s;
}

[data-blog-links="editorial"] .post-details .blog_description a:hover {
    color: #0f6e0d !important;
    box-shadow: inset 0 -2px 0 #0f6e0d;
}

/* -- Magazine Links -- */
[data-blog-links="magazine"] .post-details .blog_description a {
    color: #c62828 !important;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    transition: color 0.15s;
}

[data-blog-links="magazine"] .post-details .blog_description a:hover {
    color: #a01a1a !important;
    text-decoration-thickness: 2px;
}

/* -- Minimal Links -- */
[data-blog-links="minimal"] .post-details .blog_description a {
    color: #5c6ac4 !important;
    text-decoration: none;
    border-bottom: 1px solid rgba(92,106,196,0.3);
    transition: border-color 0.15s, color 0.15s;
}

[data-blog-links="minimal"] .post-details .blog_description a:hover {
    color: #4959b8 !important;
    border-bottom-color: #4959b8;
}

/* -- Tech Links -- */
[data-blog-links="tech"] .post-details .blog_description a {
    color: #3b49df !important;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px dashed rgba(59,73,223,0.4);
    transition: border-color 0.15s;
}

[data-blog-links="tech"] .post-details .blog_description a:hover {
    border-bottom-style: solid;
    border-bottom-color: #3b49df;
}

/* -- Elegante Links -- */
[data-blog-links="elegante"] .post-details .blog_description a {
    color: #b8860b !important;
    text-decoration: none;
    border-bottom: 1px solid rgba(184,134,11,0.3);
    transition: border-color 0.2s;
}

[data-blog-links="elegante"] .post-details .blog_description a:hover {
    border-bottom-color: #b8860b;
}

/* -- Oscuro Links -- */
[data-blog-links="oscuro"] .post-details .blog_description a {
    color: #818cf8 !important;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid rgba(129,140,248,0.3);
    transition: border-color 0.15s;
}

[data-blog-links="oscuro"] .post-details .blog_description a:hover {
    border-bottom-color: #818cf8;
}

/* -- Vibrante Links -- */
[data-blog-links="vibrante"] .post-details .blog_description a {
    color: #7c3aed !important;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid rgba(124,58,237,0.3);
    transition: border-color 0.2s;
}

[data-blog-links="vibrante"] .post-details .blog_description a:hover {
    border-bottom-color: #7c3aed;
}

/* -- Corporativo Links -- */
[data-blog-links="corporativo"] .post-details .blog_description a {
    color: #176c74 !important;
    text-decoration: underline;
    text-decoration-color: rgba(23,108,116,0.3);
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    transition: text-decoration-color 0.15s;
}

[data-blog-links="corporativo"] .post-details .blog_description a:hover {
    text-decoration-color: #176c74;
    color: #0f4f55 !important;
}

/* == TOC Link Reset ==
   The .ybc_indexing_box is INSIDE .blog_description (injected by JS),
   so [data-blog-links] selectors also match its links.
   This block resets them with higher specificity. */

/* TOC inline (inside the post) */
[data-blog-links] .post-details .blog_description .ybc_indexing_box a {
    color: #333 !important;
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    font-weight: normal !important;
    background: none !important;
    text-decoration-color: transparent !important;
}

[data-blog-links] .post-details .blog_description .ybc_indexing_box a:hover {
    color: #176c74 !important;
    text-decoration: none !important;
}


/* ==========================================================================
   SHARED: Accent color buttons (affected by custom.css override)
   ========================================================================== */

/* These use the CSS variable so user custom colors can override */
[data-blog-theme] .blog_view_all,
[data-blog-theme] .view_all_link,
[data-blog-theme] .blog_view_all_button a {
    border-radius: var(--blog-border-radius, 4px);
    transition: background 0.2s ease;
}

/* Default image hover effect for themes without specific one */
[data-blog-theme] .ybc_item_img img {
    transition: transform 0.4s ease, filter 0.4s ease;
}

/* Post cards subtle improvement */
[data-blog-theme] .ybc_blog_content_block_item {
    transition: transform 0.2s ease;
}

[data-blog-theme] .ybc_blog_content_block_item:hover {
    transform: translateY(-2px);
}

/* Smooth transitions for all link-like elements */
[data-blog-theme] .ybc_title_block,
[data-blog-theme] .ybc_title_block a {
    transition: color 0.15s ease;
}


/* ==========================================================================
   LABEL FIXES (be-label visibility)
   ========================================================================== */

/* Generic label fix for all themes - base module sets #bfbfbf which is nearly invisible */
[data-blog-theme] .extra_tag_cat .be-label {
    color: #888 !important;
    font-size: 0.82rem;
}

[data-blog-theme] .ybc-blog-sidear-post-meta .be-label {
    color: #888 !important;
}

/* Magazine specific - more visible against white bg */
[data-blog-theme="magazine"] .extra_tag_cat .be-label {
    color: #999 !important;
    font-family: 'Source Sans 3', 'Source Sans Pro', -apple-system, sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}


/* ==========================================================================
   PRODUCT ACCENT COLORS (inherited from theme)
   ========================================================================== */

[data-blog-products] { --product-accent: #176c74; }
[data-blog-theme="clasico"][data-blog-products] { --product-accent: #0073aa; }
[data-blog-theme="editorial"][data-blog-products] { --product-accent: #1a8917; }
[data-blog-theme="magazine"][data-blog-products] { --product-accent: #c62828; }
[data-blog-theme="minimal"][data-blog-products] { --product-accent: #5c6ac4; }
[data-blog-theme="tech"][data-blog-products] { --product-accent: #3b49df; }
[data-blog-theme="elegante"][data-blog-products] { --product-accent: #b8860b; }
[data-blog-theme="oscuro"][data-blog-products] { --product-accent: #818cf8; }
[data-blog-theme="vibrante"][data-blog-products] { --product-accent: #7c3aed; }
[data-blog-theme="corporativo"][data-blog-products] { --product-accent: #176c74; }

/* Same accents for related posts */
[data-blog-related] { --related-accent: #176c74; }
[data-blog-theme="clasico"][data-blog-related] { --related-accent: #0073aa; }
[data-blog-theme="editorial"][data-blog-related] { --related-accent: #1a8917; }
[data-blog-theme="magazine"][data-blog-related] { --related-accent: #c62828; }
[data-blog-theme="minimal"][data-blog-related] { --related-accent: #5c6ac4; }
[data-blog-theme="tech"][data-blog-related] { --related-accent: #3b49df; }
[data-blog-theme="elegante"][data-blog-related] { --related-accent: #b8860b; }
[data-blog-theme="oscuro"][data-blog-related] { --related-accent: #818cf8; }
[data-blog-theme="vibrante"][data-blog-related] { --related-accent: #7c3aed; }
[data-blog-theme="corporativo"][data-blog-related] { --related-accent: #176c74; }


/* ==========================================================================
   PRODUCT STYLES - [data-blog-products]
   ========================================================================== */

/* == Sombra - Tarjetas elevadas con sombra == */

[data-blog-products="sombra"] #ybc-blog-related-products .product-container {
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    border-radius: 8px;
    border: none;
    background: #fff;
    overflow: hidden;
    transition: box-shadow 0.2s, transform 0.2s;
}

[data-blog-products="sombra"] #ybc-blog-related-products .product-container:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    transform: translateY(-2px);
}

[data-blog-products="sombra"] #ybc-blog-related-products .ybc_item_img {
    background-color: transparent !important;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

[data-blog-products="sombra"] #ybc-blog-related-products .ybc_item_img img {
    transition: transform 0.3s;
}

[data-blog-products="sombra"] #ybc-blog-related-products .ybc_item_img:hover img {
    transform: scale(1.03);
}

[data-blog-products="sombra"] #ybc-blog-related-products .loader_lady_custom {
    display: none !important;
}

[data-blog-products="sombra"] #ybc-blog-related-products h5,
[data-blog-products="sombra"] #ybc-blog-related-products h5 a {
    text-transform: none !important;
    font-weight: 600;
    font-size: 0.9rem;
    color: #333;
    line-height: 1.4;
}

[data-blog-products="sombra"] #ybc-blog-related-products .bp-price-display {
    color: var(--product-accent) !important;
    font-size: 1.05rem;
    font-weight: 700;
}

[data-blog-products="sombra"] #ybc-blog-related-products .blog-product-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #888;
    font-size: 0.82rem;
    line-height: 1.4;
}


/* == Borde - Tarjetas bordeadas, compactas == */

[data-blog-products="borde"] #ybc-blog-related-products .product-container {
    border: 1px solid #e0e0e0;
    box-shadow: none;
    border-radius: 0;
    background: #fff;
    transition: border-color 0.2s;
}

[data-blog-products="borde"] #ybc-blog-related-products .product-container:hover {
    border-color: var(--product-accent);
}

[data-blog-products="borde"] #ybc-blog-related-products .ybc_item_img {
    background-color: transparent !important;
}

[data-blog-products="borde"] #ybc-blog-related-products .loader_lady_custom {
    display: none !important;
}

[data-blog-products="borde"] #ybc-blog-related-products h5,
[data-blog-products="borde"] #ybc-blog-related-products h5 a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.82rem;
    color: #333;
    letter-spacing: 0.02em;
}

[data-blog-products="borde"] #ybc-blog-related-products .bp-price-display {
    color: #333;
    font-size: 0.95rem;
    font-weight: 600;
}

[data-blog-products="borde"] #ybc-blog-related-products .blog-product-desc {
    display: none !important;
}


/* == Plano - Estilo limpio sin bordes == */

[data-blog-products="plano"] #ybc-blog-related-products .product-container {
    border: none;
    box-shadow: none;
    background: transparent;
}

[data-blog-products="plano"] #ybc-blog-related-products .ajax_block_product {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

[data-blog-products="plano"] #ybc-blog-related-products .ybc_item_img {
    background-color: transparent !important;
}

[data-blog-products="plano"] #ybc-blog-related-products .ybc_item_img:hover {
    opacity: 0.9;
}

[data-blog-products="plano"] #ybc-blog-related-products .loader_lady_custom {
    display: none !important;
}

[data-blog-products="plano"] #ybc-blog-related-products h5,
[data-blog-products="plano"] #ybc-blog-related-products h5 a {
    text-transform: none !important;
    font-weight: 500;
    font-size: 0.88rem;
    color: #555;
}

[data-blog-products="plano"] #ybc-blog-related-products .bp-price-display {
    color: #999;
    font-size: 0.9rem;
    font-weight: 500;
}

[data-blog-products="plano"] #ybc-blog-related-products .blog-product-desc {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #aaa;
    font-size: 0.82rem;
}


/* == Destacado - Acento de color, precio como badge == */

[data-blog-products="destacado"] #ybc-blog-related-products .product-container {
    border: 1px solid #eee;
    border-top: 3px solid var(--product-accent);
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
    transition: box-shadow 0.2s, transform 0.2s;
}

[data-blog-products="destacado"] #ybc-blog-related-products .product-container:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}

[data-blog-products="destacado"] #ybc-blog-related-products .ybc_item_img {
    background-color: transparent !important;
    overflow: hidden;
}

[data-blog-products="destacado"] #ybc-blog-related-products .ybc_item_img img {
    transition: transform 0.3s;
}

[data-blog-products="destacado"] #ybc-blog-related-products .ybc_item_img:hover img {
    transform: scale(1.05);
}

[data-blog-products="destacado"] #ybc-blog-related-products .loader_lady_custom {
    display: none !important;
}

[data-blog-products="destacado"] #ybc-blog-related-products h5,
[data-blog-products="destacado"] #ybc-blog-related-products h5 a {
    text-transform: none !important;
    font-weight: 700;
    font-size: 0.9rem;
    color: #1a1a1a;
}

[data-blog-products="destacado"] #ybc-blog-related-products .bp-price-display {
    background: var(--product-accent);
    color: #fff !important;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: 700;
    display: inline-block;
}

[data-blog-products="destacado"] #ybc-blog-related-products .bp-price-label {
    display: none !important;
}

[data-blog-products="destacado"] #ybc-blog-related-products .blog-product-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #666;
    font-size: 0.82rem;
    line-height: 1.4;
}


/* ==========================================================================
   RELATED POST STYLES - [data-blog-related]
   ========================================================================== */

/* == Sombra - Tarjetas elevadas == */

[data-blog-related="sombra"] .ybc_blog_content_block_item {
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    padding: 0 !important;
    transition: box-shadow 0.2s, transform 0.2s;
}

[data-blog-related="sombra"] .ybc_blog_content_block_item:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    transform: translateY(-2px);
}

[data-blog-related="sombra"] .ybc_blog_content_block_item .ybc_item_img {
    background-color: transparent !important;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

[data-blog-related="sombra"] .ybc_blog_content_block_item .ybc_item_img img {
    border-radius: 8px 8px 0 0;
}

[data-blog-related="sombra"] .ybc_blog_content_block_item .loader_lady_custom {
    display: none !important;
}

[data-blog-related="sombra"] .ybc_blog_content_block_item .ybc_title_block {
    font-weight: 600;
    text-transform: none !important;
    padding: 10px 12px 0;
    display: block;
}

[data-blog-related="sombra"] .ybc_blog_content_block_item .blog_description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 12px;
    font-size: 0.85rem;
    color: #666;
    line-height: 1.5;
}

[data-blog-related="sombra"] .ybc_blog_content_block_item .read_more {
    display: inline-block;
    background: var(--related-accent);
    color: #fff !important;
    border-radius: 4px;
    padding: 6px 14px;
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none;
    margin: 8px 12px 12px;
    transition: opacity 0.2s;
}

[data-blog-related="sombra"] .ybc_blog_content_block_item .read_more:hover {
    opacity: 0.85;
}

[data-blog-related="sombra"] .ybc_blog_content_block_item .ybc-blog-sidear-post-meta {
    color: #888;
    font-size: 0.78rem;
    padding: 0 12px;
}


/* == Borde - Bordes limpios, compacto == */

[data-blog-related="borde"] .ybc_blog_content_block_item {
    border: 1px solid #e0e0e0;
    box-shadow: none;
    border-radius: 0;
    background: #fff;
    overflow: hidden;
    transition: border-color 0.2s;
}

[data-blog-related="borde"] .ybc_blog_content_block_item:hover {
    border-color: var(--related-accent);
}

[data-blog-related="borde"] .ybc_blog_content_block_item .ybc_item_img {
    background-color: transparent !important;
}

[data-blog-related="borde"] .ybc_blog_content_block_item .loader_lady_custom {
    display: none !important;
}

[data-blog-related="borde"] .ybc_blog_content_block_item .ybc_title_block {
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

[data-blog-related="borde"] .ybc_blog_content_block_item .blog_description {
    display: none !important;
}

[data-blog-related="borde"] .ybc_blog_content_block_item .read_more {
    color: var(--related-accent);
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 600;
}

[data-blog-related="borde"] .ybc_blog_content_block_item .ybc-blog-sidear-post-meta {
    color: #999;
    font-size: 0.75rem;
}

[data-blog-related="borde"] .ybc_blog_content_block_item .ybc-blog-sidear-post-meta > span:not(.be-date) {
    display: none;
}


/* == Plano - Estilo limpio sin bordes == */

[data-blog-related="plano"] .ybc_blog_content_block_item {
    border: none;
    box-shadow: none;
    background: transparent;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px !important;
    margin-bottom: 15px;
    border-radius: 0;
}

[data-blog-related="plano"] .ybc_blog_content_block_item .ybc_item_img {
    background-color: transparent !important;
}

[data-blog-related="plano"] .ybc_blog_content_block_item .ybc_item_img:hover {
    opacity: 0.9;
}

[data-blog-related="plano"] .ybc_blog_content_block_item .loader_lady_custom {
    display: none !important;
}

[data-blog-related="plano"] .ybc_blog_content_block_item .ybc_title_block {
    font-weight: 500;
    color: #555;
    text-transform: none !important;
}

[data-blog-related="plano"] .ybc_blog_content_block_item .blog_description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #aaa;
    font-size: 0.82rem;
}

[data-blog-related="plano"] .ybc_blog_content_block_item .read_more {
    display: none !important;
}

[data-blog-related="plano"] .ybc_blog_content_block_item .ybc-blog-sidear-post-meta {
    color: #bbb;
    font-size: 0.75rem;
}


/* == Destacado - Acento lateral, estilo editorial == */

[data-blog-related="destacado"] .ybc_blog_content_block_item {
    border: none;
    border-left: 3px solid var(--related-accent);
    padding-left: 15px !important;
    background: #fafafa;
    border-radius: 0;
    margin-bottom: 15px;
    transition: background 0.2s;
}

[data-blog-related="destacado"] .ybc_blog_content_block_item:hover {
    background: #f5f5f5;
}

[data-blog-related="destacado"] .ybc_blog_content_block_item .ybc_item_img {
    background-color: transparent !important;
}

[data-blog-related="destacado"] .ybc_blog_content_block_item .loader_lady_custom {
    display: none !important;
}

[data-blog-related="destacado"] .ybc_blog_content_block_item .ybc_title_block {
    font-weight: 700;
    color: #1a1a1a;
    text-transform: none !important;
}

[data-blog-related="destacado"] .ybc_blog_content_block_item .blog_description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #666;
    font-size: 0.85rem;
    line-height: 1.5;
}

[data-blog-related="destacado"] .ybc_blog_content_block_item .read_more {
    color: var(--related-accent);
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 600;
}

[data-blog-related="destacado"] .ybc_blog_content_block_item .read_more::after {
    content: ' \2192';
}

[data-blog-related="destacado"] .ybc_blog_content_block_item .ybc-blog-sidear-post-meta {
    color: #888;
    font-size: 0.75rem;
}

[data-blog-related="destacado"] .ybc_blog_content_block_item .be-categories a {
    background: var(--related-accent);
    color: #fff !important;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}


/* ==========================================================================
   CUSTOM ACCENT COLOR OVERRIDES - var(--blog-theme-accent)
   These override hardcoded theme accent colors when custom colors are set.
   ========================================================================== */

/* Section headings */
[data-blog-theme] h2.ybc_heading,
[data-blog-theme] .blog_description h2 {
    border-color: var(--blog-theme-accent) !important;
}
[data-blog-theme] .blog_description h3 {
    border-color: var(--blog-theme-accent) !important;
}

/* Blockquotes */
[data-blog-theme] .blog_description blockquote {
    border-left-color: var(--blog-theme-accent) !important;
}

/* List markers */
[data-blog-theme] .blog_description ul li::marker,
[data-blog-theme] .blog_description ol li::marker {
    color: var(--blog-theme-accent) !important;
}

/* Category badges */
[data-blog-theme] .be-categories > a {
    background: var(--blog-theme-accent) !important;
    color: #fff !important;
}
[data-blog-theme] .be-categories > a:hover {
    filter: brightness(0.85);
}

/* Tags */
[data-blog-theme] .ybc-blog-tags a:hover {
    border-color: var(--blog-theme-accent) !important;
    color: var(--blog-theme-accent) !important;
}

/* Read more */
[data-blog-theme] .ybc_blog_content_block_item .read_more {
    color: var(--blog-theme-accent) !important;
}

/* Section titles (H4 related/products) */
[data-blog-theme] .title_blog {
    border-color: var(--blog-theme-accent) !important;
}
[data-blog-theme] #ybc-blog-related-products h4 {
    border-color: var(--blog-theme-accent) !important;
}

/* Breadcrumbs */
[data-blog-theme] .ybc-blog-breadcrumb-a:hover {
    color: var(--blog-theme-accent) !important;
}

/* Title hover in related posts */
[data-blog-theme] .ybc_blog_content_block_item .ybc_title_block a:hover {
    color: var(--blog-theme-accent) !important;
}


/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width: 991px) {
    [data-blog-theme="editorial"] h1.page-heading,
    [data-blog-theme="editorial"] .page-heading .title_cat {
        font-size: 2rem;
    }

    [data-blog-theme="magazine"] h1.page-heading,
    [data-blog-theme="magazine"] .page-heading .title_cat {
        font-size: 2.1rem;
    }

    [data-blog-theme="elegante"] h1.page-heading,
    [data-blog-theme="elegante"] .page-heading .title_cat {
        font-size: 2.2rem;
    }

    [data-blog-theme="vibrante"] h1.page-heading,
    [data-blog-theme="vibrante"] .page-heading .title_cat {
        font-size: 1.9rem;
    }

    [data-blog-theme="corporativo"] h1.page-heading,
    [data-blog-theme="corporativo"] .page-heading .title_cat {
        font-size: 1.9rem;
    }

    [data-blog-theme="oscuro"] .blog_description h2 {
        margin-left: -10px;
        margin-right: -10px;
    }
}

@media (max-width: 767px) {
    [data-blog-theme="editorial"] h1.page-heading,
    [data-blog-theme="editorial"] .page-heading .title_cat {
        font-size: 1.7rem;
    }

    [data-blog-theme="editorial"] .post-details .blog_description,
    [data-blog-theme="editorial"] .post-details .blog_description p,
    [data-blog-theme="editorial"] .blog_description li {
        font-size: 1.05rem;
    }

    [data-blog-theme="magazine"] h1.page-heading,
    [data-blog-theme="magazine"] .page-heading .title_cat {
        font-size: 1.8rem;
    }

    [data-blog-theme="elegante"] h1.page-heading,
    [data-blog-theme="elegante"] .page-heading .title_cat {
        font-size: 1.8rem;
    }

    [data-blog-theme="elegante"] h2.ybc_heading,
    [data-blog-theme="elegante"] .blog_description h2 {
        font-size: 1.5rem;
    }

    [data-blog-theme="vibrante"] h1.page-heading,
    [data-blog-theme="vibrante"] .page-heading .title_cat {
        font-size: 1.6rem;
    }

    [data-blog-theme="corporativo"] h1.page-heading,
    [data-blog-theme="corporativo"] .page-heading .title_cat {
        font-size: 1.6rem;
    }

    [data-blog-theme="oscuro"] .blog_description h2 {
        margin-left: -8px;
        margin-right: -8px;
        padding: 8px 12px;
        font-size: 1.25rem;
    }

    [data-blog-theme] .ybc_blog_content_block_item:hover {
        transform: none;
    }
}
