#soro-blog{width:100%;min-height:260px}.soro-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.soro-blog-card{display:flex;min-width:0;height:100%;overflow:hidden;flex-direction:column;border:1px solid var(--line);color:var(--fg);background:var(--card-bg);text-decoration:none;transition:border-color .18s ease,transform .18s ease}.soro-blog-card:hover,.soro-blog-card:focus-visible{border-color:var(--accent);transform:translateY(-3px)}.soro-blog-card:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.soro-blog-card-image{width:100%;aspect-ratio:8 / 5;object-fit:cover}.soro-blog-card-body{display:flex;min-width:0;padding:clamp(20px,3vw,28px);flex:1;flex-direction:column}.soro-blog-card-date,.soro-blog-card-action{color:var(--accent);font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.soro-blog-card-title{margin:14px 0 12px;overflow-wrap:anywhere;font-family:var(--site-font-display);font-size:clamp(1.55rem,2.6vw,2.25rem);font-weight:400;line-height:1.08}.soro-blog-card-excerpt{margin-bottom:24px;color:var(--fg-muted);line-height:1.65}.soro-blog-card-action{margin-top:auto}.soro-blog-loading,.soro-blog-empty{display:grid;min-height:260px;margin:0;place-items:center;color:var(--fg-muted);text-align:center}@media(max-width:940px){.soro-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.soro-blog-grid{grid-template-columns:1fr}}
