.tn-topic-redesign {
    background: #f6faff;
    color: #07164a;
    padding-bottom: 44px;
    font-size: 14px
}

    .tn-topic-redesign * {
        box-sizing: border-box
    }

    .tn-topic-redesign a {
        text-decoration: none
    }

    .tn-topic-redesign .tn-topic-hero {
        position: relative;
        min-height: 365px;
        background-image: linear-gradient(90deg,rgba(2,10,30,.88) 0%,rgba(2,10,30,.64) 42%,rgba(2,10,30,.18) 74%),var(--topic-hero-image);
        background-size: cover;
        background-position: center;
        color: #fff;
        overflow: visible
    }

        .tn-topic-redesign .tn-topic-hero:after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg,rgba(2,10,30,.24),rgba(2,10,30,.72));
            pointer-events: none
        }

    .tn-topic-redesign .tn-topic-hero__inner {
        position: relative;
        z-index: 2;
        width: min(1120px,calc(100% - 64px));
        margin: 0 auto;
        padding: 27px 0 72px
    }

    .tn-topic-redesign .tn-node-breadcrumbs {
        display: block !important;
        margin: 0 0 24px !important
    }

        .tn-topic-redesign .tn-node-breadcrumbs ol {
            display: flex !important;
            align-items: center !important;
            gap: 13px !important;
            margin: 0 !important;
            padding: 0 !important;
            list-style: none !important
        }

        .tn-topic-redesign .tn-node-breadcrumbs li {
            display: flex !important;
            align-items: center !important;
            gap: 13px !important;
            font-size: .78rem !important;
            font-weight: 850 !important;
            color: rgba(255,255,255,.72) !important
        }

            .tn-topic-redesign .tn-node-breadcrumbs li + li:before {
                content: "\f054";
                font-family: "Font Awesome 6 Free";
                font-weight: 900;
                font-size: .62rem;
                color: rgba(255,255,255,.54)
            }

        .tn-topic-redesign .tn-node-breadcrumbs a {
            color: #fff !important
        }

        .tn-topic-redesign .tn-node-breadcrumbs span {
            color: rgba(255,255,255,.72) !important
        }

        .tn-topic-redesign .tn-node-breadcrumbs li:not(:last-child):after {
            content: none !important
        }

    .tn-topic-redesign .tn-topic-hero__copy {
        max-width: 600px
    }

    .tn-topic-redesign .tn-topic-hero h1 {
        margin: 0 0 15px;
        font-size: clamp(2.4rem,4.2vw,4rem);
        line-height: 1.02;
        letter-spacing: -.06em;
        font-weight: 950;
        color: #fff;
        text-shadow: 0 16px 42px rgba(0,0,0,.34)
    }

    .tn-topic-redesign .tn-topic-hero__lead {
        max-width: 580px;
        margin: 0 0 18px;
        font-size: 1.15rem;
        line-height: 1.55;
        font-weight: 850;
        color: #fff
    }

    .tn-topic-redesign .tn-topic-hero__sub {
        max-width: 560px;
        margin: 0;
        font-size: .95rem;
        line-height: 1.65;
        font-weight: 650;
        color: rgba(255,255,255,.92)
    }

.tn-topic-reviewed {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 28px;
    font-size: .8rem;
    font-weight: 850;
    color: rgba(255,255,255,.86)
}

    .tn-topic-reviewed i {
        color: #22c983
    }

.tn-topic-action-panel {
    position: absolute;
    right: 0;
    bottom: -39px;
    width: min(700px,65vw);
    min-height: 78px;
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    background: #fff;
    border: 1px solid #d9e4f5;
    border-radius: 13px;
    box-shadow: 0 22px 58px rgba(8,26,72,.18);
    overflow: hidden
}

