/* Topic organization inherits the site's existing typography and components. */
.topic-section{margin:26px 0;min-width:0}
.topic-section>h2{font-family:var(--disp);font-size:1.25rem;font-weight:800;line-height:1.4;margin:28px 0 12px;letter-spacing:0}
.topic-section>h3,.topic-group>h3{font-family:var(--disp);font-size:1.05rem;font-weight:700;line-height:1.5;margin:18px 0 10px;letter-spacing:0}
.topic-section>p,.topic-directory>p{color:var(--ink-2);line-height:1.8}
.topic-nav{display:flex;flex-wrap:wrap;gap:9px;margin:20px 0}
.topic-nav a{display:inline-flex;align-items:center;padding:5px 13px;border-radius:9px;border:1px solid var(--line);background:#f0f7fa;color:var(--petrol);font-size:.8rem;font-weight:600;overflow-wrap:anywhere}
.topic-nav a:hover{background:var(--petrol);color:var(--card)}
.topic-links{list-style:none;padding:0;margin:8px 0 18px}
.topic-links li{min-width:0;max-width:100%}
.topic-links a{max-width:100%;overflow-wrap:anywhere}
.topic-group{margin-bottom:18px;min-width:0}
.topic-group .grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.topic-group .dev-card{min-width:0}
.topic-group .teaserQ{min-width:0;overflow-wrap:anywhere}
.topic-fees{margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 28px}
.topic-fees>div{padding:16px 0;border-bottom:1px solid var(--line);min-width:0}
.topic-fees dt{font-weight:700;color:var(--ink)}
.topic-fees dd{margin:6px 0 0;color:var(--ink-2);line-height:1.8}
.topic-categories{list-style:none;padding:0;margin:18px 0}
.topic-categories li{min-width:0}
.topic-categories a{height:100%;overflow-wrap:anywhere}
.topic-regions{margin:14px 0}
.topic-regions summary{cursor:pointer;font-weight:700;color:var(--petrol);padding:10px 0}
.topic-regions[open] summary{margin-bottom:12px}
.topic-section,.topic-nav,#topic-questions,#baoxiu{scroll-margin-top:110px}
.article-service-main .art table{table-layout:fixed;max-width:100%}
.article-service-main .art th,.article-service-main .art td,.article-service-main .art td:last-child{white-space:normal;overflow-wrap:anywhere}
@media(max-width:860px){.topic-group .grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.topic-fees,.topic-group .grid{grid-template-columns:minmax(0,1fr)}}
