﻿/* =========================================================
   PXM SOFTWARE SOLUTIONS
   Insights

   File:
   pxm-insights.css

   Prefix:
   pxm-insights-
   ========================================================= */


/* =========================================================
   Insights Index Hero
   ========================================================= */

.pxm-insights-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 500px;
    overflow: hidden;
    padding: 8rem 0 5.5rem;
    color: #ffffff;
    background: linear-gradient( 145deg, #031226 0%, #071b39 50%, #0c315f 100% );
}


.pxm-insights-hero-content {
    position: relative;
    z-index: 5;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}


.pxm-insights-hero .pxm-eyebrow {
    margin-bottom: 1.5rem;
    color: #5b96ff;
}


.pxm-insights-hero-title {
    max-width: 960px;
    margin: 0 auto;
    color: #ffffff;
    font-size: clamp( 3rem, 5vw, 5rem );
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.05em;
}


.pxm-insights-hero-description {
    max-width: 760px;
    margin: 2rem auto 0;
    color: rgba(235, 242, 252, 0.80);
    font-size: clamp( 1rem, 1.4vw, 1.16rem );
    line-height: 1.8;
}


/* =========================================================
   Shared Hero Graphics
   ========================================================= */

.pxm-insights-hero-visual {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}


.pxm-insights-hero-grid {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1000px;
    height: 550px;
    transform: translate(-50%, -50%) perspective(900px) rotateX(65deg);
    opacity: 0.16;
    background-image: linear-gradient( rgba(95, 155, 255, 0.22) 1px, transparent 1px ), linear-gradient( 90deg, rgba(95, 155, 255, 0.22) 1px, transparent 1px );
    background-size: 50px 50px;
}


.pxm-insights-hero-glow {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 760px;
    height: 400px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient( ellipse at center, rgba(52, 120, 255, 0.28), rgba(52, 120, 255, 0.08) 45%, transparent 72% );
    filter: blur(20px);
}


.pxm-insights-orbit {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(90, 150, 255, 0.18);
    border-radius: 50%;
}


.pxm-insights-orbit-one {
    width: 610px;
    height: 610px;
}


.pxm-insights-orbit-two {
    width: 900px;
    height: 420px;
    transform: translate(-50%, -50%) rotate(-7deg);
}


.pxm-insights-node {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #659eff;
    box-shadow: 0 0 20px rgba(101, 158, 255, 0.9);
}


.pxm-insights-node-one {
    left: 22%;
    top: 36%;
}


.pxm-insights-node-two {
    right: 21%;
    top: 32%;
}


.pxm-insights-node-three {
    left: 31%;
    bottom: 24%;
}


.pxm-insights-node-four {
    right: 30%;
    bottom: 22%;
}


/* =========================================================
   Shared Section Header
   ========================================================= */

.pxm-insights-section-header {
    max-width: 820px;
    margin-bottom: 3.5rem;
}


    .pxm-insights-section-header h2 {
        margin-bottom: 1.25rem;
    }


    .pxm-insights-section-header p {
        max-width: 750px;
        margin-bottom: 0;
        line-height: 1.8;
    }


/* =========================================================
   Featured Insights
   ========================================================= */

.pxm-insights-featured {
    padding: 7rem 0;
    background: #ffffff;
}


/* =========================================================
   Insight Article Card
   ========================================================= */

.pxm-insights-article {
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--pxm-border);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 14px 38px rgba(15, 45, 85, 0.07);
    transition: transform var(--pxm-transition), box-shadow var(--pxm-transition);
}


    .pxm-insights-article:hover {
        transform: translateY(-6px);
        box-shadow: 0 28px 62px rgba(15, 45, 85, 0.14);
    }


/* =========================================================
   Article Visual
   ========================================================= */

.pxm-insights-article-visual {
    position: relative;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #ffffff;
    font-size: 2.6rem;
}


    .pxm-insights-article-visual i {
        position: relative;
        z-index: 4;
    }


.pxm-insights-article-index {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 4;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.1em;
}


/* =========================================================
   Automation Visual
   ========================================================= */

.pxm-insights-visual-automation {
    background: linear-gradient( 145deg, #07172f, #12458c );
}


    .pxm-insights-visual-automation::before {
        content: "";
        position: absolute;
        width: 330px;
        height: 330px;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 50%;
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0.025);
    }


/* =========================================================
   Software Visual
   ========================================================= */

