.tkh-topic-shell,
.tkh-topic-shell *,
.tkh2-post-topics,
.tkh2-post-topics * { box-sizing: border-box; }
.tkh-topic-shell {
width: 100%;
max-width: 100%;
margin: 0;
padding: 28px 16px 40px;
overflow-x: hidden;
}
.tkh-topic-layout {
width: 100%;
max-width: 1120px;
margin: 0 auto;
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 32px;
}
.tkh-topic-main {
flex: 1 1 auto;
width: auto;
min-width: 0;
max-width: 100%;
}
.tkh-topic-sidebar {
flex: 0 0 320px;
width: auto;
min-width: 320px;
max-width: none;
overflow: visible;
} .tkh-topic-sidebar > *,
.tkh-topic-sidebar .sidebar {
width: 100% !important;
min-width: 0 !important;
max-width: none !important;
float: none !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
.tkh-topic-sidebar img,
.tkh-topic-sidebar iframe,
.tkh-topic-sidebar table { max-width: 100% !important; }
.tkh-topic-header { margin: 0 0 24px; }
.tkh-topic-title {
margin: 0 0 12px;
font-size: 40px;
line-height: 1.1;
overflow-wrap: break-word;
word-break: normal;
}
.tkh-parent-topics,
.tkh-child-topics { margin: 0 0 18px; }
.tkh-child-topics__title { display:block; margin:0 0 9px; font-size:14px; line-height:1.35; }
.tkh-child-topics__chips { display:flex; flex-wrap:wrap; gap:8px; }
.tkh-topic-description,
.tkh-topic-description * { max-width: 100%; overflow-wrap: break-word; }
.tkh-topic-description > :first-child { margin-top: 0; }
.tkh-topic-description > :last-child { margin-bottom: 0; }
.tkh-category-groups { display: block; width: 100%; }
.tkh-category-box {
width: 100%;
max-width: 100%;
margin: 0 0 24px;
background: #fff;
border: 1px solid rgba(0,0,0,.09);
border-radius: 7px;
overflow: hidden;
}
.tkh-category-box__header {
padding: 14px 18px;
border-bottom: 1px solid rgba(228,87,46,.22);
border-left: 4px solid #e4572e;
background: rgba(228,87,46,.10);
}
.tkh-category-box__header h2 { margin: 0; font-size: 23px; font-weight: 800; line-height: 1.2; overflow-wrap: break-word; }
.tkh-category-box__items { width: 100%; max-width: 100%; padding: 0 18px; }
.tkh-category-card {
width: 100%;
max-width: 100%;
display: flex !important;
flex-direction: row !important;
align-items: flex-start !important;
gap: 24px !important;
margin: 0 !important;
padding: 18px 0 !important;
border: 0 !important;
border-bottom: 1px solid rgba(0,0,0,.08) !important;
background: transparent !important;
box-shadow: none !important;
overflow: hidden !important;
}
.tkh-category-card:last-child { border-bottom: 0 !important; }
.tkh-category-card__media {
position: relative !important;
flex: 0 0 300px !important;
width: 300px !important;
min-width: 300px !important;
max-width: 300px !important;
height: 169px !important;
min-height: 169px !important;
max-height: 169px !important;
margin: 0 !important;
padding: 0 !important;
overflow: hidden !important;
border-radius: 5px !important;
background: rgba(0,0,0,.05) !important;
}
.tkh-category-card__media > a {
position: absolute !important;
inset: 0 !important;
display: block !important;
width: 100% !important;
height: 100% !important;
margin: 0 !important;
padding: 0 !important;
overflow: hidden !important;
}
body.tax-tkh_topic .tkh-topic-shell .tkh-category-card__media img,
.tkh-topic-shell .tkh-category-card__media img {
position: absolute !important;
inset: 0 !important;
display: block !important;
width: 100% !important;
min-width: 0 !important;
max-width: none !important;
height: 100% !important;
min-height: 0 !important;
max-height: none !important;
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
object-fit: cover !important;
object-position: center !important;
transform: none !important;
}
.tkh-category-card__placeholder { display:block; width:100%; height:100%; }
.tkh-category-card__badge {
position: absolute;
left: 8px;
top: 8px;
z-index: 3;
max-width: calc(100% - 16px);
padding: 4px 7px;
border-radius: 3px;
background: rgba(20,20,20,.9);
color: #fff;
font-size: 10px;
font-weight: 700;
line-height: 1.2;
text-transform: uppercase;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.tkh-category-card__body {
flex: 1 1 auto;
width: auto;
min-width: 0;
max-width: 100%;
overflow: hidden;
}
.tkh-category-card__meta { display:flex; flex-wrap:wrap; gap:5px 12px; margin:0 0 7px; font-size:12px; line-height:1.3; opacity:.68; }
.tkh-category-card__title { margin:0 0 10px; font-size:24px; line-height:1.25; overflow-wrap:break-word; }
.tkh-category-card__title a { color:inherit; text-decoration:none; }
.tkh-category-card__excerpt { margin:0 0 14px; font-size:15px; line-height:1.55; overflow-wrap:break-word; }
.tkh-category-card__more { display:inline-flex; align-items:center; min-height:36px; padding:8px 14px; border-radius:3px; background:#e4572e; color:#fff !important; font-size:13px; font-weight:700; line-height:1; text-decoration:none !important; }
.tkh-category-card__more:hover,.tkh-category-card__more:focus { background:#c9411f; color:#fff !important; text-decoration:none !important; }
.tkh-category-box__pager {
display:flex;
flex-wrap:wrap;
align-items:center;
justify-content:space-between;
gap:10px;
padding:12px 18px;
border-top:1px solid rgba(0,0,0,.08);
}
.tkh-pager-button { min-width:120px; min-height:40px; cursor:pointer; padding:8px 12px; border:1px solid rgba(0,0,0,.16); border-radius:4px; background:transparent; color:inherit; font:inherit; }
.tkh-pager-button:disabled { cursor:default; opacity:.35; }
.tkh-pager-status { flex:1 1 120px; min-width:0; text-align:center; font-size:12px; opacity:.65; }
.tkh-category-box.is-loading .tkh-category-box__items { opacity:.45; pointer-events:none; } .tkh2-post-topics { width:100%; max-width:100%; margin:28px 0 8px; padding:16px 18px; border:1px solid rgba(0,0,0,.07); border-radius:7px; background:rgba(0,0,0,.028); overflow:hidden; }
.tkh2-post-topics__title { display:block; margin:0 0 14px; }
.tkh2-post-topics__title .the-subtitle { margin:0; }
.tkh2-post-topics__chips { display:flex; flex-wrap:wrap; gap:8px; }
.tkh2-topic-chip { display:inline-flex; align-items:center; max-width:100%; min-height:34px; padding:7px 13px; border:1px solid #d94723; border-radius:999px; background:#e4572e; color:#fff !important; font-size:13px; font-weight:700; line-height:1.2; text-decoration:none !important; overflow-wrap:anywhere; box-shadow:0 2px 5px rgba(0,0,0,.12); }
.tkh2-topic-chip--linked:hover,.tkh2-topic-chip--linked:focus { border-color:#bc3618; background:#c9411f; color:#fff !important; text-decoration:none !important; } @media screen and (max-width: 1023px) {
.tkh-topic-shell { padding: 22px 14px 34px; }
.tkh-topic-layout { flex-direction: column; gap: 26px; }
.tkh-topic-main { flex:0 0 auto; width:100%; }
.tkh-topic-sidebar { flex:0 0 auto; width:100%; max-width:100%; }
.tkh-category-card__media { flex-basis:240px !important; width:240px !important; min-width:240px !important; max-width:240px !important; height:135px !important; min-height:135px !important; max-height:135px !important; }
} @media screen and (max-width: 767px) {
.tkh-topic-shell { width:100% !important; max-width:100% !important; margin:0 !important; padding:14px 10px 26px !important; overflow-x:hidden !important; }
.tkh-topic-layout,.tkh-topic-main,.tkh-category-groups,.tkh-category-box,.tkh-category-box__items { width:100% !important; max-width:100% !important; min-width:0 !important; }
.tkh-topic-title { font-size:28px; line-height:1.12; }
.tkh-topic-header { margin-bottom:16px; }
.tkh-category-box { margin-bottom:15px; border-radius:6px; }
.tkh-category-box__header { padding:10px 11px; }
.tkh-category-box__header h2 { font-size:18px; }
.tkh-category-box__items { padding:0 10px !important; }
.tkh-category-card {
display:flex !important;
flex-direction:row !important;
align-items:center !important;
gap:10px !important;
width:100% !important;
max-width:100% !important;
min-width:0 !important;
padding:10px 0 !important;
overflow:hidden !important;
}
.tkh-category-card__media {
position:relative !important;
flex:0 0 120px !important;
width:120px !important;
min-width:120px !important;
max-width:120px !important;
height:68px !important;
min-height:68px !important;
max-height:68px !important;
}
body.tax-tkh_topic .tkh-topic-shell .tkh-category-card__media > a,
body.tax-tkh_topic .tkh-topic-shell .tkh-category-card__media img,
.tkh-topic-shell .tkh-category-card__media > a,
.tkh-topic-shell .tkh-category-card__media img {
position:absolute !important;
inset:0 !important;
width:120px !important;
min-width:120px !important;
max-width:120px !important;
height:68px !important;
min-height:68px !important;
max-height:68px !important;
object-fit:cover !important;
}
.tkh-category-card__badge { left:4px; top:4px; max-width:112px; padding:2px 4px; font-size:8px; }
.tkh-category-card__body { flex:1 1 auto !important; width:auto !important; min-width:0 !important; max-width:calc(100% - 130px) !important; overflow:hidden !important; }
.tkh-category-card__title { display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; margin:0; overflow:hidden; font-size:14px; line-height:1.25; }
.tkh-category-card__meta { margin:5px 0 0; font-size:10px; line-height:1.25; }
.tkh-category-card__author,.tkh-category-card__comments,.tkh-category-card__excerpt,.tkh-category-card__more { display:none !important; }
.tkh-topic-sidebar { display:none !important; }
.tkh-category-box__pager { padding:9px 10px 10px; gap:7px; }
.tkh-pager-status { order:-1; flex:1 0 100%; }
.tkh-pager-button { flex:1 1 calc(50% - 4px); min-width:0; min-height:44px; padding:8px 6px; }
.tkh2-post-topics { margin:22px 0 8px; padding:13px; }
.tkh2-topic-chip { min-height:38px; padding:9px 13px; white-space:normal; }
}
@media screen and (max-width: 380px) {
.tkh-topic-shell { padding-left:7px !important; padding-right:7px !important; }
.tkh-category-card__media { flex-basis:120px !important; width:120px !important; min-width:120px !important; max-width:120px !important; height:68px !important; min-height:68px !important; max-height:68px !important; }
body.tax-tkh_topic .tkh-topic-shell .tkh-category-card__media > a,
body.tax-tkh_topic .tkh-topic-shell .tkh-category-card__media img,
.tkh-topic-shell .tkh-category-card__media > a,
.tkh-topic-shell .tkh-category-card__media img { width:120px !important; min-width:120px !important; max-width:120px !important; height:68px !important; min-height:68px !important; max-height:68px !important; }
.tkh-category-card__body { max-width:calc(100% - 130px) !important; }
.tkh-category-card__badge { max-width:112px; }
.tkh-category-card__title { font-size:13px; }
} .widget_tkh_topics .tkh2-widget-topics {
display:flex;
flex-wrap:wrap;
gap:8px;
width:100%;
max-width:100%;
}
.widget_tkh_topics .tkh2-widget-topic {
display:inline-flex;
align-items:center;
max-width:100%;
min-height:34px;
padding:7px 13px;
border:1px solid #d94723;
border-radius:999px;
background:#e4572e;
color:#fff !important;
font-size:13px;
font-weight:700;
line-height:1.2;
text-decoration:none !important;
overflow-wrap:anywhere;
box-shadow:0 2px 5px rgba(0,0,0,.12);
}
.widget_tkh_topics .tkh2-widget-topic:hover,
.widget_tkh_topics .tkh2-widget-topic:focus {
border-color:#bc3618;
background:#c9411f;
color:#fff !important;
text-decoration:none !important;
} .tkh-topics-overview { width:100%; max-width:100%; }
.tkh-topics-overview__intro { margin:0 0 24px; }
.tkh-topics-overview__intro > :first-child { margin-top:0; }
.tkh-topics-overview__grid {
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:20px;
width:100%;
}
.tkh-topics-overview__group {
min-width:0;
margin:0;
border:1px solid rgba(0,0,0,.09);
border-radius:7px;
background:#fff;
overflow:hidden;
}
.tkh-topics-overview__group-title {
margin:0;
padding:14px 18px;
border-bottom:1px solid rgba(228,87,46,.22);
border-left:4px solid #e4572e;
background:rgba(228,87,46,.10);
font-size:21px;
font-weight:800;
line-height:1.2;
}
.tkh-topics-overview__group-title a { color:inherit; text-decoration:none; }
.tkh-topics-overview__group-title a:hover,
.tkh-topics-overview__group-title a:focus { color:#e4572e; text-decoration:none; }
.tkh-topics-overview__children {
display:flex;
flex-direction:column;
gap:10px;
padding:16px 18px 18px;
}
.tkh-topics-overview__branch { min-width:0; }
.tkh-topics-overview__nested {
display:flex;
flex-wrap:wrap;
gap:7px;
margin:7px 0 0 14px;
padding-left:11px;
border-left:2px solid rgba(228,87,46,.18);
}
.tkh-topics-overview__nested .tkh2-topic-chip { min-height:30px; padding:5px 10px; font-size:12px; }
@media screen and (max-width:900px) {
.tkh-topics-overview__grid { grid-template-columns:1fr !important; }
}
@media screen and (max-width:767px) {
.tkh-topics-overview__grid { grid-template-columns:1fr; gap:14px; }
.tkh-topics-overview__group-title { padding:12px 14px; font-size:19px; }
.tkh-topics-overview__children { padding:13px 14px 15px; }
.tkh-topics-overview__nested { margin-left:9px; padding-left:9px; }
} .tkh-topics-overview__hero{padding:28px 30px;margin:0 0 18px;border-radius:20px;background:linear-gradient(135deg,rgba(228,87,46,.10),rgba(228,87,46,.025));border:1px solid rgba(228,87,46,.12)}
.tkh-topics-overview__eyebrow{display:block;margin-bottom:5px;color:#e4572e;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.tkh-topics-overview__hero h2{margin:0 0 8px;font-size:clamp(25px,4vw,38px);line-height:1.08}.tkh-topics-overview__hero p{max-width:720px;margin:0;opacity:.72;font-size:15px}
.tkh-topics-overview__tools{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:0 0 20px}.tkh-topics-overview__tools input{flex:1 1 260px;min-height:42px;padding:9px 14px;border:1px solid rgba(0,0,0,.12);border-radius:999px;background:#fff}.tkh-overview-filter{min-height:38px;padding:7px 13px;border:1px solid rgba(0,0,0,.10);border-radius:999px;background:#fff;cursor:pointer}.tkh-overview-filter.is-active{border-color:#e4572e;color:#e4572e}
.tkh-topics-overview__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.tkh-topics-overview__group{display:flex;gap:16px;padding:20px;border:1px solid rgba(0,0,0,.07);border-radius:18px;box-shadow:0 8px 28px rgba(0,0,0,.055);transition:transform .16s ease,box-shadow .16s ease;overflow:visible}.tkh-topics-overview__group:hover{transform:translateY(-2px);box-shadow:0 12px 34px rgba(0,0,0,.08)}
.tkh-topics-overview__icon{display:flex;flex:0 0 48px;width:48px;height:48px;align-items:center;justify-content:center;border-radius:14px;background:rgba(228,87,46,.10);color:#e4572e}.tkh-topics-overview__icon svg{width:25px;height:25px}.tkh-topics-overview__cardbody{min-width:0;flex:1}.tkh-topics-overview__group-title{padding:0;border:0;background:none;font-size:21px}.tkh-topics-overview__description{margin:7px 0 13px;opacity:.7;font-size:13px;line-height:1.5}.tkh-topics-overview__children{display:flex;flex-direction:row;flex-wrap:wrap;gap:7px;padding:0}.tkh-topics-overview__nested{display:inline-flex;margin:4px 0 0 5px;padding:0;border:0}.tkh-topics-overview__open{display:inline-flex;margin-top:14px;color:#e4572e;font-size:13px;font-weight:800;text-decoration:none!important}.tkh-topics-overview__empty{text-align:center;padding:24px;opacity:.65}
.tkh-search-hubs{margin:0 0 20px;padding:14px 16px;border:1px solid rgba(0,0,0,.07);border-radius:12px;background:rgba(228,87,46,.035)}.tkh-search-hubs>strong{display:block;margin-bottom:9px}.tkh-search-hubs__chips,.tkh-search-result-hubs{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.tkh-search-result-hubs{margin-top:9px}.tkh-search-result-hubs__label{font-size:12px;opacity:.65}.tkh-search-result-hubs .tkh2-topic-chip,.tkh-search-hubs .tkh2-topic-chip{min-height:27px;padding:4px 9px;font-size:11px;box-shadow:none}
@media(max-width:767px){.tkh-topics-overview__hero{padding:21px 18px;border-radius:16px}.tkh-topics-overview__grid{grid-template-columns:1fr}.tkh-topics-overview__group{padding:16px;gap:12px;border-radius:15px}.tkh-topics-overview__icon{flex-basis:42px;width:42px;height:42px}.tkh-topics-overview__group-title{font-size:19px}} .tkh-topics-overview__group{height:100%}.tkh-topics-overview__cardbody{display:flex;flex-direction:column;height:100%}.tkh-topics-overview__open{margin-top:auto;padding-top:16px}.tkh-topics-overview__children{margin-bottom:0}
.tkh-search-hubs{padding:15px 16px;margin-bottom:24px}.tkh-search-hubs__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.tkh-search-hubs__head>a{font-size:12px;font-weight:700;color:#e4572e;text-decoration:none}.tkh-search-hubs__cards{display:flex;flex-wrap:wrap;gap:9px}.tkh-search-hub-card{display:flex;align-items:center;gap:9px;min-width:190px;max-width:300px;padding:9px 11px;border:1px solid rgba(0,0,0,.07);border-radius:12px;background:#fff;color:inherit!important;text-decoration:none!important;box-shadow:0 3px 12px rgba(0,0,0,.035);transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.tkh-search-hub-card:hover,.tkh-search-hub-card:focus{transform:translateY(-1px);border-color:rgba(228,87,46,.28);box-shadow:0 6px 16px rgba(0,0,0,.06)}.tkh-search-hub-card__icon{display:flex;align-items:center;justify-content:center;flex:0 0 34px;width:34px;height:34px;border-radius:10px;background:rgba(228,87,46,.10);color:#e4572e}.tkh-search-hub-card__icon svg{width:19px;height:19px}.tkh-search-hub-card__body{display:flex;flex:1;min-width:0;flex-direction:column}.tkh-search-hub-card__body strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;line-height:1.2}.tkh-search-hub-card__body small{margin-top:2px;opacity:.58;font-size:10px}.tkh-search-hub-card__arrow{color:#e4572e;font-weight:800}.tkh-search-result-hubs .tkh2-topic-chip{cursor:pointer}
@media(max-width:767px){.tkh-search-hubs__cards{display:grid;grid-template-columns:1fr 1fr}.tkh-search-hub-card{min-width:0;max-width:none}.tkh-search-hub-card__body strong{white-space:normal}}@media(max-width:430px){.tkh-search-hubs__cards{grid-template-columns:1fr}} .tkh-topic-shell,
.tkh-topic-shell *,
.tkh-topics-overview,
.tkh-topics-overview *,
.tkh2-post-topics,
.tkh2-post-topics * {
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
} .tkh-topic-description img,
.tkh-topic-description video,
.tkh-topic-description svg,
.tkh-topic-description iframe {
max-width: 100% !important;
}
.tkh-topic-description img,
.tkh-topic-description video,
.tkh-topic-description svg { height: auto !important; }
.tkh-topic-description iframe { width: 100% !important; }
.tkh-topic-description table {
display: block;
width: 100%;
max-width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.tkh-topic-description pre,
.tkh-topic-description code { max-width:100%; white-space:pre-wrap; overflow-wrap:anywhere; } .tkh-topic-layout { gap:0 !important; }
.tkh-topic-main { margin-right:32px; }
.tkh-category-card { gap:0 !important; }
.tkh-category-card__media { margin-right:24px !important; }
.tkh-category-card__media > a,
.tkh-category-card__media img {
top:0 !important; right:0 !important; bottom:0 !important; left:0 !important;
} .tkh-topics-overview__grid {
display:grid !important;
grid-template-columns:repeat(2,minmax(0,1fr)) !important;
gap:16px !important;
margin:0 !important;
width:100% !important;
}
.tkh-topics-overview__group {
width:auto !important;
max-width:none !important;
margin:0 !important;
gap:0 !important;
}
.tkh-topics-overview__icon { margin-right:16px !important; }
.tkh-topics-overview__children,
.tkh-topics-overview__nested,
.tkh-topics-overview__tools { gap:0 !important; }
.tkh-topics-overview__children > * { margin:0 7px 7px 0 !important; }
.tkh-topics-overview__tools > * { margin:0 8px 8px 0 !important; } .tkh-topics-overview__icon,
.tkh-search-hub-card__icon { overflow:hidden !important; }
.tkh-topics-overview__icon > svg,
.tkh-search-hub-card__icon > svg {
display:block !important;
flex:none !important;
width:24px !important;
height:24px !important;
min-width:24px !important;
min-height:24px !important;
max-width:24px !important;
max-height:24px !important;
}
.tkh-search-hub-card__icon > svg {
width:19px !important; height:19px !important;
min-width:19px !important; min-height:19px !important;
max-width:19px !important; max-height:19px !important;
} .tkh-pager-button,
.tkh-overview-filter,
.tkh-topics-overview__tools input {
font-family:inherit !important;
-webkit-appearance:none;
appearance:none;
}
.tkh-overview-filter,
.tkh-pager-button { touch-action:manipulation; }
@media screen and (max-width:1023px) {
.tkh-topic-main { margin-right:0; }
.tkh-category-card__media { margin-right:18px !important; }
}
@media screen and (max-width:767px) {
.tkh-topic-shell { padding-left:10px !important; padding-right:10px !important; }
.tkh-category-card__media { margin-right:10px !important; }
.tkh-category-card__body { max-width:none !important; }
.tkh-category-card__title { overflow-wrap:anywhere; word-break:normal; }
.tkh-topics-overview__grid { grid-template-columns:1fr !important; gap:14px !important; margin:0 !important; }
.tkh-topics-overview__group { width:auto !important; max-width:none !important; margin:0 !important; }
.tkh-topics-overview__icon { margin-right:12px !important; }
.tkh-topics-overview__tools input {
width:100% !important;
flex:1 0 100% !important;
margin-right:0 !important;
font-size:16px !important; }
.tkh-overview-filter { min-height:44px !important; }
.tkh-pager-button { min-height:44px !important; }
}
@media screen and (max-width:380px) {
.tkh-category-card__media {
flex-basis:104px !important;
width:104px !important;
min-width:104px !important;
max-width:104px !important;
height:59px !important;
min-height:59px !important;
max-height:59px !important;
}
body.tax-tkh_topic .tkh-topic-shell .tkh-category-card__media > a,
body.tax-tkh_topic .tkh-topic-shell .tkh-category-card__media img,
.tkh-topic-shell .tkh-category-card__media > a,
.tkh-topic-shell .tkh-category-card__media img {
width:104px !important; min-width:104px !important; max-width:104px !important;
height:59px !important; min-height:59px !important; max-height:59px !important;
}
}
@media (prefers-reduced-motion:reduce) {
.tkh-topic-shell *, .tkh-topics-overview * {
scroll-behavior:auto !important;
transition:none !important;
animation-duration:.01ms !important;
animation-iteration-count:1 !important;
}
} .tkh-topics-overview__sortbar{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin:-8px 0 18px;padding:0 2px}
.tkh-topics-overview__sorthelp{margin:0;flex:1 1 360px;font-size:12px;line-height:1.45;opacity:.68}
.tkh-topics-overview__sortcontrols{display:flex;flex-wrap:wrap;align-items:center;gap:7px}
.tkh-overview-sort{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-height:36px;padding:6px 11px;border:1px solid rgba(0,0,0,.10);border-radius:999px;background:#fff;color:inherit;font:inherit;font-size:12px;font-weight:700;line-height:1;cursor:pointer;white-space:nowrap}
.tkh-overview-sort:hover,.tkh-overview-sort:focus{border-color:rgba(228,87,46,.45);color:#e4572e;outline:none}
.tkh-overview-sort.is-active{border-color:#e4572e;background:rgba(228,87,46,.08);color:#e4572e}
.tkh-overview-sort span{display:inline-block;min-width:10px;text-align:center;font-size:14px;line-height:1}
.tkh-topics-overview__meta{display:flex;flex-wrap:wrap;gap:5px 10px;margin:5px 0 0;font-size:11px;line-height:1.35;opacity:.58}
.tkh-topics-overview__meta span+span:before{content:"•";margin-right:10px}
@media(max-width:767px){.tkh-topics-overview__sortbar{align-items:flex-start;margin-top:-4px}.tkh-topics-overview__sortcontrols{width:100%}.tkh-overview-sort{flex:1 1 auto;min-height:40px}.tkh-topics-overview__meta span+span:before{display:none}.tkh-topics-overview__meta{gap:3px 8px}}
@media(max-width:430px){.tkh-overview-sort{flex:1 1 100%;justify-content:space-between;padding-left:14px;padding-right:14px}} .tkh-cross-topics {
margin: 0 0 18px;
}
.tkh-cross-topics__chips {
display: flex;
flex-wrap: wrap;
gap: 7px;
align-items: center;
}
.tkh2-topic-chip--cross,
a.tkh2-topic-chip--cross {
border-color: rgba(111,66,193,.24) !important;
background: rgba(111,66,193,.11) !important;
color: #6f42c1 !important;
}
.tkh2-topic-chip--cross:hover,
.tkh2-topic-chip--cross:focus,
a.tkh2-topic-chip--cross:hover,
a.tkh2-topic-chip--cross:focus {
border-color: rgba(111,66,193,.48) !important;
background: #6f42c1 !important;
color: #fff !important;
}
@media (max-width:767px) {
.tkh-cross-topics { margin-bottom:16px; }
.tkh-cross-topics__chips { gap:6px; }
} .tkh-topics-overview__cardbody{display:flex;flex-direction:column;height:100%;min-height:0}
.tkh-topics-overview__cardmain{min-width:0}
.tkh-topics-overview__footer{margin-top:auto;padding-top:16px}
.tkh-topics-overview__relation-title{display:block;margin:0 0 8px;font-size:12px;font-weight:800;line-height:1.3}
.tkh-topics-overview__hierarchy{margin-top:10px}
.tkh-topics-overview__related{margin:0}
.tkh-topics-overview__related-chips{display:flex;flex-wrap:wrap;gap:7px;align-items:center}
.tkh-topics-overview__related-chips .tkh2-topic-chip--cross{margin:0}
.tkh-topics-overview__footer .tkh-topics-overview__open{margin-top:12px;padding-top:0} .tkh-topics-overview__searchform{display:flex;flex:1 1 260px;min-width:0;margin:0}
.tkh-topics-overview__searchform input{width:100%}
.tkh-overview-filter{text-decoration:none!important}