.recent-posts{padding-block:48px}.recent-posts .recent-posts__head{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:20px;display:flex}.recent-posts .recent-posts__head h2{margin:0;font-size:clamp(20px,2.2vw,28px)}.recent-posts .recent-posts__head .recent-posts__all{color:#0f62fe;font-weight:600;text-decoration:none}.recent-posts .recent-posts__head .recent-posts__all:hover{text-decoration:underline}.recent-posts .recent-posts__grid{grid-template-columns:1fr;gap:16px;display:grid}@media (min-width:640px){.recent-posts .recent-posts__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.recent-posts .recent-posts__grid{grid-template-columns:repeat(3,1fr)}}.post-card{background:#fff;border:1px solid #eceff3;border-radius:14px;grid-template-rows:auto 1fr;transition:box-shadow .15s,transform .15s;display:grid;overflow:hidden}.post-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px #0000000f}.post-card__media{display:block;position:relative}.post-card__img-wrap{aspect-ratio:3/2;width:100%;max-height:150px;position:relative;overflow:hidden}.post-card__img{object-fit:cover;object-position:center}.post-card__body{padding:14px 14px 16px}.post-card__title{margin:0 0 8px;font-size:18px;line-height:1.3}.post-card__title a{color:#111;text-decoration:none}.post-card__title a:hover{color:#0f62fe}.post-card__summary{color:#5b6472;margin:0 0 12px;font-size:14px}.post-card__meta{color:#6b7280;flex-wrap:wrap;align-items:center;gap:4px;font-size:12px;display:flex}.post-card__meta time{white-space:nowrap;width:100%;margin-bottom:10px;display:block}.post-card__meta span{color:#4b5563;text-wrap:nowrap;background:#f3f4f6;border-radius:999px;padding:2px 8px}