.pxm-insights-visual-software {
    background: linear-gradient( 145deg, #164fa8, #2d6ee8 );
}


    .pxm-insights-visual-software::before {
        content: "";
        position: absolute;
        inset: 30px 40px;
        opacity: 0.25;
        background-image: linear-gradient( rgba(255, 255, 255, 0.20) 1px, transparent 1px ), linear-gradient( 90deg, rgba(255, 255, 255, 0.20) 1px, transparent 1px );
        background-size: 30px 30px;
        transform: rotate(-6deg);
    }


/* =========================================================
   AI Visual
   ========================================================= */

.pxm-insights-visual-ai {
    background: linear-gradient( 145deg, #08162e, #233a78 );
}


    .pxm-insights-visual-ai::before {
        content: "";
        position: absolute;
        width: 300px;
        height: 300px;
        border: 1px solid rgba(101, 158, 255, 0.26);
        border-radius: 50%;
        box-shadow: 0 0 0 46px rgba(101, 158, 255, 0.035), inset 0 0 70px rgba(101, 158, 255, 0.10);
    }


/* =========================================================
   Article Card Body
   ========================================================= */

.pxm-insights-article-body {
    display: flex;
    flex-direction: column;
    min-height: 340px;
    padding: 2rem;
}


.pxm-insights-category {
    display: block;
    margin-bottom: 1rem;
    color: var(--pxm-blue);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}


.pxm-insights-article-body h3 {
    margin-bottom: 1rem;
    font-size: 1.35rem;
    line-height: 1.35;
}


.pxm-insights-article-body p {
    margin-bottom: 1.6rem;
    color: var(--pxm-text-secondary);
    font-size: 0.88rem;
    line-height: 1.75;
}


.pxm-insights-article-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    align-self: flex-start;
    margin-top: auto;
    color: var(--pxm-blue);
    font-size: 0.78rem;
    font-weight: 800;
    text-decoration: none;
}


    .pxm-insights-article-link span {
        transition: transform var(--pxm-transition-fast);
    }


    .pxm-insights-article-link:hover span {
        transform: translateX(5px);
    }


/* =========================================================
   Topics
   ========================================================= */

.pxm-insights-topics {
    padding: 7rem 0;
    background: linear-gradient( 145deg, #eef6ff, #e8f2ff );
}


.pxm-insights-topic-list {
    border-top: 1px solid rgba(37, 99, 235, 0.14);
}


/* =========================================================
   Topic Row
   ========================================================= */

.pxm-insights-topic {
    display: grid;
    grid-template-columns: 55px 58px minmax(0, 1fr) 40px;
    align-items: center;
    gap: 1.25rem;
    padding: 1.65rem 1rem;
    border-bottom: 1px solid rgba(37, 99, 235, 0.14);
    color: inherit;
    text-decoration: none;
    transition: padding var(--pxm-transition), background-color var(--pxm-transition);
}


    .pxm-insights-topic:hover {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        background: rgba(255, 255, 255, 0.58);
    }


.pxm-insights-topic-number {
    color: var(--pxm-blue);
    font-size: 0.68rem;
    font-weight: 800;
}


.pxm-insights-topic-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(37, 99, 235, 0.14);
    border-radius: 14px;
    color: var(--pxm-blue);
    background: rgba(255, 255, 255, 0.60);
}


.pxm-insights-topic-copy h3 {
    margin-bottom: 0.35rem;
    color: var(--pxm-text-primary);
    font-size: 1.05rem;
}


.pxm-insights-topic-copy p {
    max-width: 720px;
    margin-bottom: 0;
    color: var(--pxm-text-secondary);
    font-size: 0.84rem;
    line-height: 1.65;
}


.pxm-insights-topic-arrow {
    color: var(--pxm-blue);
    font-size: 1.2rem;
    text-align: right;
}


/* =========================================================
   Perspective
   ========================================================= */

.pxm-insights-perspective {
    padding: 7rem 0;
    background: #ffffff;
}


.pxm-insights-perspective-copy {
    max-width: 520px;
}


/* =========================================================
   Perspective Panel
   ========================================================= */

.pxm-insights-perspective-panel {
    position: relative;
    min-height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    padding: 3rem;
    border: 1px solid rgba(37, 99, 235, 0.12);
    border-radius: 26px;
    background: linear-gradient( 145deg, #f5f9ff, #eaf3ff );
    box-shadow: 0 24px 55px rgba(15, 45, 85, 0.10);
}


    .pxm-insights-perspective-panel p {
        position: relative;
        z-index: 3;
        max-width: 600px;
        line-height: 1.8;
    }


.pxm-insights-perspective-lead {
    color: var(--pxm-text-primary);
    font-size: 1.1rem;
    font-weight: 700;
}


.pxm-insights-perspective-graphic {
    position: absolute;
    right: -70px;
    bottom: -90px;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(37, 99, 235, 0.12);
    border-radius: 50%;
    pointer-events: none;
}


    .pxm-insights-perspective-graphic::before,
    .pxm-insights-perspective-graphic::after {
        content: "";
        position: absolute;
        inset: 45px;
        border: 1px solid rgba(37, 99, 235, 0.10);
        border-radius: 50%;
    }


    .pxm-insights-perspective-graphic::after {
        inset: 95px;
    }


    .pxm-insights-perspective-graphic span {
        position: absolute;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--pxm-blue);
        box-shadow: 0 0 16px rgba(37, 99, 235, 0.38);
    }


        .pxm-insights-perspective-graphic span:nth-child(1) {
            left: 35px;
            top: 95px;
        }


        .pxm-insights-perspective-graphic span:nth-child(2) {
            right: 45px;
            top: 55px;
        }


        .pxm-insights-perspective-graphic span:nth-child(3) {
            right: 20px;
            bottom: 90px;
        }


        .pxm-insights-perspective-graphic span:nth-child(4) {
            left: 85px;
            bottom: 25px;
        }


/* =========================================================
   Insights Index CTA
   ========================================================= */

.pxm-insights-cta {
    position: relative;
    overflow: hidden;
    padding: 7rem 0;
    color: #ffffff;
    background: linear-gradient( 145deg, #031226, #0a2e60 );
}


.pxm-insights-cta-content {
    position: relative;
    z-index: 3;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}


.pxm-insights-cta h2 {
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-size: clamp( 2.4rem, 4vw, 4rem );
}


.pxm-insights-cta p {
    max-width: 690px;
    margin: 0 auto 2rem;
    color: rgba(235, 242, 252, 0.76);
    line-height: 1.8;
}


.pxm-insights-cta-graphic {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 780px;
    height: 380px;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(89, 149, 255, 0.10);
    border-radius: 50%;
    box-shadow: 0 0 0 70px rgba(89, 149, 255, 0.025), 0 0 0 140px rgba(89, 149, 255, 0.015);
}


/* =========================================================
   ARTICLE PAGES
   ========================================================= */


/* =========================================================
   Article Hero
   ========================================================= */

.pxm-insights-article-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 520px;
    overflow: hidden;
    padding: 8rem 0 5.5rem;
    color: #ffffff;
    background: linear-gradient( 145deg, #031226 0%, #071b39 50%, #0c315f 100% );
}


.pxm-insights-article-hero-content {
    position: relative;
    z-index: 5;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}


.pxm-insights-article-hero .pxm-eyebrow {
    margin-bottom: 1.5rem;
    color: #5b96ff;
}


.pxm-insights-article-hero-title {
    max-width: 940px;
    margin: 0 auto;
    color: #ffffff;
    font-size: clamp( 3rem, 5vw, 4.8rem );
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.05em;
}


.pxm-insights-article-hero-description {
    max-width: 760px;
    margin: 2rem auto 0;
    color: rgba(235, 242, 252, 0.80);
    font-size: clamp( 1rem, 1.4vw, 1.16rem );
    line-height: 1.8;
}


/* =========================================================
   Article Meta
   ========================================================= */

.pxm-insights-article-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.75rem;
    color: rgba(235, 242, 252, 0.58);
    font-size: 0.78rem;
    font-weight: 600;
}


/* =========================================================
   Article Content
   ========================================================= */

.pxm-insights-article-content {
    max-width: 850px;
    margin: 0 auto;
    padding: 3rem 0 2rem;
}


    .pxm-insights-article-content > p:not(.pxm-insights-article-lead) {
        color: var(--pxm-text-secondary);
        font-size: 1rem;
        line-height: 1.9;
    }


/* =========================================================
   Article Lead
   ========================================================= */

.pxm-insights-article-lead {
    margin-bottom: 1.75rem;
    color: var(--pxm-text-primary);
    font-size: clamp( 1.2rem, 2vw, 1.45rem );
    font-weight: 600;
    line-height: 1.75;
}


/* =========================================================
   Article Sections
   ========================================================= */

.pxm-insights-article-section {
    position: relative;
    margin-top: 5rem;
    padding-top: 1rem;
}


    .pxm-insights-article-section +
    .pxm-insights-article-section {
        padding-top: 4.5rem;
        border-top: 1px solid var(--pxm-border);
    }


    .pxm-insights-article-section h2 {
        max-width: 760px;
        margin-bottom: 1.4rem;
        color: var(--pxm-text-primary);
        font-size: clamp( 1.8rem, 3vw, 2.7rem );
        line-height: 1.2;
    }


    .pxm-insights-article-section p {
        margin-bottom: 1.3rem;
        color: var(--pxm-text-secondary);
        font-size: 1rem;
        line-height: 1.9;
    }


/* =========================================================
   Article Number
   ========================================================= */

.pxm-insights-article-number {
    display: block;
    margin-bottom: 1rem;
    color: var(--pxm-blue);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.10em;
}


/* =========================================================
   Article Callout
   ========================================================= */

.pxm-insights-article-callout {
    margin: 2.25rem 0;
    padding: 1.75rem 2rem;
    border-left: 4px solid var(--pxm-blue);
    border-radius: 0 16px 16px 0;
    background: linear-gradient( 145deg, #f5f9ff, #edf5ff );
}


    .pxm-insights-article-callout h3 {
        margin-bottom: 0.65rem;
        color: var(--pxm-text-primary);
        font-size: 1rem;
        font-weight: 800;
    }


    .pxm-insights-article-callout p {
        margin-bottom: 0;
        font-size: 0.92rem;
        line-height: 1.75;
    }


/* =========================================================
   Article Principle
   ========================================================= */

.pxm-insights-article-principle {
    position: relative;
    overflow: hidden;
    margin: 2.75rem 0;
    padding: 2.5rem;
    border: 1px solid rgba(37, 99, 235, 0.12);
    border-radius: 22px;
    background: linear-gradient( 145deg, #f4f9ff, #e9f3ff );
}


    .pxm-insights-article-principle::after {
        content: "";
        position: absolute;
        right: -80px;
        bottom: -110px;
        width: 250px;
        height: 250px;
        border: 1px solid rgba(37, 99, 235, 0.11);
        border-radius: 50%;
        box-shadow: 0 0 0 40px rgba(37, 99, 235, 0.025);
        pointer-events: none;
    }


    .pxm-insights-article-principle > span {
        position: relative;
        z-index: 2;
        display: block;
        margin-bottom: 1rem;
        color: var(--pxm-blue);
        font-size: 0.68rem;
        font-weight: 800;
        letter-spacing: 0.12em;
    }


    .pxm-insights-article-principle blockquote {
        position: relative;
        z-index: 2;
        max-width: 650px;
        margin: 0;
        color: var(--pxm-text-primary);
        font-size: clamp( 1.35rem, 2.4vw, 1.9rem );
        font-weight: 800;
        line-height: 1.4;
        letter-spacing: -0.025em;
    }


/* =========================================================
   Continue Reading
   ========================================================= */

.pxm-insights-article-continue {
    max-width: 1050px;
    margin: 4rem auto 0;
    padding: 4rem 0 1rem;
    border-top: 1px solid var(--pxm-border);
}


.pxm-insights-article-continue-header {
    max-width: 720px;
    margin-bottom: 2.5rem;
}


    .pxm-insights-article-continue-header h2 {
        margin-bottom: 1rem;
    }


    .pxm-insights-article-continue-header p {
        margin-bottom: 0;
        color: var(--pxm-text-secondary);
        line-height: 1.8;
    }


/* =========================================================
   Related Article
   ========================================================= */

.pxm-insights-related-article {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 2rem;
    border: 1px solid var(--pxm-border);
    border-radius: 20px;
    color: inherit;
    background: #ffffff;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(15, 45, 85, 0.05);
    transition: transform var(--pxm-transition), box-shadow var(--pxm-transition), border-color var(--pxm-transition);
}


    .pxm-insights-related-article:hover {
        transform: translateY(-4px);
        border-color: rgba(37, 99, 235, 0.18);
        box-shadow: 0 20px 45px rgba(15, 45, 85, 0.10);
    }


    .pxm-insights-related-article h3 {
        margin: 0.75rem 0 1rem;
        color: var(--pxm-text-primary);
        font-size: 1.25rem;
        line-height: 1.4;
    }


    .pxm-insights-related-article p {
        margin-bottom: 1.5rem;
        color: var(--pxm-text-secondary);
        font-size: 0.88rem;
        line-height: 1.7;
    }


.pxm-insights-related-article-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: auto;
    color: var(--pxm-blue);
    font-size: 0.78rem;
    font-weight: 800;
}


/* =========================================================
   Article Navigation
   ========================================================= */

.pxm-insights-article-navigation {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: stretch;
    gap: 2rem;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid var(--pxm-border);
}


.pxm-insights-article-nav-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: 90px;
    padding: 1rem 1.25rem;
    border: 1px solid transparent;
    border-radius: 14px;
    color: var(--pxm-text-primary);
    text-decoration: none;
    transition: background-color var(--pxm-transition), border-color var(--pxm-transition);
}


    .pxm-insights-article-nav-item:hover {
        border-color: var(--pxm-border);
        background: #f5f9ff;
    }


.pxm-insights-article-nav-next {
    justify-content: flex-end;
    text-align: right;
}


.pxm-insights-article-nav-previous {
    justify-content: flex-start;
    text-align: left;
}


.pxm-insights-article-nav-label {
    display: block;
    margin-bottom: 0.3rem;
    color: var(--pxm-blue);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}


.pxm-insights-article-nav-item strong {
    display: block;
    color: var(--pxm-text-primary);
    font-size: 0.84rem;
    line-height: 1.45;
}


.pxm-insights-article-nav-arrow {
    flex: 0 0 auto;
    color: var(--pxm-blue);
    font-size: 1.2rem;
}


.pxm-insights-article-nav-all {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    color: var(--pxm-blue);
    font-size: 0.76rem;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}


    .pxm-insights-article-nav-all:hover {
        text-decoration: underline;
    }


.pxm-insights-article-nav-empty {
    min-height: 1px;
}


/* =========================================================
   Related Service
   ========================================================= */

.pxm-insights-related-service {
    padding: 6rem 0;
    border-top: 1px solid rgba(37, 99, 235, 0.08);
    background: linear-gradient( 145deg, #eef6ff 0%, #e7f1ff 100% );
}


    .pxm-insights-related-service h2 {
        margin-bottom: 1.25rem;
    }


    .pxm-insights-related-service .pxm-lead {
        max-width: 720px;
        margin-bottom: 0;
        color: var(--pxm-text-secondary);
        line-height: 1.8;
    }


/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 991.98px) {

    .pxm-insights-hero,
    .pxm-insights-article-hero {
        min-height: 460px;
        padding: 6rem 0 5rem;
    }


    .pxm-insights-featured,
    .pxm-insights-topics,
    .pxm-insights-perspective,
    .pxm-insights-cta {
        padding: 5rem 0;
    }


    .pxm-insights-related-service {
        padding: 5rem 0;
    }


    .pxm-insights-article-visual {
        height: 200px;
    }
}


@media (max-width: 767.98px) {

    .pxm-insights-topic {
        grid-template-columns: 40px 48px minmax(0, 1fr);
    }


    .pxm-insights-topic-arrow {
        display: none;
    }


    .pxm-insights-article-content {
        padding: 2rem 0 1rem;
    }


    .pxm-insights-article-section {
        margin-top: 4rem;
    }


        .pxm-insights-article-section +
        .pxm-insights-article-section {
            padding-top: 3.5rem;
        }


    .pxm-insights-article-navigation {
        grid-template-columns: 1fr;
        gap: 1rem;
    }


    .pxm-insights-article-nav-empty {
        display: none;
    }


    .pxm-insights-article-nav-all {
        order: 3;
        min-height: 54px;
    }


    .pxm-insights-article-nav-item {
        width: 100%;
    }


    .pxm-insights-related-service .text-lg-end {
        text-align: left !important;
    }
}


@media (max-width: 575.98px) {

    .pxm-insights-hero-title,
    .pxm-insights-article-hero-title {
        font-size: clamp( 2.5rem, 11vw, 3.7rem );
    }


    .pxm-insights-article-hero-description {
        font-size: 1rem;
    }


    .pxm-insights-perspective-panel {
        min-height: 350px;
        padding: 2.25rem;
    }


    .pxm-insights-topic {
        grid-template-columns: 38px minmax(0, 1fr);
    }


    .pxm-insights-topic-icon {
        display: none;
    }


    .pxm-insights-article-callout {
        padding: 1.5rem;
    }


    .pxm-insights-article-principle {
        padding: 2rem;
    }


    .pxm-insights-article-meta {
        gap: 0.5rem;
        font-size: 0.72rem;
    }


    .pxm-insights-related-service .btn {
        display: flex;
        width: 100%;
        justify-content: center;
        margin-right: 0 !important;
    }
}
