.posts{grid-template-columns:1fr;gap:1rem;padding:0;display:grid}@media (min-width:768px){.posts{grid-template-columns:repeat(3,1fr);gap:1.25rem}}.post{list-style:none}.postCard{background:var(--brand-6);border:1px solid var(--brand-1);height:100%;box-shadow:var(--shadow-1);border-radius:14px;flex-direction:column;display:flex;position:relative;overflow:hidden}.postCard__title a:after{content:"";position:absolute;inset:0}@media (min-width:768px){.postCard{border-radius:16px}}.postCard__media{aspect-ratio:3/2;background:var(--brand-6);flex-shrink:0;position:relative}.postCard__media img{display:block}.postCard__body{flex-direction:column;flex:1;gap:0;padding:1.25rem;display:flex}.postCard__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.5rem;line-height:1.25;display:-webkit-box;overflow:hidden}.postCard__title a{color:var(--color-text);text-decoration:none}.postCard__excerpt{-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin-bottom:1.25rem;line-height:1.6;display:-webkit-box;overflow:hidden}.postCard__cta{color:var(--brand-1);margin-top:auto;font-size:.875rem;font-weight:500;display:block}