.tn-topic-action {
    display: grid;
    grid-template-columns: 42px minmax(0,1fr);
    grid-template-rows: auto auto;
    column-gap: 12px;
    align-items: center;
    padding: 18px 20px;
    color: #07164a;
    border-right: 1px solid #edf2f9
}

    .tn-topic-action:last-child {
        border-right: 0
    }

    .tn-topic-action span {
        grid-row: 1/3;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        background: #edf4ff;
        color: #195cff
    }

    .tn-topic-action strong {
        font-size: .88rem;
        line-height: 1.15;
        font-weight: 950
    }

    .tn-topic-action small {
        margin-top: 4px;
        font-size: .72rem;
        font-weight: 650;
        color: #52627f
    }

.tn-topic-content {
    width: min(1120px,calc(100% - 64px));
    padding-top: 70px
}

.tn-topic-section {
    margin-bottom: 30px
}

    .tn-topic-section h2, .tn-topic-panel h2 {
        margin: 0;
        color: #07164a;
        font-size: 1.25rem;
        line-height: 1.15;
        font-weight: 950;
        letter-spacing: -.035em
    }

.tn-topic-section-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    margin-bottom: 17px
}

    .tn-topic-section-head a {
        color: #075cff;
        font-size: .83rem;
        font-weight: 950
    }

.tn-topic-quickfacts h2 {
    margin-bottom: 14px
}

.tn-topic-facts-strip {
    display: grid;
    grid-template-columns: repeat(6,minmax(0,1fr));
    border: 1px solid #dbe6f5;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(9,29,78,.06);
    overflow: hidden
}

.tn-topic-fact-card {
    min-height: 104px;
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 19px 14px;
    border-right: 1px solid #e7edf7
}

    .tn-topic-fact-card:last-child {
        border-right: 0
    }

    .tn-topic-fact-card span {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        flex: 0 0 auto;
        background: #eef4ff;
        color: #195cff;
        font-size: 1.1rem
    }

    .tn-topic-fact-card small {
        display: block;
        margin-bottom: 6px;
        color: #1559ff;
        font-size: .68rem;
        font-weight: 900
    }

    .tn-topic-fact-card strong {
        display: block;
        color: #07164a;
        font-size: .93rem;
        line-height: 1.24;
        font-weight: 950
    }

.tn-topic-tone-green span {
    background: #e9fbf2;
    color: #16a66a
}

.tn-topic-tone-orange span {
    background: #fff1e2;
    color: #ff8a17
}

.tn-topic-tone-purple span {
    background: #f1ebff;
    color: #7d4ee6
}

.tn-topic-tone-red span {
    background: #fff0f3;
    color: #f04f72
}

.tn-topic-tone-teal span {
    background: #e7fbf8;
    color: #0f9e94
}

.tn-topic-overview-row {
    display: grid;
    grid-template-columns: minmax(0,1fr) 530px;
    gap: 52px;
    align-items: center
}

.tn-topic-overview-copy p {
    margin: 16px 0 0;
    color: #243763;
    font-size: .95rem;
    line-height: 1.72;
    font-weight: 620
}

.tn-topic-overview-copy ul {
    list-style: none;
    margin: 22px 0 0;
    padding: 0;
    display: grid;
    gap: 10px
}

.tn-topic-overview-copy li {
    display: flex;
    gap: 11px;
    color: #1e315d;
    font-weight: 700;
    line-height: 1.35
}

    .tn-topic-overview-copy li i {
        margin-top: 2px;
        color: #16a66a
    }

.tn-topic-overview-image {
    margin: 0
}

    .tn-topic-overview-image img {
        display: block;
        width: 100%;
        height: 250px;
        object-fit: cover;
        border-radius: 13px;
        box-shadow: 0 18px 42px rgba(9,29,78,.1)
    }

.tn-topic-guide-row {
    display: grid;
    grid-template-columns: repeat(5,minmax(0,1fr));
    gap: 16px
}

.tn-topic-guide-card, .tn-topic-news-card, .tn-topic-related-card, .tn-topic-business-card {
    position: relative;
    background: #fff;
    border: 1px solid #dfe8f6;
    border-radius: 11px;
    box-shadow: 0 14px 34px rgba(9,29,78,.06);
    overflow: hidden;
    color: #07164a
}

.tn-topic-guide-card {
    display: block;
    min-height: 230px;
    padding-bottom: 38px
}

