.sp-posts{background:#fff;border-top:1px solid #e0e0e0;padding:56px 24px}.sp-posts__inner{margin:0 auto;max-width:960px}.sp-posts__header{align-items:baseline;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;margin-bottom:32px}.sp-posts__heading{color:#2e2e2e;font-family:Lato,sans-serif;font-size:24px;font-weight:900;margin:0}.sp-posts__sub{color:#888;flex-basis:100%;font-size:14px;margin:4px 0 0}.sp-posts__all-link{align-items:center;color:#e84b1e;display:inline-flex;font-size:14px;font-weight:700;gap:6px;text-decoration:none;white-space:nowrap}.sp-posts__all-link:hover{text-decoration:underline}.sp-posts__arrow{height:16px;stroke:#e84b1e;stroke-width:2;width:16px}.sp-posts__grid{display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.sp-posts__card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;color:#2e2e2e;display:flex;flex-direction:column;overflow:hidden;text-decoration:none;transition:all .2s ease}.sp-posts__card:hover{border-color:#ccc;box-shadow:0 8px 24px rgba(0,0,0,.08);transform:translateY(-2px)}.sp-posts__image-wrap{height:160px;overflow:hidden;width:100%}.sp-posts__image{display:block;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.sp-posts__card:hover .sp-posts__image{transform:scale(1.03)}.sp-posts__image-placeholder{align-items:center;background:#f1f1f1;display:flex;height:160px;justify-content:center;width:100%}.sp-posts__placeholder-icon{height:40px;stroke:#ccc;stroke-width:1.5;width:40px}.sp-posts__content{display:flex;flex:1;flex-direction:column;gap:8px;padding:20px}.sp-posts__topic{color:#e84b1e;font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.sp-posts__title{color:#2e2e2e;font-family:Lato,sans-serif;font-size:16px;font-weight:700;line-height:1.4;margin:0}.sp-posts__date{color:#aaa;font-size:12px;margin:auto 0 0}@media (max-width:700px){.sp-posts__grid{grid-template-columns:1fr}}@media (min-width:701px) and (max-width:900px){.sp-posts__grid{grid-template-columns:repeat(2,1fr)}}