.blog-latest{padding-top:60px;padding-bottom:60px}.blog-latest[hidden]{display:none}.blog-latest-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}.blog-latest-heading h2{font-size:clamp(26px,3vw,38px);line-height:1.2;margin-top:12px}.blog-latest-heading>a{color:var(--violet-ink);font-size:14px;white-space:nowrap}.blog-latest-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.blog-latest-card{border:1px solid var(--line-2);border-radius:18px;background:var(--panel);overflow:hidden}.blog-latest-card img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}.blog-latest-card>div{padding:22px}.blog-latest-card h3{font-size:22px;line-height:1.3;margin-bottom:12px}.blog-latest-card p{font-size:14px;color:var(--ink-2);line-height:1.7}@media(max-width:700px){.blog-latest-heading{align-items:start;flex-direction:column}.blog-latest-grid{grid-template-columns:1fr}}