.tn-topic-guide-image {
    display: block;
    height: 95px;
    position: relative;
    overflow: hidden
}

    .tn-topic-guide-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block
    }

    .tn-topic-guide-image em {
        position: absolute;
        left: 11px;
        bottom: 9px;
        padding: 4px 8px;
        border-radius: 999px;
        background: #12a66d;
        color: #fff;
        font-size: .62rem;
        font-style: normal;
        font-weight: 950;
        text-transform: uppercase
    }

.tn-topic-guide-card strong {
    display: block;
    margin: 15px 14px 8px;
    color: #07164a;
    font-size: .95rem;
    line-height: 1.25;
    font-weight: 950
}

.tn-topic-guide-card small {
    display: block;
    margin: 0 14px;
    color: #46587b;
    font-size: .78rem;
    line-height: 1.45;
    font-weight: 650
}

.tn-topic-guide-card > i {
    position: absolute;
    right: 14px;
    bottom: 15px;
    color: #075cff
}

.tn-topic-two-col {
    display: grid;
    grid-template-columns: 330px minmax(0,1fr);
    gap: 30px;
    margin-bottom: 30px
}

.tn-topic-panel {
    background: #fff;
    border: 1px solid #dfe8f6;
    border-radius: 12px;
    box-shadow: 0 14px 34px rgba(9,29,78,.06);
    padding: 18px
}

    .tn-topic-panel .tn-topic-section-head {
        margin: 0 0 15px
    }

.tn-topic-faq-list {
    border-top: 1px solid #edf2f9;
    margin-top: 14px
}

    .tn-topic-faq-list a {
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        border-bottom: 1px solid #edf2f9;
        color: #07164a;
        font-size: .78rem;
        font-weight: 850
    }

    .tn-topic-faq-list i {
        font-size: .7rem;
        color: #07164a
    }

.tn-topic-panel-button {
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 15px;
    border: 1px solid #ccdafa;
    border-radius: 8px;
    color: #075cff;
    font-weight: 950
}

.tn-topic-business-row {
    display: grid;
    grid-template-columns: repeat(5,minmax(0,1fr));
    gap: 14px
}

.tn-topic-business-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 205px;
    padding: 18px 12px
}

    .tn-topic-business-card span {
        width: 70px;
        height: 70px;
        border-radius: 12px;
        display: grid;
        place-items: center;
        margin-bottom: 13px;
        background: #f3f7ff;
        overflow: hidden
    }

    .tn-topic-business-card img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .tn-topic-business-card strong {
        font-size: .84rem;
        line-height: 1.25;
        font-weight: 950;
        color: #07164a
    }

    .tn-topic-business-card small {
        margin-top: 8px;
        color: #52627f;
        font-weight: 750
    }

    .tn-topic-business-card em {
        margin-top: auto;
        width: 100%;
        height: 32px;
        display: grid;
        place-items: center;
        border: 1px solid #ccdafa;
        border-radius: 7px;
        color: #075cff;
        font-style: normal;
        font-weight: 950;
        font-size: .76rem
    }

.tn-topic-related-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 16px
}

.tn-topic-related-card {
    display: grid;
    grid-template-columns: 52px minmax(0,1fr) 18px;
    gap: 13px;
    padding: 18px;
    align-items: center
}

    .tn-topic-related-card span {
        width: 46px;
        height: 46px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        background: #edf4ff;
        color: #075cff
    }

    .tn-topic-related-card strong {
        display: block;
        font-weight: 950
    }

    .tn-topic-related-card small {
        display: block;
        margin-top: 5px;
        color: #52627f;
        font-size: .78rem;
        line-height: 1.4
    }

    .tn-topic-related-card > i {
        color: #075cff
    }

.tn-topic-news-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 16px
}

