
body.single-post .site.grid-container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
}
body.single-post .site-content {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
}
body.single-post .site-content,
body.single-post #content,
body.single-post .content-area,
body.single-post .site-main,
body.single-post .inside-article,
body.single-post .entry-content,
body.single-post .entry-header {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
body.single-post #primary {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.single-post .pcb-report-wrapper {
    --pcb-brand-blue: #1d66e2;
    --pcb-brand-accent: #d7ae43;
    --pcb-text-main: #2f3640;
    --pcb-text-muted: #64748b;
    --pcb-bg-light: #f8fafc;
    --pcb-border-color: #e2e8f0;

    font-family: var(--font-body);
    color: var(--pcb-text-main);
    background-color: #ffffff;
    line-height: 1.6;
    padding-bottom: 80px;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.single-post .pcb-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 24px;
}

body.single-post .pcb-report-hero {
    position: relative;
    margin-top: 0 !important;
    padding: 72px 0 72px;
    border-bottom: none;
    background: linear-gradient(135deg, #1d66e2 0%, #1658c7 55%, #0f4aa9 100%);
    text-align: center;
    overflow: hidden;
}
body.single-post .pcb-report-hero.has-featured-media {
    padding: 110px 0 72px;
    background: linear-gradient(135deg, #1d66e2 0%, #1658c7 55%, #0f4aa9 100%);
    border-bottom: none;
    min-height: 420px;
    display: flex;
    align-items: flex-end;
}
body.single-post .pcb-report-hero-media,
body.single-post .pcb-report-hero-shadow {
    position: absolute;
    inset: 0;
    pointer-events: none;
}
body.single-post .pcb-report-hero-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
body.single-post .pcb-report-hero-shadow {
    background:
        linear-gradient(180deg, rgba(29, 102, 226, 0.44) 0%, rgba(22, 88, 199, 0.62) 42%, rgba(15, 74, 169, 0.84) 100%),
        linear-gradient(90deg, rgba(29, 102, 226, 0.78) 0%, rgba(22, 88, 199, 0.46) 52%, rgba(15, 74, 169, 0.28) 100%);
    box-shadow: inset 0 -120px 120px rgba(15, 74, 169, 0.34);
}
body.single-post .pcb-report-hero .pcb-container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
body.single-post .pcb-report-breadcrumbs {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin: 0 auto 1rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
body.single-post .pcb-report-breadcrumbs a {
    color: rgba(255, 255, 255, 0.86);
    text-decoration: none;
}
body.single-post .pcb-report-breadcrumbs a:hover {
    color: #ffffff;
}
body.single-post .pcb-report-hero.has-featured-media .pcb-report-title,
body.single-post .pcb-report-title,
body.single-post .pcb-report-hero.has-featured-media .pcb-author-details strong,
body.single-post .pcb-author-details strong,
body.single-post .pcb-report-hero.has-featured-media .pcb-report-meta,
body.single-post .pcb-report-meta,
body.single-post .pcb-report-hero.has-featured-media .pcb-author-details span,
body.single-post .pcb-author-details span,
body.single-post .pcb-report-hero.has-featured-media .pcb-report-meta a,
body.single-post .pcb-report-meta a,
body.single-post .pcb-report-hero.has-featured-media .pcb-report-meta div,
body.single-post .pcb-report-meta div {
    color: #ffffff;
}
body.single-post .pcb-report-hero.has-featured-media .pcb-report-meta {
    border-top-color: rgba(255, 255, 255, 0.22);
}
body.single-post .pcb-report-meta {
    border-top-color: rgba(255, 255, 255, 0.22);
}
body.single-post .pcb-report-hero.has-featured-media .pcb-author-avatar {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
body.single-post .pcb-author-avatar {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
body.single-post .pcb-report-hero.has-featured-media .pcb-author-details a:hover strong {
    color: rgba(255, 255, 255, 0.82);
}
body.single-post .pcb-author-details a:hover strong {
    color: rgba(255, 255, 255, 0.82);
}
body.single-post .pcb-report-hero.has-featured-media .pcb-meta-divider {
    background: rgba(255, 255, 255, 0.42);
}
body.single-post .pcb-meta-divider {
    background: rgba(255, 255, 255, 0.42);
}

body.single-post .pcb-report-title {
    font-family: var(--font-heading);
    font-size: clamp(32px, 4vw, 45px);
    line-height: 1.15;
    font-weight: 800;
    margin: 0 auto 24px auto;
    max-width: 980px;
    letter-spacing: -0.02em;
    text-wrap: balance;
}

body.single-post .pcb-report-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 14px;
    color: var(--pcb-text-muted);
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    padding-top: 20px;
    margin: 30px auto 0 auto;
    max-width: 900px;
}

body.single-post .pcb-author-info {
    display: flex;
    align-items: center;
    gap: 12px;
}
body.single-post .pcb-author-info-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: inherit;
    text-decoration: none !important;
}
body.single-post .pcb-author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--pcb-bg-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--pcb-brand-blue);
    border: 1px solid var(--pcb-border-color);
    overflow: hidden;
}
body.single-post .pcb-author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body.single-post .pcb-author-details strong {
    display: block;
    font-size: 15px;
    transition: color 0.2s;
}
body.single-post .pcb-author-details span {
    display: block;
    font-size: 14px;
}
body.single-post .pcb-meta-divider {
    width: 4px;
    height: 4px;
    border-radius: 50%;
}

body.single-post .pcb-report-body {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr) 360px;
    gap: 40px;
    align-items: start;
    padding-top: 36px;
}

