.c-BlogPostCardGrid{display:grid;gap:24px;grid-auto-rows:1fr;margin-inline:auto;width:fit-content}@media (min-width: 768px){.c-BlogPostCardGrid{grid-template-columns:repeat(1,minmax(0,1fr))}}@media (min-width: 992px){.c-BlogPostCardGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}@keyframes spin{to{rotate:360deg}}.c-BlogPostCard{background-color:#fff;border:2px solid #9ed3ce;border-radius:24px;box-shadow:0 5px 10px #00000021;display:flex;flex-direction:column;gap:24px;max-width:380px;padding:24px}.c-BlogPostCard__image{aspect-ratio:3/2;border-radius:16px;display:block;height:auto;object-fit:cover;width:100%}.c-BlogPostCard__link{-webkit-box-orient:vertical;color:var(--color-primary);display:-webkit-box;flex:.5;font-family:var(--font-titles);font-size:1.25rem;font-weight:700;-webkit-line-clamp:2;line-clamp:2;line-height:1.25;min-height:2.5em;overflow:hidden}.c-BlogPostCard__summary{-webkit-box-orient:vertical;color:var(--font-color-primary);display:-webkit-box;flex:1;-webkit-line-clamp:4;line-clamp:4;line-height:1.5;margin:0;min-height:3em;overflow:hidden}