.tn-topic-news-card {
    display: block;
    min-height: 205px;
    padding-bottom: 16px
}

    .tn-topic-news-card > span {
        display: block;
        height: 95px;
        background-size: cover;
        background-position: center
    }

    .tn-topic-news-card small {
        display: flex;
        justify-content: space-between;
        gap: 8px;
        margin: 11px 14px 7px;
        color: #12a66d;
        text-transform: uppercase;
        font-size: .64rem;
        font-weight: 950
    }

        .tn-topic-news-card small em {
            font-style: normal;
            color: #6e7c98;
            text-transform: none
        }

    .tn-topic-news-card strong {
        display: block;
        margin: 0 14px;
        color: #07164a;
        font-size: .9rem;
        line-height: 1.3;
        font-weight: 950
    }

    .tn-topic-news-card b {
        display: block;
        margin: 12px 14px 0;
        color: #075cff;
        font-size: .76rem
    }


.tn-topic-cta {
    margin-top: 28px
}

@media (max-width:1180px) {
    .tn-topic-action-panel {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 28px;
        width: 100%
    }

    .tn-topic-content {
        padding-top: 32px
    }

    .tn-topic-facts-strip {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }

    .tn-topic-guide-row {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }

    .tn-topic-overview-row {
        grid-template-columns: 1fr
    }

    .tn-topic-two-col {
        grid-template-columns: 1fr
    }

}

@media (max-width:760px) {
    .tn-topic-redesign .tn-topic-hero__inner, .tn-topic-content {
        width: min(100% - 28px,1120px)
    }

    .tn-topic-redesign .tn-topic-hero {
        min-height: 300px
    }

    .tn-topic-action-panel, .tn-topic-facts-strip, .tn-topic-guide-row, .tn-topic-business-row, .tn-topic-news-grid, .tn-topic-related-grid, .tn-topic-topic-strip {
        grid-template-columns: 1fr
    }

    .tn-topic-action {
        border-right: 0;
        border-bottom: 1px solid #edf2f9
    }

    .tn-topic-fact-card {
        border-right: 0;
        border-bottom: 1px solid #edf2f9
    }

    .tn-topic-overview-image img {
        height: 210px
    }

    .tn-topic-redesign .tn-topic-hero h1 {
        font-size: 2.25rem
    }
}
.tn-topic-related-topics {
    margin-top: 42px;
}

.tn-topic-related-topics {
    margin-top: 42px;
}


.tn-topic-topic-card {
    position: relative;
    min-height: 150px;
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr) 54px;
    align-items: center;
    gap: 18px;
    padding: 26px 26px;
    border: 1px solid #d8e4f6;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(10, 34, 85, .07);
    color: #07164a;
    text-decoration: none;
    overflow: hidden;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

    .tn-topic-topic-card:hover {
        transform: translateY(-3px);
        border-color: rgba(21, 92, 255, .35);
        box-shadow: 0 26px 60px rgba(10, 34, 85, .13);
    }

.tn-topic-topic-icon {
    width: 45px;
    height: 45px;
    display: grid;
    place-items: center;
    border-radius: 22px;
    background: #eafbf2;
    color: #10b981;
    font-size: 1.35rem;
}

.tn-topic-topic-copy {
    min-width: 0;
    display: block;
}

    .tn-topic-topic-copy strong {
        display: block;
        margin: 0 0 9px;
        color: #07164a;
        font-size: 1.35rem;
        line-height: 1.1;
        font-weight: 950;
        letter-spacing: -.035em;
    }

    .tn-topic-topic-copy small {
        display: -webkit-box;
        color: #52627f;
        font-size: .94rem;
        line-height: 1.45;
        font-weight: 650;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.tn-topic-topic-arrow {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    justify-self: end;
    align-self: end;
    border-radius: 50%;
    background: #eef4ff;
    color: #075cff;
    font-size: 1.15rem;
    transition: background .18s ease, color .18s ease, transform .18s ease;
}

.tn-topic-topic-card:hover .tn-topic-topic-arrow {
    background: #075cff;
    color: #fff;
    transform: translateX(3px);
}



    .tn-topic-topic-card {
        grid-template-columns: 64px minmax(0, 1fr) 42px;
        min-height: 124px;
        padding: 20px;
    }

    .tn-topic-topic-icon {
        width: 58px;
        height: 58px;
        border-radius: 18px;
    }

    .tn-topic-topic-copy strong {
        font-size: 1.1rem;
    }
}

