.single-breadcrumbs {
    padding: 20px 0 0;
    font-size: 13px;
    color: rgb(58, 79, 102);
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.single-breadcrumbs a {
    color: rgb(58, 79, 102);
    text-decoration: none;
    transition: color 0.15s;
}

.single-breadcrumbs a:hover {
    color: #618cfb;
}

.single-breadcrumbs .sep {
    color: #cbd5e1;
    font-size: 11px;
}

.single-breadcrumbs .current {
    color: rgb(25, 42, 61);
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 320px;
}

.single-post-wrap {
    padding: 36px 20px 80px;
    background: #fff;
}

.single-post-inner {
    max-width: 1290px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 56px;
    align-items: start;
}

.single-post-content {
    min-width: 0;
}

.single-post-header {
    margin-bottom: 28px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.single-post-title {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2;
    color: rgb(25, 42, 61);
    margin: 0;
}

.single-post-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: rgb(58, 79, 102);
}

.single-post-meta img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}

.single-post-meta .meta-author {
    font-weight: 500;
    color: rgb(25, 42, 61);
}

.single-post-meta .meta-sep {
    color: #cbd5e1;
}

.single-post-featured-image {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 36px;
}

.single-post-featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* ── Article body typography ── */
.single-post-body {
    font-size: 16px;
    line-height: 1.75;
    color: rgb(58, 79, 102);
}

.single-post-body p {
    margin-bottom: 20px;
}

.single-post-body h2 {
    font-size: 26px;
    font-weight: 700;
    color: rgb(25, 42, 61);
    margin: 40px 0 16px;
    line-height: 1.3;
}

.single-post-body h3 {
    font-size: 20px;
    font-weight: 700;
    color: rgb(25, 42, 61);
    margin: 32px 0 12px;
    line-height: 1.35;
}

.single-post-body a {
    color: #618cfb;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.single-post-body a:hover {
    color: #3a6cf4;
}

.single-post-body ul,
.single-post-body ol {
    padding-left: 24px;
    margin-bottom: 20px;
}

.single-post-body li {
    margin-bottom: 8px;
}

.single-post-body strong {
    font-weight: 600;
    color: rgb(25, 42, 61);
}

.single-post-body code {
    background: #f1f5f9;
    border-radius: 4px;
    padding: 2px 6px;
    font-size: 14px;
    font-family: 'Courier New', monospace;
    color: #e11d48;
}

.single-post-body pre {
    background: #1e293b;
    border-radius: 8px;
    padding: 20px;
    overflow-x: auto;
    margin-bottom: 24px;
}

.single-post-body pre code {
    background: none;
    color: #e2e8f0;
    padding: 0;
    font-size: 14px;
}

.single-post-body figure {
    margin: 28px 0;
}

.single-post-body figure img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
}

.single-post-body figure figcaption,
.single-post-body .wp-block-image figcaption,
.single-post-body p.has-text-align-center em {
    text-align: center;
    font-size: 13px;
    color: #94a3b8;
    margin-top: 8px;
}

.single-post-body .wp-block-image {
    margin: 28px 0;
}

.single-post-body .wp-block-image img {
    border-radius: 10px;
}

