.ddh-public {
    --ddh-blue: #0874c9;
    --ddh-blue-dark: #285f91;
    --ddh-border: #d7e1ec;
    --ddh-ink: #10213f;
    --ddh-muted: #526a88;
    color: var(--ddh-ink);
    font-family: inherit;
    margin: 0 0 1.5rem;
    padding-top: 0;
}
.ddh-public * { box-sizing: border-box; }
.ddh-public-first { margin-top: -46px; }
.ddh-public-panel { border: 1px solid var(--ddh-border); border-radius: 10px; box-shadow: 0 3px 12px rgba(22,61,105,.05); margin-bottom: 1rem; overflow: hidden; }
.ddh-public-heading {
    align-items: center;
    background: linear-gradient(105deg,#fff 0%,#f7fbff 52%,#eaf4ff 100%);
    border: 0;
    border-bottom: 1px solid #dce8f3;
    display: flex;
    gap: .85rem;
    margin: 0;
    min-height: 78px;
    padding: .8rem 1rem;
}
.ddh-heading-icon { align-items: center; background: #e6f1ff; border-radius: 9px; color: #1263b0; display: flex; flex: 0 0 46px; height: 46px; justify-content: center; padding: .4rem; }
.ddh-heading-icon svg,.ddh-search-control svg,.ddh-public-filters button svg,.ddh-public time svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.ddh-heading-copy { min-width: 0; }
.ddh-public-heading h2 { color: #091a38; font-size: clamp(1.45rem,2vw,1.85rem); font-weight: 750; letter-spacing: .01em; line-height: 1.1; margin: 0 0 .2rem; text-transform: uppercase; }
.ddh-public-heading p { color: var(--ddh-muted); font-size: .88rem; line-height: 1.3; margin: 0; }
.ddh-breadcrumb { align-items: center; color: #526a88; display: flex; flex-wrap: wrap; font-size: .73rem; font-weight: 650; gap: .45rem; justify-content: flex-end; letter-spacing: .06em; line-height: 1.4; margin-left: auto; text-transform: uppercase; }
.ddh-breadcrumb a { color: inherit; text-decoration: none; }
.ddh-breadcrumb a:hover { color: var(--ddh-blue); text-decoration: underline; }
.ddh-breadcrumb [aria-current="page"] { color: #145ca0; }
.ddh-public-filters { align-items: center; background: #fff; display: grid; gap: 1rem; grid-template-columns: minmax(0,2.4fr) minmax(0,.92fr) minmax(0,1.2fr); padding: .9rem 1rem; }
.ddh-public-filters label { display: block; margin: 0; min-width: 0; }
.ddh-public-filters .ddh-sort-field { align-items: center; display: flex; gap: .7rem; justify-content: flex-end; }
.ddh-public-filters .ddh-sort-field>span { color: var(--ddh-muted); flex: 0 0 auto; font-size: .84rem; white-space: nowrap; }
.ddh-search-control { display: block; position: relative; }
.ddh-search-control svg { color: #58718e; height: 20px; left: .8rem; position: absolute; top: 11px; width: 20px; }
.ddh-public-filters input,.ddh-public-filters select { appearance: auto; background: #fff; border: 1px solid #b9c9da; border-radius: 6px; color: var(--ddh-ink); font: inherit; height: 44px; margin: 0; padding: .55rem .75rem; width: 100%; }
.ddh-search-control input { padding-left: 2.5rem; }
.ddh-public[aria-busy="true"] .ddh-public-table-wrap { opacity: .6; }
.ddh-filter-error { color: #a4262c; font-size: .85rem; margin: .5rem 0; }
.ddh-public-filters .ddh-sort-field select { min-width: 0; }
.ddh-public-table-wrap { border: 1px solid var(--ddh-border); border-radius: 9px; box-shadow: 0 2px 8px rgba(22,61,105,.04); overflow: auto; }
.ddh-public table { border-collapse: collapse; color: #193354; margin: 0; min-width: 760px; table-layout: fixed; width: 100%; }
.ddh-table-has-type th:nth-child(1) { width: 16%; }
.ddh-table-has-type th:nth-child(2) { width: 13%; }
.ddh-table-has-type th:nth-child(3) { width: 56%; }
.ddh-table-has-type th:nth-child(4) { width: 15%; }
.ddh-table-no-type th:nth-child(1) { width: 25%; }
.ddh-table-no-type th:nth-child(2) { width: 58%; }
.ddh-table-no-type th:nth-child(3) { width: 17%; }
.ddh-public th,.ddh-public td { border-bottom: 1px solid #dce6f1; padding: .76rem .9rem; text-align: left; vertical-align: middle; }
.ddh-public th { background: linear-gradient(180deg,#f4f9ff,#eaf4ff); border-right: 1px solid #dce6f1; color: #193354; font-size: .84rem; font-weight: 750; }
.ddh-public th:last-child { border-right: 0; }
.ddh-public tbody tr:nth-child(even) { background: #f6faff; }
.ddh-public tbody tr:hover { background: #edf5ff; }
.ddh-public tbody tr:last-child td { border-bottom: 0; }
.ddh-file-cell { align-items: center; display: flex; gap: .65rem; min-width: 0; }
.ddh-file-icon { background: #66758a; border-radius: 2px; color: #fff; flex: 0 0 30px; font-size: .48rem; font-weight: 800; line-height: 36px; overflow: hidden; position: relative; text-align: center; }
.ddh-file-icon:before { border-left: 8px solid transparent; border-top: 8px solid #fff; content: ''; position: absolute; right: 0; top: 0; }
.ddh-file-pdf { background: #e52525; }
.ddh-file-image { background: #7a46b8; }
.ddh-file-word { background: #2667b2; }
.ddh-file-sheet { background: #238052; }
.ddh-file-slides { background: #d05a2b; }
.ddh-file-archive { background: #a16d16; }
.ddh-document-link { color: #0869bd; font-weight: 700; overflow-wrap: anywhere; text-decoration: none; }
.ddh-document-link:hover { text-decoration: underline; }
.ddh-document-link span { font-size: .75em; margin-left: .25rem; }
.ddh-document-title { text-transform: uppercase; }
.ddh-type-badge { background: #e5f1ff; border-radius: 7px; display: block; font-size: .74rem; line-height: 1.25; padding: .48rem .5rem; text-align: center; text-transform: uppercase; }
.ddh-type-office-memorandum { background: #e5f7e8; }
.ddh-type-division-advisory { background: #fff3c9; }
.ddh-type-regional-memorandum { background: #eee5ff; }
.ddh-public time { align-items: center; display: inline-flex; gap: .55rem; white-space: nowrap; }
.ddh-public time svg { color: #41698f; height: 19px; width: 19px; }
.ddh-public-empty { color: var(--ddh-muted); padding: 2.5rem!important; text-align: center!important; }
.ddh-range { color: var(--ddh-muted); float: left; font-size: .86rem; margin: 1.15rem 0 0; }
.ddh-public-pagination { align-items: center; display: flex; flex-wrap: wrap; gap: .4rem; justify-content: flex-end; margin-top: 1rem; }
.ddh-public-pagination a { align-items: center; background: #fff; border: 1px solid #d5e3f2; border-radius: 8px; box-shadow: 0 1px 3px rgba(24,71,119,.06); color: #2368a7; display: inline-flex; font-size: .88rem; font-weight: 650; height: 40px; justify-content: center; min-width: 40px; padding: 0 .6rem; text-decoration: none; transition: background-color .15s,border-color .15s,box-shadow .15s,transform .15s; }
.ddh-public-pagination a:hover { background: #eaf4ff; border-color: #8ebbe4; box-shadow: 0 3px 8px rgba(24,71,119,.12); transform: translateY(-1px); }
.ddh-public-pagination a:focus-visible { outline: 3px solid #82bcf4; outline-offset: 2px; }
.ddh-public-pagination a[aria-current=page] { background: linear-gradient(135deg,#1682d0,#0a64b3); border-color: #0a64b3; box-shadow: 0 3px 9px rgba(10,100,179,.2); color: #fff; pointer-events: none; }
.ddh-public-pagination .ddh-page-arrow svg { fill: none; height: 16px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; width: 16px; }
.ddh-pagination-ellipsis { color: var(--ddh-muted); min-width: 18px; text-align: center; user-select: none; }
.ddh-public:after { clear: both; content: ''; display: table; }
@media(max-width:800px) {
    .ddh-breadcrumb { font-size: .68rem; }
    .ddh-public-filters { gap: .7rem; grid-template-columns: repeat(2,minmax(0,1fr)); }
    .ddh-public-filters .ddh-search-field { grid-column: 1 / -1; }
}
@media(max-width:680px) {
    .ddh-public-first { margin-top: -24px; }
    .ddh-public-heading { flex-wrap: wrap; min-height: 0; padding: .7rem .8rem; }
    .ddh-heading-icon { flex-basis: 40px; height: 40px; }
    .ddh-public-heading h2 { font-size: 1.4rem; }
    .ddh-public-heading p { font-size: .8rem; }
    .ddh-breadcrumb { justify-content: flex-start; margin-left: 0; padding-left: 0; width: 100%; }
    .ddh-public-filters { grid-template-columns: minmax(0,1fr); }
    .ddh-public-filters .ddh-search-field { grid-column: auto; }
    .ddh-public-filters .ddh-sort-field { justify-content: flex-start; }
    .ddh-public-table-wrap { border: 0; overflow: visible; }
    .ddh-public table,.ddh-public tbody,.ddh-public tr,.ddh-public td { display: block; min-width: 0; width: 100%; }
    .ddh-public thead { clip: rect(0 0 0 0); height: 1px; overflow: hidden; position: absolute; width: 1px; }
    .ddh-public tr { background: #fff!important; border: 1px solid var(--ddh-border); border-radius: 9px; margin-bottom: .8rem; padding: .35rem .8rem; }
    .ddh-public td { border-bottom: 1px solid #edf0f4; display: grid; gap: .75rem; grid-template-columns: 105px 1fr; padding: .65rem 0; }
    .ddh-public td:before { color: var(--ddh-muted); content: attr(data-label); font-size: .78rem; font-weight: 700; }
    .ddh-public td:last-child { border: 0; }
    .ddh-range { float: none; text-align: center; }
    .ddh-public-pagination { justify-content: center; }
}
.ddh-tab-group{--ddh-blue:#0874c9;margin:-46px auto 0;width:100%}
.ddh-careers-panel{margin-bottom:12px}
.ddh-careers-panel .ddh-public-heading{border-bottom:0}
.ddh-careers-heading .ddh-heading-icon svg{height:28px;width:28px}
.ddh-tab-list{display:grid;gap:8px;grid-template-columns:repeat(3,minmax(0,1fr));margin:0 0 16px;width:100%}
.ddh-tab-button{background:#f4f8ff;border:1px solid #cbd8ed;border-radius:8px;color:#173b71;cursor:pointer;font:inherit;font-size:.875rem;font-weight:600;line-height:1.25;min-height:48px;min-width:0;padding:6px 10px;text-align:center;width:100%}
.ddh-tab-button:hover{background:#e7f0ff}
.ddh-tab-button[aria-selected="true"]{background:#245bd6;border-color:#245bd6;color:#fff}
.ddh-tab-button:focus-visible{outline:3px solid #83aaff;outline-offset:2px}
.ddh-tab-panel[hidden]{display:none!important}
.ddh-tab-panel .ddh-public{margin:0}
@media(max-width:800px){.ddh-tab-group{margin-top:-24px}}
@media(max-width:640px){.ddh-tab-list{grid-template-columns:1fr}.ddh-tab-button{min-height:40px}}