/* --------------------------------------------------------------------------
   Topic page: Related Topics final override
   Scoped hard so it wins over the older .tn-topic-topic-strip span/strong/small rules.
   -------------------------------------------------------------------------- */
.tn-topic-redesign .tn-topic-related-topics {
    margin: 44px 0 0;
}

.tn-topic-redesign .tn-topic-related-topics .tn-topic-section-head {
    margin-bottom: 24px;
}

.tn-topic-redesign .tn-topic-related-topics .tn-topic-section-head h2 {
    font-size: clamp(1.7rem, 2.35vw, 2.45rem);
    line-height: 1.05;
    letter-spacing: -.055em;
    font-weight: 950;
    color: #07164a;
}

.tn-topic-redesign .tn-topic-related-topics .tn-topic-section-head a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #075cff;
    font-size: 1rem;
    line-height: 1;
    font-weight: 900;
}


.tn-topic-redesign .tn-topic-related-topics .tn-topic-topic-card {
    position: relative !important;
    min-height: 185px !important;
    display: grid !important;
    grid-template-columns: 40px minmax(0, 1fr) 56px !important;
    align-items: start !important;
    column-gap: 24px !important;
    padding: 32px 34px 30px 34px !important;
    border: 1px solid #d8e4f6 !important;
    border-left: 4px solid #12a67a !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 24px 56px rgba(10, 34, 85, .075) !important;
    color: #07164a !important;
    text-decoration: none !important;
    overflow: hidden !important;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
}

.tn-topic-redesign .tn-topic-related-topics .tn-topic-topic-card:hover {
    transform: translateY(-3px) !important;
    border-color: #bfd0ec !important;
    border-left-color: #0ea66f !important;
    box-shadow: 0 30px 70px rgba(10, 34, 85, .12) !important;
}

.tn-topic-redesign .tn-topic-related-topics .tn-topic-topic-icon {
    position: relative !important;
    z-index: 1 !important;
    width: 74px !important;
    height: 74px !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 20px !important;
    background: #e9fbf2 !important;
    color: #0dbb86 !important;
    font-size: 1.28rem !important;
    line-height: 1 !important;
    flex: none !important;
}

.tn-topic-redesign .tn-topic-related-topics .tn-topic-topic-icon i {
    display: block !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    color: inherit !important;
    font-size: inherit !important;
    line-height: 1 !important;
}

.tn-topic-redesign .tn-topic-related-topics .tn-topic-topic-copy {
    position: relative !important;
    z-index: 1 !important;
    min-width: 0 !important;
    width: auto !important;
    height: auto !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: inherit !important;
    overflow: visible !important;
}

