/* Homepage only. Explicitly reset the legacy desktop 420px section height. */
.front-ui.page-home .home-topics{height:auto;min-height:0;max-height:none;margin:0 0 20px;padding:18px;border:1px solid #dce5df;border-radius:10px;background:#fff;box-shadow:none}
.front-ui.page-home .home-topics-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 14px;padding:0}
.front-ui.page-home .home-topics-heading h2{margin:0;font-size:18px;line-height:1.5;font-weight:650;letter-spacing:0;color:#243d2d}
.front-ui.page-home .home-topics-heading>a{display:inline-flex;align-items:center;gap:7px;font-size:12px;line-height:1.5;color:#65786b;text-decoration:none;white-space:nowrap}
.front-ui.page-home .home-topics-heading>a:hover{color:#315f3e}
.front-ui.page-home .home-topics-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.front-ui.page-home .home-topic-card{display:grid;grid-template-columns:64px minmax(0,1fr);align-items:center;gap:12px;min-width:0;min-height:0;margin:0;padding:12px;border:1px solid #e3eae5;border-radius:8px;background:#fff;color:inherit;text-decoration:none;box-shadow:none;transition:border-color .15s,background .15s}
.front-ui.page-home .home-topic-card:hover{border-color:#aec7b5;background:#f8fbf8}
.front-ui.page-home .home-topic-art{position:relative;display:block;width:64px;height:64px;min-width:0;overflow:hidden;border-radius:7px;background:#edf4ef}
.front-ui.page-home .home-topic-art img{position:absolute;display:block;width:200%;height:200%;max-width:none;object-fit:fill;left:0;top:0}
.front-ui.page-home .home-topic-2 .home-topic-art img{left:-100%;top:0}
.front-ui.page-home .home-topic-3 .home-topic-art img{left:0;top:-100%}
.front-ui.page-home .home-topic-4 .home-topic-art img{left:-100%;top:-100%}
.front-ui.page-home .home-topic-copy{display:flex;flex-direction:column;gap:4px;min-width:0}
.front-ui.page-home .home-topic-copy h3{margin:0;font-size:15px;font-weight:600;line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#2c4334}
.front-ui.page-home .home-topic-copy p{margin:0;font-size:12px;line-height:1.5;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#6d7c72}
.front-ui.page-home .home-topic-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:2px;font-size:11px;line-height:1.5;color:#718076}
.front-ui.page-home .home-topic-meta b{font-weight:600;color:#52745b}
.front-ui.page-home .home-topic-meta i{font-size:15px;font-style:normal;line-height:1;color:#7d9585}
.front-ui.page-home .home-topics-empty{grid-column:1/-1;margin:0;padding:10px 0 2px;font-size:13px;line-height:1.7;color:#6d7c72}
@media(max-width:600px){
 .front-ui.page-home .home-topics{padding:14px;margin-bottom:16px}
 .front-ui.page-home .home-topics-heading{margin-bottom:12px}
 .front-ui.page-home .home-topics-heading h2{font-size:17px}
 .front-ui.page-home .home-topics-heading>a{font-size:11px}
 .front-ui.page-home .home-topics-grid{gap:8px}
 .front-ui.page-home .home-topic-card{grid-template-columns:32px minmax(0,1fr);gap:8px;padding:10px;align-items:center}
 .front-ui.page-home .home-topic-art{grid-column:1;grid-row:1;width:32px;height:32px;border-radius:6px}
 .front-ui.page-home .home-topic-copy{display:contents}
 .front-ui.page-home .home-topic-copy h3{grid-column:1/-1;grid-row:2;font-size:13px;line-height:1.5;white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
 .front-ui.page-home .home-topic-copy p{display:none}
 .front-ui.page-home .home-topic-meta{grid-column:2;grid-row:1;margin:0;justify-content:flex-end;white-space:nowrap;font-size:10px}
 .front-ui.page-home .home-topic-meta i{display:none}
}
@media(prefers-reduced-motion:reduce){.front-ui.page-home .home-topic-card{transition:none}}