/* ── RIGHT: Sidebar ── */
.single-post-sidebar {
    position: sticky;
    top: 110px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* ── Table of Contents ── */
.sidebar-toc {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
}

.sidebar-toc-title {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: rgb(25, 42, 61);
    padding: 16px 18px 12px;
    border-bottom: 1px solid #e2e8f0;
    margin: 0;
}

.lwptoc_i {
    padding: 14px 18px 18px;
    text-align: left;
    box-sizing: border-box;
}

.lwptoc-light .lwptoc_i {
    color: #333;
    background: transparent !important;
    border-bottom: 1px solid #dddddd;
}

.lwptoc-autoWidth .lwptoc_i {
    display: inline-block;
}

.lwptoc_items {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.lwptoc_item {
    border-left: 2px solid transparent;
    transition: border-color 0.15s;
}

.lwptoc_item.active {
    border-left-color: #618cfb;
}

.lwptoc_item a {
    display: block;
    padding: 7px 10px;
    font-size: 13px;
    color: rgb(58, 79, 102);
    text-decoration: none;
    line-height: 1.4;
    transition: color 0.15s, background 0.15s;
    border-radius: 4px;
}

.lwptoc_item a:hover,
.lwptoc_item.active a {
    color: #618cfb;
    background: rgba(97, 140, 251, 0.06);
}

.lwptoc_item_label {
    display: block;
}

/* ── Podcast / Community card ── */
.podcast-form {
    background-color: #f4f4f5;
    border: 1px solid #e4e4e7;
    border-radius: 16px;
    padding: 20px;
}

.podcast-form h3 {
    font-size: 16px;
    font-weight: 700;
    color: rgb(25, 42, 61);
    margin: 0 0 8px;
}

.podcast-form p {
    font-size: 14px;
    color: rgb(58, 79, 102);
    margin: 0 0 16px;
    line-height: 1.6;
}

.podcast-form .btn-primary {
    padding: 9px 24px;
    border: 1px solid rgb(25, 42, 61);
    border-radius: 40px;
    background: transparent;
    color: rgb(25, 42, 61);
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s, color 0.2s;
    cursor: pointer;
    white-space: nowrap;
}

.podcast-form .btn-primary:hover {
    background-color: rgb(25, 42, 61);
    color: #fff;
}

/* ── Social / CTA card ── */
.cta-card {
    background: #212729;
    border-radius: 16px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.cta-card .bold-txt {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 26px;
    color: rgb(255, 255, 255);
}

.share-bloxck {
    display: flex;
    align-items: center;
    gap: 14px;
}

.share-bloxck .link-block-9 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    transition: background 0.15s;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
}

.share-bloxck .link-block-9:hover {
    background: #92720a;
    color: #000c0f;
}

.share-bloxck .code-embed-10 {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ── Popular Posts ── */
.sidebar-popular {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.sidebar-popular-title {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: rgb(25, 42, 61);
    margin: 0 0 16px;
}

.posts-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.post-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 40px;
    margin-bottom: 23px;
    border-bottom: 1px solid #E4E4E7;
}

.post-item:last-child {
    margin-bottom: 0;
}

.post-image {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
}

.post-image {
    flex-shrink: 0;
    width: 120px;
    height: 64px;
    border-radius: 6px;
    overflow: hidden;
}

.single-post-sidebar p,
.single-post-sidebar a {
    font-size: 14px;
    line-height: 20px;
}

.post-infooo {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
    min-width: 0;
}

.post-category {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #618cfb;
}

.post-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    color: rgb(25, 42, 61);
    margin: 0;
}

.post-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.15s;
}

.post-title a:hover {
    color: #618cfb;
}

/* ── Black CTA card (bottom of sidebar) ── */
.sidebar-cta-black {
    background-color: #000c0f;
    background-image: url(https://cdn.prod.website-files.com/628506c96d7b68181cfc6365/6958f76eaee6b1a0d2da8c1d_Mask%20group.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 16px;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    color: #fff;
}

.sidebar-cta-black .cta-title {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
}

.sidebar-cta-black p {
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 16px;
}

.sidebar-cta-black .btn-primary {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 40px;
    align-self: center;
    padding: 9px 57px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.2s;
    white-space: nowrap;
}

.sidebar-cta-black .btn-primary:hover {
    background-color: #92720a;
    border-color: #92720a;
    color: #000c0f;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
    .single-post-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .single-post-sidebar {
        position: static;
    }

    .single-post-title {
        font-size: 30px;
    }
}

@media (max-width: 640px) {
    .single-post-title {
        font-size: 24px;
    }

    .single-post-wrap {
        padding: 24px 20px 60px;
    }
}

@media (max-width: 1000px) {
    .single-post-sidebar {
        display: none;
    }
}

/* ── Recent Posts (below article) ── */
.single-related-posts {
    margin-top: 40px;
    margin-bottom: 70px;
    padding: 0 20px;
}

.single-related-posts .ct-container {
    max-width: 1290px;
    margin: 0 auto;
    width: 100%;
}

.single-related-posts .ct-module-title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: rgb(25, 42, 61);
    margin-bottom: 30px;
}

.single-related-posts .related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.single-related-posts article {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.single-related-posts .related-thumb {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

.single-related-posts .related-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.single-related-posts .related-thumb:hover img {
    transform: scale(1.03);
}

.single-related-posts .related-entry-title {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    color: rgb(25, 42, 61);
}

.single-related-posts .related-entry-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.15s;
}

.single-related-posts .related-entry-title a:hover {
    color: #618cfb;
}

.single-related-posts .entry-meta {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgb(58, 79, 102);
}

.single-related-posts .entry-meta .meta-author {
    display: flex;
    align-items: center;
    gap: 6px;
}

.single-related-posts .entry-meta .meta-author img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
}

.single-related-posts .entry-meta .meta-author a {
    color: rgb(58, 79, 102);
    text-decoration: none;
    font-weight: 500;
}

.single-related-posts .entry-meta .meta-sep {
    color: #cbd5e1;
}

@media (max-width: 768px) {
    .single-related-posts .related-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .single-related-posts .related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* ── CTA Banner ── */
.single-cta-banner {
    background: #f4f4f5;
    padding: 60px 20px;
    text-align: center;
}

.single-cta-banner .ct-container {
    max-width: 1290px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.single-cta-banner h2 {
    font-size: 32px;
    font-weight: 700;
    color: rgb(25, 42, 61);
    margin: 0;
    line-height: 1.25;
}

.single-cta-banner p {
    font-size: 16px;
    color: rgb(58, 79, 102);
    margin: 0;
    max-width: 520px;
}

.single-cta-banner .cta-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

.single-cta-banner .btn-primary {
    padding: 10px 32px;
    border: 1px solid rgb(25, 42, 61);
    border-radius: 40px;
    background: rgb(25, 42, 61);
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.2s, color 0.2s;
    white-space: nowrap;
}

.single-cta-banner .btn-primary:hover {
    background: #fff;
    color: rgb(25, 42, 61);
}

.single-cta-banner .btn-secondary {
    padding: 10px 32px;
    border: 1px solid rgb(25, 42, 61);
    border-radius: 40px;
    background: transparent;
    color: rgb(25, 42, 61);
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.2s, color 0.2s;
    white-space: nowrap;
}

.single-cta-banner .btn-secondary:hover {
    background: rgb(25, 42, 61);
    color: #fff;
}

.author-bio {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-top: 48px;
    padding: 28px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
}

.author-bio-avatar {
    flex-shrink: 0;
}

.author-bio-img {
    width: 72px !important;
    height: 72px !important;
    border-radius: 50% !important;
    object-fit: cover;
    display: block;
}

.author-bio-body {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.author-bio-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #94a3b8;
}

.author-bio-name-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.author-bio-name {
    font-size: 17px;
    font-weight: 700;
    color: rgb(25, 42, 61);
    line-height: 1.2;
}

.author-bio-linkedin {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: #0a66c2;
    color: #ffffff;
    text-decoration: none;
    transition: background 0.15s ease, transform 0.15s ease;
    flex-shrink: 0;
}

.author-bio-linkedin:hover {
    background: #92720a;
    transform: translateY(-1px);
}

.author-bio-text {
    font-size: 14px;
    line-height: 1.65;
    color: rgb(58, 79, 102);
    margin: 2px 0 0;
}

.author-bio-name-link {
    font-size: 17px;
    font-weight: 700;
    color: rgb(25, 42, 61);
    line-height: 1.2;
    text-decoration: none;
    transition: color 0.15s;
}

.author-bio-name-link:hover {
    color: #92720a
}

@media (max-width: 640px) {
    .author-bio {
        flex-direction: column;
        gap: 16px;
        padding: 20px;
    }
}