.tn-topic-redesign .tn-topic-related-topics .tn-topic-topic-copy strong {
    display: block !important;
    margin: 0 0 12px !important;
    color: #07164a !important;
    font-size: clamp(1.38rem, 1.55vw, 1.75rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -.045em !important;
    font-weight: 950 !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
}

.tn-topic-redesign .tn-topic-related-topics .tn-topic-topic-copy small {
    display: -webkit-box !important;
    margin: 0 !important;
    max-width: 270px !important;
    color: #14234d !important;
    font-size: clamp(.98rem, 1.05vw, 1.12rem) !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
    letter-spacing: -.01em !important;
    white-space: normal !important;
    overflow: hidden !important;
    text-overflow: clip !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.tn-topic-redesign .tn-topic-related-topics .tn-topic-topic-arrow {
    position: absolute !important;
    right: 34px !important;
    bottom: 34px !important;
    z-index: 2 !important;
    width: 54px !important;
    height: 54px !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 999px !important;
    background: #eef4ff !important;
    color: #075cff !important;
    font-size: 1.25rem !important;
    line-height: 1 !important;
    transition: background .18s ease, color .18s ease, transform .18s ease !important;
}

.tn-topic-redesign .tn-topic-related-topics .tn-topic-topic-arrow i {
    color: inherit !important;
    font-size: inherit !important;
    line-height: 1 !important;
}

.tn-topic-redesign .tn-topic-related-topics .tn-topic-topic-card:hover .tn-topic-topic-arrow {
    background: #075cff !important;
    color: #fff !important;
    transform: translateX(3px) !important;
}



@media (max-width: 760px) {
    .tn-topic-redesign .tn-topic-related-topics .tn-topic-section-head {
        align-items: flex-start;
        flex-direction: column;
    }


    .tn-topic-redesign .tn-topic-related-topics .tn-topic-topic-card {
        min-height: 150px !important;
        grid-template-columns: 66px minmax(0, 1fr) !important;
        padding: 24px 24px 28px !important;
    }

    .tn-topic-redesign .tn-topic-related-topics .tn-topic-topic-icon {
        width: 60px !important;
        height: 60px !important;
        border-radius: 17px !important;
    }

    .tn-topic-redesign .tn-topic-related-topics .tn-topic-topic-arrow {
        right: 24px !important;
        bottom: 24px !important;
        width: 46px !important;
        height: 46px !important;
    }
}
/* Topic page related topics - final */
.tn-topic-redesign .tn-topic-related-topics {
    margin-top: 40px;
}

    .tn-topic-redesign .tn-topic-related-topics .tn-topic-section-head {
        margin-bottom: 22px;
    }

    .tn-topic-redesign .tn-topic-related-topics .tn-topic-topic-strip {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 28px !important;
    }

    .tn-topic-redesign .tn-topic-related-topics .tn-topic-topic-card {
        position: relative !important;
        display: grid !important;
        grid-template-columns: 40px minmax(0, 1fr) 54px !important;
        gap: 22px !important;
        align-items: start !important;
        min-height: 182px !important;
        padding: 30px 32px !important;
        border: 1px solid #d8e4f6 !important;
        border-left: 3px solid #12a67a !important;
        border-radius: 18px !important;
        background: #fff !important;
        box-shadow: 0 22px 54px rgba(10, 34, 85, .075) !important;
        overflow: hidden !important;
    }

    .tn-topic-redesign .tn-topic-related-topics .tn-topic-topic-icon {
        width: 45px !important;
        height: 45px !important;
        border-radius: 20px !important;
        display: grid !important;
        place-items: center !important;
        background: #e9fbf2 !important;
        color: #0dbb86 !important;
        font-size: 1.15rem !important;
    }

    .tn-topic-redesign .tn-topic-related-topics .tn-topic-topic-copy {
        min-width: 0 !important;
        display: block !important;
        background: transparent !important;
    }

        .tn-topic-redesign .tn-topic-related-topics .tn-topic-topic-copy strong {
            display: block !important;
            margin: 0 0 12px !important;
            color: #07164a !important;
            font-size: 1.18rem !important;
            line-height: 1.15 !important;
            font-weight: 850 !important;
            letter-spacing: -.025em !important;
        }

        .tn-topic-redesign .tn-topic-related-topics .tn-topic-topic-copy small {
            display: -webkit-box !important;
            margin: 0 !important;
            color: #23345c !important;
            font-size: .86rem !important;
            line-height: 1.45 !important;
            font-weight: 500 !important;
            white-space: normal !important;
            overflow: hidden !important;
            -webkit-line-clamp: 2 !important;
            -webkit-box-orient: vertical !important;
        }

    .tn-topic-redesign .tn-topic-related-topics .tn-topic-topic-arrow {
        position: absolute !important;
        right: 32px !important;
        bottom: 32px !important;
        width: 52px !important;
        height: 52px !important;
        display: grid !important;
        place-items: center !important;
        border-radius: 999px !important;
        background: #eef4ff !important;
        color: #075cff !important;
        font-size: 1.15rem !important;
    }

    .tn-topic-redesign .tn-topic-related-topics .tn-topic-topic-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 28px 64px rgba(10, 34, 85, .12) !important;
    }

@media (max-width: 1180px) {
    .tn-topic-redesign .tn-topic-related-topics .tn-topic-topic-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 760px) {
    .tn-topic-redesign .tn-topic-related-topics .tn-topic-topic-strip {
        grid-template-columns: 1fr !important;
    }
}