body.single-post .pcb-sidebar-left {
    position: sticky;
    top: 40px;
    padding: 28px 24px;
    border-radius: 12px;
    background: linear-gradient(180deg, #1d66e2 0%, #1658c7 100%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 20px 40px rgba(29, 102, 226, 0.22);
}
body.single-post .pcb-toc-title {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.82);
    margin: 0 0 16px 0;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.32);
    display: inline-block;
}
body.single-post .pcb-toc-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
body.single-post .pcb-toc-nav a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
    transition: all 0.2s ease;
    display: block;
    border-left: 2px solid transparent;
    padding: 6px 0 6px 12px;
    margin-left: -12px;
}
body.single-post .pcb-toc-nav a:hover,
body.single-post .pcb-toc-nav a.active {
    color: #ffffff;
    border-left-color: #ffffff;
    font-weight: 600;
}

body.single-post .pcb-sidebar-right {
    position: sticky;
    top: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

body.single-post .pcb-sidebar-cta {
    padding: 24px;
    background: #ffffff;
    border: 1px solid var(--pcb-border-color);
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}
body.single-post .pcb-sidebar-cta h4 {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.25;
    color: #0f172a;
}
body.single-post .pcb-sidebar-cta p {
    font-size: 15px;
    line-height: 1.7;
    color: #475569;
    margin: 0 0 18px;
}
body.single-post .pcb-sidebar-cta .btn {
    width: 100%;
}

body.single-post .pcb-content-area {
    min-width: 0;
    max-width: none;
}

body.single-post .pcb-exec-summary {
    background: #f0f5fa;
    border-left: 4px solid var(--pcb-brand-blue);
    padding: 24px 30px;
    margin-bottom: 40px;
    border-radius: 0 8px 8px 0;
}
body.single-post .pcb-exec-summary h3 {
    font-family: var(--font-ui);
    margin: 0 0 12px 0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--pcb-brand-blue);
}
body.single-post .pcb-exec-summary p {
    margin: 0;
    font-size: 18px;
    line-height: 1.7;
    color: #1e293b;
    font-weight: 500;
}

