.rtr-container{width:min(1120px,calc(100% - 40px));margin:0 auto}.rtr-resource-archive{color:#243244}.rtr-archive-hero{padding:54px 0 44px;background:#f7f9fc}.rtr-archive-hero h1{margin:8px 0 14px;font-size:clamp(34px,5vw,56px);line-height:1.05;color:#0d2b55}.rtr-eyebrow{margin:0;font:700 12px/1.4 Arial,sans-serif;letter-spacing:1.2px;text-transform:uppercase;color:#2aa7a1}.rtr-archive-lead{max-width:780px;font-size:18px;line-height:1.7}.rtr-breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;font-size:13px;margin-bottom:20px}.rtr-breadcrumbs a{color:#0d2b55;text-decoration:none}.rtr-editor-notice{margin:0 0 18px;padding:12px 14px;border-left:4px solid #e8821a;background:#fff7ed}.rtr-preview-link{font-weight:700;color:#0d2b55}.rtr-section{padding:48px 0}.rtr-soft{background:#f7f9fc}.rtr-section-head{margin-bottom:22px}.rtr-section-head h2,.rtr-prose h2{margin:6px 0 0;color:#0d2b55;font-size:30px}.rtr-topic-grid,.rtr-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.rtr-topic-card,.rtr-post-card{background:#fff;border-radius:14px;box-shadow:0 3px 16px rgba(13,43,85,.08);overflow:hidden}.rtr-topic-card{padding:24px}.rtr-topic-card h3,.rtr-post-card h3{margin:0 0 10px;font-size:21px}.rtr-topic-card h3 a,.rtr-post-card h3 a{color:#0d2b55;text-decoration:none}.rtr-topic-card p,.rtr-post-card p{line-height:1.65;color:#65758a}.rtr-text-link{font-weight:700;color:#1a4a8a;text-decoration:none}.rtr-post-thumb img{width:100%;height:auto;display:block}.rtr-post-card-body{padding:22px}.rtr-status{display:inline-block;margin-bottom:8px;padding:3px 8px;border-radius:999px;background:#fff1df;color:#8a4b00;font-size:11px;font-weight:700;text-transform:uppercase}.rtr-prose{max-width:820px;font-size:17px;line-height:1.75}.rtr-pagination{margin-top:28px}.rtr-pagination .page-numbers{display:inline-block;margin-right:6px;padding:8px 11px;border-radius:8px;background:#f0f5ff;text-decoration:none}.rtr-empty{padding:24px;border-radius:12px;background:#f7f9fc}.rtr-resource-post img{max-width:100%;height:auto}@media(max-width:860px){.rtr-topic-grid,.rtr-post-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.rtr-container{width:min(100% - 28px,1120px)}.rtr-topic-grid,.rtr-post-grid{grid-template-columns:1fr}.rtr-archive-hero{padding:38px 0 32px}.rtr-section{padding:36px 0}}

/* =========================================================
   WORDPRESS RESOURCE TABLE SYSTEM
   Targets Gutenberg .wp-block-table
   Desktop + Tablet + Mobile
   ========================================================= */

.wp-block-table {
    width: 100%;
    margin: 28px 0 36px;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

.wp-block-table table {
    width: 100%;
    margin: 0;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    background: #ffffff;
    font-size: 16px;
    line-height: 1.55;
}

.wp-block-table td,
.wp-block-table th {
    padding: 15px 18px;
    border: 0;
    border-bottom: 1px solid #e8edf3;
    vertical-align: top;
    text-align: left;
    color: #334155;
}

.wp-block-table tbody tr:last-child td {
    border-bottom: 0;
}

.wp-block-table tbody td:first-child {
    width: 34%;
    min-width: 180px;
    background: #f8fafc;
    color: #0f172a;
    font-weight: 600;
}

.wp-block-table td strong {
    color: #0f172a;
    font-weight: 650;
}

.wp-block-table tbody td:nth-child(2) {
    color: #334155;
}

@media (hover: hover) {
    .wp-block-table tbody tr {
        transition: background-color 0.15s ease;
    }

    .wp-block-table tbody tr:hover td {
        background-color: #f8fafc;
    }

    .wp-block-table tbody tr:hover td:first-child {
        background-color: #f1f5f9;
    }
}

.wp-block-table a {
    font-weight: 600;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.wp-block-table td p,
.wp-block-table th p {
    margin-top: 0;
    margin-bottom: 8px;
}

.wp-block-table td p:last-child,
.wp-block-table th p:last-child {
    margin-bottom: 0;
}

.wp-block-table td ul,
.wp-block-table td ol {
    margin: 6px 0 6px 20px;
    padding: 0;
}

/* Identification image inserted by the JSON importer. */
.wp-block-table .rtr-identification-image-row td:nth-child(2) {
    padding-top: 18px;
    padding-bottom: 18px;
}

.rtr-identification-image {
    margin: 0;
    max-width: 520px;
}

.rtr-identification-image img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.rtr-identification-image-credit {
    display: block;
    margin-top: 8px;
    color: #64748b;
    font-size: 12px;
    line-height: 1.45;
}

@media screen and (max-width: 900px) {
    .wp-block-table {
        margin: 24px 0 30px;
    }

    .wp-block-table td,
    .wp-block-table th {
        padding: 14px 16px;
        font-size: 15px;
    }

    .wp-block-table tbody td:first-child {
        width: 38%;
        min-width: 150px;
    }
}

@media screen and (max-width: 600px) {
    .wp-block-table {
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        margin: 22px 0 30px;
    }

    .wp-block-table table,
    .wp-block-table tbody {
        display: block;
        width: 100%;
    }

    .wp-block-table tbody tr {
        display: block;
        width: 100%;
        margin: 0 0 10px;
        border: 1px solid #e2e8f0;
        border-radius: 10px;
        overflow: hidden;
        background: #ffffff;
        box-shadow: 0 1px 4px rgba(15, 23, 42, 0.03);
    }

    .wp-block-table tbody td {
        display: block;
        width: 100%;
        min-width: 0;
        padding: 11px 14px;
        border: 0;
        background: #ffffff;
        font-size: 15px;
        line-height: 1.5;
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .wp-block-table tbody td:first-child {
        width: 100%;
        min-width: 0;
        padding: 10px 14px 8px;
        background: #f8fafc;
        border-bottom: 1px solid #e8edf3;
        color: #0f172a;
        font-size: 13px;
        line-height: 1.35;
        font-weight: 700;
        letter-spacing: 0.015em;
    }

    .wp-block-table tbody td:nth-child(2) {
        padding: 11px 14px 13px;
        color: #334155;
    }

    .wp-block-table tbody tr:hover td,
    .wp-block-table tbody tr:hover td:first-child {
        background: inherit;
    }

    .wp-block-table tbody tr:hover td:first-child {
        background: #f8fafc;
    }

    .rtr-identification-image {
        max-width: 100%;
    }
}

@media screen and (max-width: 380px) {
    .wp-block-table tbody td {
        padding-left: 12px;
        padding-right: 12px;
        font-size: 14px;
    }

    .wp-block-table tbody td:first-child {
        padding-left: 12px;
        padding-right: 12px;
        font-size: 12.5px;
    }
}

/* Editor-only resource archive QA notice. */
/* =========================================================
   RESOURCE ARTICLE TRUST + SILO NAVIGATION
   v1.0.9
   ========================================================= */

.rtr-article-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin: 0 0 26px;
    padding: 13px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #f8fafc;
    color: #475569;
    font-size: 13px;
    line-height: 1.45;
}

.rtr-article-trust .rtr-trust-item {
    position: relative;
}

.rtr-article-trust .rtr-trust-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #94a3b8;
    transform: translateY(-50%);
}

.rtr-article-trust a {
    color: inherit;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.rtr-silo-navigation {
    margin: 48px 0 26px;
    padding: 28px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}

.rtr-silo-navigation .rtr-silo-head > :first-child { margin-top: 0; }
.rtr-silo-navigation .rtr-silo-head h2 { margin: 4px 0 8px; }
.rtr-silo-navigation .rtr-silo-head p:last-child { margin-bottom: 0; }

.rtr-silo-navigation .rtr-eyebrow {
    margin: 0;
    color: #64748b;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.rtr-flow-grid,
.rtr-related-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 20px;
}

.rtr-related-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rtr-related-card {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-height: 92px;
    padding: 16px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #f8fafc;
    color: #0f172a;
    text-decoration: none !important;
    transition: border-color .15s ease, transform .15s ease, background-color .15s ease;
}

.rtr-related-card:hover {
    border-color: #cbd5e1;
    background: #ffffff;
    transform: translateY(-1px);
}

.rtr-related-eyebrow {
    color: #64748b;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.rtr-related-card strong {
    font-size: 15px;
    line-height: 1.4;
}

.rtr-more-links,
.rtr-cross-links {
    margin-top: 26px;
}

.rtr-more-links h3,
.rtr-cross-links h3 {
    margin: 0;
    font-size: 18px;
}

.rtr-parent-link {
    margin: 22px 0 0;
    font-weight: 700;
}

.rtr-about-article {
    margin: 24px 0 42px;
    border: 1px solid #dbe2ea;
    border-radius: 12px;
    background: #ffffff;
    overflow: hidden;
}

.rtr-about-article summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 15px 18px;
    cursor: pointer;
    background: #f8fafc;
    color: #0f172a;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: .035em;
    list-style: none;
}

.rtr-about-article summary::-webkit-details-marker { display: none; }

.rtr-about-article .rtr-details-plus {
    flex: 0 0 auto;
    color: #64748b;
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    transition: transform .15s ease;
}

.rtr-about-article[open] .rtr-details-plus { transform: rotate(45deg); }

.rtr-about-body {
    padding: 24px;
    color: #334155;
    font-size: 15px;
    line-height: 1.65;
}

.rtr-about-body h3 {
    margin: 24px 0 8px;
    color: #0f172a;
    font-size: 17px;
}

.rtr-about-body h3:first-of-type { margin-top: 18px; }
.rtr-about-body p { margin: 0 0 12px; }
.rtr-about-body p:last-child { margin-bottom: 0; }

.rtr-about-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.rtr-about-badges span {
    display: inline-flex;
    align-items: center;
    padding: 6px 9px;
    border: 1px solid #dbe2ea;
    border-radius: 999px;
    background: #f8fafc;
    color: #475569;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
}

.rtr-about-badges span::before {
    content: "✓";
    margin-right: 5px;
    font-weight: 900;
}

@media screen and (max-width: 760px) {
    .rtr-article-trust {
        display: block;
        padding: 12px 14px;
    }

    .rtr-article-trust .rtr-trust-item {
        display: block;
        margin: 4px 0;
    }

    .rtr-article-trust .rtr-trust-item::after { display: none; }

    .rtr-silo-navigation {
        margin-top: 36px;
        padding: 20px 16px;
    }

    .rtr-flow-grid,
    .rtr-related-grid {
        grid-template-columns: 1fr;
    }

    .rtr-related-card { min-height: 0; }
    .rtr-about-body { padding: 20px 16px; }
}


/* =========================================================
   PRODUCTION RESOURCE HUB ARCHIVES
   v1.0.12
   ========================================================= */

/* Old editor-preview markup can remain in a page cache. Never show it. */
.rtr-editor-notice,
.rtr-preview-link,
.rtr-status {
    display: none !important;
}

/* Keep the hub on one consistent content measure from intro to results to
   supplemental navigation. No narrow centered prose column. */
.rtr-hub-intro-section {
    padding: 40px 0 34px;
    background: #fff;
}

.rtr-hub-intro {
    width: 100%;
    max-width: none;
    margin: 0;
    text-align: left;
    color: #334155;
    font-size: 17px;
    line-height: 1.72;
}

.rtr-hub-intro p {
    max-width: 980px;
    margin: 0 0 14px;
}

.rtr-hub-intro p:last-child { margin-bottom: 0; }
.rtr-hub-intro strong { color: #1f2f46; }

.rtr-library-section {
    padding: 48px 0 58px;
    background: #fff;
}

.rtr-library-head,
.rtr-hub-guide-head {
    width: 100%;
    max-width: none;
    margin: 0 0 24px;
    text-align: left;
}

.rtr-library-head h2,
.rtr-hub-guide-head h2 {
    margin: 6px 0 0;
    color: #0d2b55;
    font-size: clamp(28px, 3.2vw, 38px);
    line-height: 1.15;
}

.rtr-library-count {
    margin: 10px 0 0;
    color: #65758a;
    font-size: 14px;
}

.rtr-post-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    width: 100%;
}

.rtr-post-row {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e1e7ef;
    border-radius: 12px;
    background: #fff;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.rtr-post-row.has-thumbnail {
    grid-template-columns: minmax(180px, 230px) minmax(0, 1fr);
}

.rtr-post-row:hover {
    border-color: #c9d7e7;
    box-shadow: 0 7px 24px rgba(13, 43, 85, .07);
    transform: translateY(-1px);
}

.rtr-post-row-thumb {
    display: block;
    min-height: 100%;
    background: #eef3f7;
}

.rtr-post-row-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 155px;
    object-fit: cover;
}

.rtr-post-row-body {
    min-width: 0;
    padding: 25px 28px 26px;
}

.rtr-post-row-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 16px;
    margin: 0 0 9px;
    color: #2aa7a1;
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.rtr-post-row h3 {
    margin: 0;
    color: #0d2b55;
    font-size: clamp(20px, 2.1vw, 25px);
    line-height: 1.25;
}

.rtr-post-row h3 a {
    color: inherit;
    text-decoration: none;
}

.rtr-post-row h3 a::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
}

