.tpp-hub-page .article-section{margin:0 0 24px}
.tpp-hub-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin:0 0 32px}
.tpp-hub-card{display:flex;flex-direction:column;justify-content:flex-end;min-height:168px;padding:22px;text-decoration:none;color:inherit}
.tpp-hub-card .home-tag{padding:0}
.tpp-hub-card h3{margin:8px 0 0;padding:0;font-size:22px;font-weight:700;letter-spacing:-.03em;line-height:1.2;color:var(--site-ink)}
.tpp-hub-card small{display:block;margin-top:8px;padding:0;color:var(--site-muted);font-size:13px;font-weight:600}
.tpp-hub-card:hover h3{color:var(--site-accent)}
.tpp-hub-articles{margin:0}
.tpp-hub-section{margin:32px 0 0}
.tpp-hub-section h2{margin:0 0 16px;font-size:28px;font-weight:700;letter-spacing:-.03em;line-height:1.2;color:var(--site-ink)}
.tpp-hub-section .tpp-hub-cards,.tpp-hub-section .tpp-hub-articles{margin:0}
@media(max-width:991px){
.tpp-hub-cards{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
.tpp-hub-cards{grid-template-columns:1fr}
.tpp-hub-card{min-height:132px}
}