body.single-post .pcb-pro-content {
    font-size: 16px;
    line-height: 1.75;
    color: #334155;
}
body.single-post .pcb-pro-content h2 {
    font-family: var(--font-heading);
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    margin: 2em 0 0.8em;
    line-height: 1.3;
    scroll-margin-top: 80px;
}
body.single-post .pcb-pro-content h3 {
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
    margin: 1.8em 0 0.6em;
    line-height: 1.4;
    scroll-margin-top: 80px;
}
body.single-post .pcb-pro-content p {
    margin: 0 0 1.5em;
}
body.single-post .pcb-pro-content ul,
body.single-post .pcb-pro-content ol {
    margin: 0 0 1.5em;
    padding-left: 24px;
}
body.single-post .pcb-pro-content li {
    margin-bottom: 0.5em;
}
body.single-post .pcb-pro-content li::marker {
    color: var(--pcb-brand-blue);
    font-weight: bold;
}
body.single-post .pcb-pro-content blockquote {
    margin: 2em 0;
    padding: 0 0 0 24px;
    border-left: 4px solid var(--pcb-brand-blue);
    font-size: 22px;
    font-style: italic;
    line-height: 1.5;
    color: #0f172a;
}
body.single-post .pcb-pro-content blockquote p {
    margin: 0;
}
body.single-post .pcb-pro-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 2em 0;
    font-size: 15px;
}
body.single-post .pcb-pro-content th {
    background: var(--pcb-bg-light);
    text-align: left;
    padding: 14px 16px;
    font-weight: 700;
    color: #0f172a;
    border-bottom: 2px solid var(--pcb-border-color);
}
body.single-post .pcb-pro-content td {
    padding: 14px 16px;
    border-bottom: 1px solid var(--pcb-border-color);
    color: #475569;
}
body.single-post .pcb-pro-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5em 0;
}
body.single-post .pcb-pro-content figcaption {
    text-align: center;
    font-size: 13px;
    color: var(--pcb-text-muted);
    margin-top: -1em;
    margin-bottom: 2em;
}
body.single-post .pcb-pro-content a {
    color: var(--pcb-brand-blue);
    text-decoration: underline;
    text-decoration-color: #cbd5e1;
    text-underline-offset: 4px;
    transition: text-decoration-color 0.2s;
}
body.single-post .pcb-pro-content a:hover {
    text-decoration-color: var(--pcb-brand-blue);
}

body.single-post .pcb-author-box {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--pcb-border-color);
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    gap: 20px;
    scroll-margin-top: 100px;
}
body.single-post .pcb-author-img {
    width: 100%;
    height: 220px;
    border-radius: 10px;
    object-fit: contain;
    object-position: center top;
    background: #f8fafc;
    flex-shrink: 0;
}
body.single-post .pcb-author-content h3 {
    margin: 0 0 5px 0;
    font-family: var(--font-heading);
    font-size: 22px;
    color: #0f172a;
}
body.single-post .pcb-author-role {
    font-size: 14px;
    color: var(--pcb-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
}
body.single-post .pcb-author-content p {
    font-size: 15px;
    color: #475569;
    margin-bottom: 15px;
    line-height: 1.7;
}

body.single-post .pcb-related-posts {
    margin: 40px 0;
}
body.single-post .pcb-related-title {
    font-family: var(--font-heading);
    font-size: 25px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 30px;
}
body.single-post .pcb-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
body.single-post .pcb-rel-card {
    text-decoration: none;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.2s;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--pcb-border-color);
}
body.single-post .pcb-rel-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}
body.single-post .pcb-rel-thumb {
    aspect-ratio: 16 / 10;
    overflow: hidden;
}
body.single-post .pcb-rel-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body.single-post .pcb-rel-content {
    padding: 20px;
}
body.single-post .pcb-rel-title {
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 10px 0;
    line-height: 1.4;
}
body.single-post .pcb-rel-meta {
    font-size: 13px;
    color: var(--pcb-text-muted);
    margin-bottom: 12px;
}
body.single-post .pcb-rel-excerpt {
    font-size: 14px;
    color: #475569;
    margin: 0;
    line-height: 1.6;
}