.rtr-post-row p {
    max-width: 920px;
    margin: 10px 0 0;
    color: #5e6d80;
    font-size: 15.5px;
    line-height: 1.62;
}

/* Supplemental silo navigation follows the same 1120px container as the
   resource library. Each topic is a full-width editorial row rather than a
   centered prose block or a grid of small marketing cards. */
.rtr-hub-guide-section {
    padding: 52px 0 62px;
    background: #f7f9fc;
    border-top: 1px solid #e7ecf2;
}

.rtr-hub-guide-list {
    width: 100%;
    border-top: 1px solid #dce4ed;
}

.rtr-hub-guide-row {
    display: grid;
    grid-template-columns: minmax(230px, 30%) minmax(0, 1fr);
    gap: 38px;
    width: 100%;
    padding: 28px 0;
    border-bottom: 1px solid #dce4ed;
}

.rtr-hub-guide-title {
    min-width: 0;
}

.rtr-hub-guide-title h3 {
    position: sticky;
    top: 96px;
    margin: 0;
    color: #0d2b55;
    font-size: clamp(20px, 2.2vw, 25px);
    line-height: 1.25;
}

.rtr-hub-guide-copy {
    min-width: 0;
    color: #435267;
    font-size: 15.5px;
    line-height: 1.65;
}