body.single-post .pcb-comments-section {
    background: #f8fafc;
    padding: 40px;
    border-radius: 8px;
    margin: 40px 0;
    border: 1px solid var(--pcb-border-color);
}
body.single-post .pcb-comments-section h2,
body.single-post .pcb-comments-section h3 {
    font-family: var(--font-heading);
    font-size: 24px;
    color: #0f172a;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 700;
}
body.single-post .pcb-comments-section .comment-form-comment label {
    display: none;
}
body.single-post .pcb-comments-section textarea {
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    padding: 15px;
    font-family: inherit;
    margin-bottom: 15px;
    min-height: 120px;
    resize: vertical;
}
body.single-post .pcb-comments-section input[type="text"],
body.single-post .pcb-comments-section input[type="email"],
body.single-post .pcb-comments-section input[type="url"],
body.single-post .pcb-comments-section textarea {
    font-size: 16px;
}
body.single-post .pcb-comments-section input[type="text"],
body.single-post .pcb-comments-section input[type="email"],
body.single-post .pcb-comments-section input[type="url"] {
    min-height: 48px;
}
body.single-post .pcb-comments-section .form-submit input[type="submit"] {
    background: #64748b;
    color: #fff;
    border: none;
    padding: 12px 24px;
    font-weight: 700;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    transition: background 0.2s;
}
body.single-post .pcb-comments-section .form-submit input[type="submit"]:hover {
    background: #475569;
}

@media (max-width: 1280px) {
    body.single-post .pcb-report-body {
        grid-template-columns: 220px minmax(0, 1fr) 320px;
        gap: 28px;
    }
    body.single-post .pcb-author-img {
        height: 200px;
    }
}
@media (max-width: 1023.98px) {
    body.single-post .pcb-report-body {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    body.single-post .pcb-sidebar-left {
        position: static;
        order: -1;
        background: var(--pcb-bg-light);
        padding: 24px;
        border-radius: 12px;
        border: 1px solid var(--pcb-border-color);
    }
    body.single-post .pcb-sidebar-left .pcb-toc-nav {
        max-height: 220px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 20px;
        border-bottom: 1px solid var(--pcb-border-color);
        mask-image: linear-gradient(180deg, #000 76%, transparent 100%);
        -webkit-mask-image: linear-gradient(180deg, #000 76%, transparent 100%);
    }
    body.single-post .pcb-toc-title {
        color: #0f172a;
        border-bottom-color: rgba(15, 23, 42, 0.18);
    }
    body.single-post .pcb-toc-nav a {
        color: #334155;
        border-left-color: transparent;
    }
    body.single-post .pcb-toc-nav a:hover,
    body.single-post .pcb-toc-nav a.active {
        color: var(--pcb-brand-blue);
        border-left-color: var(--pcb-brand-blue);
    }
    body.single-post .pcb-sidebar-right {
        position: static;
        top: auto;
    }
}
@media (max-width: 767.98px) {
    body.single-post .pcb-report-hero.has-featured-media {
        min-height: 320px;
        padding-top: 88px;
    }
    body.single-post .pcb-report-title {
        font-size: 28px;
    }
    body.single-post .pcb-report-breadcrumbs {
        gap: 0.35rem;
        font-size: 0.72rem;
    }
    body.single-post .pcb-report-meta {
        gap: 8px 12px;
        padding-top: 16px;
        margin-top: 18px;
    }
    body.single-post .pcb-meta-divider {
        display: none;
    }
    body.single-post .pcb-pro-content {
        font-size: 15px;
    }
    body.single-post .pcb-exec-summary p {
        font-size: 16px;
    }
    body.single-post .pcb-author-box {
        padding: 24px;
    }
    body.single-post .pcb-author-img {
        width: 100%;
        height: auto;
        max-height: 320px;
    }
    body.single-post .pcb-related-grid {
        grid-template-columns: 1fr;
    }
    body.single-post .pcb-comments-section {
        padding: 24px;
    }
}