.rtr-hub-guide-copy p {
    max-width: none;
    margin: 0 0 12px;
}

.rtr-hub-guide-copy p:last-child { margin-bottom: 0; }

.rtr-hub-guide-copy ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 24px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.rtr-hub-guide-copy li {
    position: relative;
    min-width: 0;
    margin: 0;
    padding-left: 15px;
}

.rtr-hub-guide-copy li::before {
    content: '';
    position: absolute;
    top: .68em;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #2aa7a1;
}

.rtr-hub-guide-copy a {
    color: #174d8f;
    font-weight: 700;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.rtr-pagination {
    margin-top: 32px;
    text-align: left;
}

@media (max-width: 780px) {
    .rtr-hub-intro-section { padding: 32px 0 28px; }
    .rtr-library-section { padding: 40px 0 46px; }
    .rtr-post-row.has-thumbnail { grid-template-columns: 135px minmax(0,1fr); }
    .rtr-post-row-body { padding: 20px; }
    .rtr-post-row-thumb img { min-height: 140px; }
    .rtr-hub-guide-section { padding: 42px 0 46px; }
    .rtr-hub-guide-row {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 24px 0;
    }
    .rtr-hub-guide-title h3 { position: static; }
    .rtr-hub-guide-copy ul { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
    .rtr-post-row.has-thumbnail { grid-template-columns: 1fr; }
    .rtr-post-row-thumb img { height: auto; max-height: 220px; }
    .rtr-post-row-body { padding: 19px 18px 21px; }
    .rtr-post-row-meta { font-size: 10px; }
}

/* =========================================================
   PARENT CATEGORY ARCHIVE REBALANCE
   v1.0.13
   Parent pages should behave like clean navigation pages,
   not duplicated child silos.
   ========================================================= */

.rtr-subhub-section {
    padding: 46px 0 56px;
    background: #f7f9fc;
    border-top: 1px solid #e7ecf2;
    border-bottom: 1px solid #e7ecf2;
}

.rtr-subhub-head {
    margin-bottom: 22px;
}

.rtr-subhub-kicker {
    max-width: 860px;
    margin: 12px 0 0;
    color: #5e6d80;
    font-size: 15.5px;
    line-height: 1.65;
}

.rtr-subhub-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.rtr-subhub-card,
.rtr-subhub-spotlight {
    border: 1px solid #e1e7ef;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 3px 16px rgba(13, 43, 85, .05);
}

.rtr-subhub-card {
    padding: 24px 24px 22px;
}

.rtr-subhub-card h3,
.rtr-subhub-spotlight h3 {
    margin: 0 0 10px;
    color: #0d2b55;
    font-size: clamp(24px, 2.5vw, 32px);
    line-height: 1.15;
}

.rtr-subhub-card h3 a,
.rtr-subhub-spotlight h3 a {
    color: inherit;
    text-decoration: none;
}

.rtr-subhub-card p,
.rtr-subhub-spotlight p {
    margin: 0;
    color: #5e6d80;
    font-size: 16px;
    line-height: 1.7;
}

.rtr-subhub-card .rtr-text-link {
    display: inline-block;
    margin-top: 16px;
}

.rtr-subhub-spotlight {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: end;
    padding: 28px 30px;
}

.rtr-subhub-label {
    margin: 0 0 10px !important;
    color: #2aa7a1 !important;
    font-size: 11px !important;
    font-weight: 750;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.rtr-button-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 10px;
    background: #0d2b55;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.rtr-button-link:hover {
    background: #163968;
    color: #fff;
}

.rtr-resource-archive.is-parent-hub .rtr-library-section.is-direct-guides {
    padding-top: 44px;
}

.rtr-resource-archive.is-parent-hub .rtr-library-head h2::before {
    content: '';
}

@media (max-width: 860px) {
    .rtr-subhub-grid {
        grid-template-columns: 1fr;
    }

    .rtr-subhub-spotlight {
        grid-template-columns: 1fr;
        gap: 16px;
        align-items: start;
    }
}

@media (max-width: 560px) {
    .rtr-subhub-section {
        padding: 38px 0 42px;
    }

    .rtr-subhub-card {
        padding: 20px 18px 19px;
    }

    .rtr-subhub-spotlight {
        padding: 22px 18px;
    }

    .rtr-button-link {
        width: 100%;
    }
}

/* =========================================================
   CLEAN TAXONOMY NAVIGATION
   v1.0.14
   No implementation copy such as "Start here" or "Primary hub".
   ========================================================= */

.rtr-child-hubs-section {
    padding: 34px 0 42px;
    background: #f7f9fc;
    border-top: 1px solid #e7ecf2;
    border-bottom: 1px solid #e7ecf2;
}

.rtr-child-hubs-head {
    margin: 0 0 18px;
}

.rtr-child-hubs-head h2 {
    margin: 0;
    color: #0d2b55;
    font-size: clamp(26px, 3vw, 34px);
    line-height: 1.15;
}

.rtr-child-hub-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.rtr-child-hub-list.is-single {
    grid-template-columns: 1fr;
}

.rtr-child-hub-row {
    position: relative;
    margin: 0;
    border: 1px solid #e1e7ef;
    border-radius: 13px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 3px 14px rgba(13, 43, 85, .045);
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.rtr-child-hub-row:hover {
    border-color: #c9d7e7;
    box-shadow: 0 7px 22px rgba(13, 43, 85, .07);
    transform: translateY(-1px);
}

.rtr-child-hub-link {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    min-height: 132px;
    padding: 24px 28px;
    color: inherit;
    text-decoration: none;
}

.rtr-child-hub-copy {
    min-width: 0;
}

.rtr-child-hub-copy h2 {
    margin: 0 0 9px;
    color: #0d2b55;
    font-size: clamp(25px, 2.8vw, 34px);
    line-height: 1.15;
}

.rtr-child-hub-copy p {
    max-width: 850px;
    margin: 0;
    color: #607087;
    font-size: 16px;
    line-height: 1.65;
}

.rtr-child-hub-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid #d8e2ed;
    border-radius: 50%;
    color: #0d2b55;
    font-size: 22px;
    line-height: 1;
    transition: background .18s ease, color .18s ease, border-color .18s ease;
}

.rtr-child-hub-row:hover .rtr-child-hub-arrow {
    border-color: #0d2b55;
    background: #0d2b55;
    color: #fff;
}

/* v1.0.13 components are retired. */
.rtr-subhub-section,
.rtr-subhub-grid,
.rtr-subhub-card,
.rtr-subhub-spotlight,
.rtr-subhub-label,
.rtr-subhub-kicker,
.rtr-button-link {
    all: unset;
}

@media (max-width: 760px) {
    .rtr-child-hub-list {
        grid-template-columns: 1fr;
    }

    .rtr-child-hub-link {
        min-height: 0;
        padding: 21px 19px;
    }
}

@media (max-width: 520px) {
    .rtr-child-hubs-section {
        padding: 28px 0 32px;
    }

    .rtr-child-hub-link {
        gap: 14px;
    }

    .rtr-child-hub-arrow {
        width: 36px;
        height: 36px;
        font-size: 19px;
    }
}

/* =========================================================
   CATEGORY DIRECTORY SYSTEM
   v1.0.15
   Intermediate taxonomy pages are directories, not landing pages.
   ========================================================= */

.rtr-resource-archive .rtr-archive-hero {
    padding: 36px 0 34px;
}

.rtr-resource-archive .rtr-archive-hero h1 {
    margin: 0;
}

.rtr-resource-archive .rtr-breadcrumbs {
    margin-bottom: 18px;
}

.rtr-resource-archive .rtr-archive-lead {
    max-width: 900px;
    margin-top: 16px;
}

/* Retire generic category-page eyebrow labels. */
.rtr-resource-archive .rtr-archive-hero > .rtr-container > .rtr-eyebrow,
.rtr-resource-archive .rtr-library-head > .rtr-eyebrow,
.rtr-resource-archive .rtr-hub-guide-head > .rtr-eyebrow {
    display: none !important;
}

/* Parent category taxonomy index */
.rtr-taxonomy-directory-section {
    padding: 30px 0 42px;
    background: #fff;
    border-top: 1px solid #e7ecf2;
}

.rtr-directory-heading {
    margin: 0 0 14px;
    color: #0d2b55;
    font-size: clamp(23px, 2.4vw, 29px);
    line-height: 1.2;
}

.rtr-taxonomy-directory {
    border-top: 1px solid #dfe6ee;
}

.rtr-taxonomy-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rtr-taxonomy-list .rtr-taxonomy-list {
    margin: 0 0 0 22px;
    border-left: 1px solid #e1e7ef;
}

.rtr-taxonomy-item {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rtr-taxonomy-line {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 22px;
    align-items: start;
    padding: 19px 0;
    border-bottom: 1px solid #e8edf3;
}

.rtr-taxonomy-list .rtr-taxonomy-list > .rtr-taxonomy-item > .rtr-taxonomy-line {
    padding: 13px 0 13px 18px;
}

.rtr-taxonomy-main {
    min-width: 0;
}

.rtr-taxonomy-name {
    color: #0d2b55;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 750;
    text-decoration: none;
}

.rtr-taxonomy-depth-1 .rtr-taxonomy-name {
    font-size: 17px;
    font-weight: 700;
}

.rtr-taxonomy-depth-2 .rtr-taxonomy-name,
.rtr-taxonomy-depth-3 .rtr-taxonomy-name {
    font-size: 15px;
    font-weight: 650;
}

.rtr-taxonomy-name:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.rtr-taxonomy-desc {
    max-width: 850px;
    margin: 7px 0 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.6;
}

.rtr-taxonomy-count {
    padding-top: 4px;
    color: #7a8797;
    font-size: 12px;
    line-height: 1.4;
    white-space: nowrap;
}

/* v1.0.14 giant child cards are retired. */
.rtr-child-hubs-section,
.rtr-child-hub-list,
.rtr-child-hub-row,
.rtr-child-hub-link,
.rtr-child-hub-arrow,
.rtr-child-hub-copy,
.rtr-child-hubs-head {
    display: none !important;
}

/* Article lists use descriptive headings only. */
.rtr-resource-archive .rtr-library-section {
    padding-top: 42px;
}

.rtr-resource-archive .rtr-library-head {
    margin-bottom: 18px;
}

.rtr-resource-archive .rtr-library-head h2,
.rtr-resource-archive .rtr-hub-guide-head h2 {
    margin-top: 0;
}

.rtr-resource-archive .rtr-library-count {
    margin-top: 7px;
}

/* Parent pages with no direct category articles end after the taxonomy index. */
.rtr-resource-archive.is-parent-hub .rtr-library-section.is-parent-library {
    border-top: 1px solid #eef2f6;
}

/* Leaf substance hub topic navigation: descriptive, not implementation language. */
.rtr-resource-archive .rtr-hub-guide-section {
    padding-top: 46px;
}

.rtr-resource-archive .rtr-hub-guide-head {
    margin-bottom: 18px;
}

@media (max-width: 680px) {
    .rtr-resource-archive .rtr-archive-hero {
        padding: 30px 0 28px;
    }

    .rtr-taxonomy-directory-section {
        padding: 24px 0 34px;
    }

    .rtr-taxonomy-line {
        grid-template-columns: 1fr;
        gap: 5px;
        padding: 16px 0;
    }

    .rtr-taxonomy-count {
        padding-top: 0;
    }

    .rtr-taxonomy-list .rtr-taxonomy-list {
        margin-left: 12px;
    }

    .rtr-taxonomy-list .rtr-taxonomy-list > .rtr-taxonomy-item > .rtr-taxonomy-line {
        padding-left: 14px;
    }
}

/* =========================================================
   EXPANDED TAXONOMY DIRECTORY
   v1.0.16
   Parent archives expose substance articles inline so the
   hierarchy is useful before the reader drills into a hub.
   ========================================================= */

.rtr-taxonomy-directory-section {
    padding: 34px 0 54px;
}

.rtr-taxonomy-directory {
    border-top: 0;
}

.rtr-directory-heading,
.rtr-taxonomy-list {
    display: none !important;
}

.rtr-directory-node {
    margin: 0;
}

.rtr-directory-node-depth-0 {
    padding: 30px 0 34px;
    border-bottom: 1px solid #dfe6ee;
}

.rtr-directory-node-depth-0:first-child {
    padding-top: 4px;
}

.rtr-directory-node-depth-0:last-child {
    border-bottom: 0;
    padding-bottom: 4px;
}

.rtr-directory-node-head {
    max-width: 930px;
}

.rtr-directory-node-head h2,
.rtr-directory-node-head h3,
.rtr-directory-node-head h4 {
    margin: 0;
    color: #0d2b55;
    line-height: 1.2;
}

.rtr-directory-node-head h2 {
    font-size: clamp(26px, 3vw, 34px);
}

.rtr-directory-node-head h3 {
    font-size: clamp(21px, 2.3vw, 27px);
}

.rtr-directory-node-head h4 {
    font-size: 18px;
}

.rtr-directory-node-head a {
    color: inherit;
    text-decoration: none;
}

.rtr-directory-node-head a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.rtr-directory-node-head p {
    margin: 9px 0 0;
    color: #63738a;
    font-size: 15.5px;
    line-height: 1.65;
}

.rtr-directory-children {
    margin-top: 22px;
    padding-left: 28px;
    border-left: 1px solid #dfe6ee;
}

.rtr-directory-node-depth-1 + .rtr-directory-node-depth-1,
.rtr-directory-node-depth-2 + .rtr-directory-node-depth-2 {
    margin-top: 28px;
}

.rtr-directory-node-depth-1 > .rtr-directory-node-head,
.rtr-directory-node-depth-2 > .rtr-directory-node-head {
    margin-bottom: 14px;
}

.rtr-directory-articles {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 28px;
    margin-top: 16px;
    border-top: 1px solid #e5ebf1;
}

.rtr-directory-article {
    min-width: 0;
    padding: 17px 0 18px;
    border-bottom: 1px solid #e5ebf1;
}

.rtr-directory-article-type {
    display: block;
    margin-bottom: 6px;
    color: #2aa7a1;
    font-size: 10.5px;
    line-height: 1.2;
    font-weight: 750;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.rtr-directory-article h4 {
    margin: 0;
    color: #0d2b55;
    font-size: 16.5px;
    line-height: 1.4;
    font-weight: 720;
}

.rtr-directory-article h4 a {
    color: inherit;
    text-decoration: none;
}

.rtr-directory-article h4 a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.rtr-directory-article p {
    margin: 7px 0 0;
    color: #6b788a;
    font-size: 13.5px;
    line-height: 1.55;
}

/* Avoid a duplicate parent article library after the expanded directory.
   Genuine direct parent guides are already rendered in their branch above. */
.rtr-resource-archive.is-parent-hub .rtr-library-section.is-parent-library {
    display: none !important;
}

@media (max-width: 780px) {
    .rtr-directory-articles {
        grid-template-columns: 1fr;
    }

    .rtr-directory-children {
        padding-left: 18px;
    }
}

@media (max-width: 560px) {
    .rtr-taxonomy-directory-section {
        padding: 26px 0 40px;
    }

    .rtr-directory-node-depth-0 {
        padding: 24px 0 28px;
    }

    .rtr-directory-children {
        margin-top: 18px;
        padding-left: 14px;
    }

    .rtr-directory-article {
        padding: 15px 0 16px;
    }
}
