.ArticleList-module__IF0xOG__grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:3rem;max-width:1200px;margin:0 auto;padding:2rem 0;display:grid}.ArticleList-module__IF0xOG__articleCard{border:1px solid var(--color-sand);opacity:0;background:#fff;flex-direction:column;transition:transform .3s,box-shadow .3s;animation:.8s ease-out forwards ArticleList-module__IF0xOG__fadeIn;display:flex;overflow:hidden;box-shadow:0 5px 15px #0000000d}.ArticleList-module__IF0xOG__articleCard:hover{border-color:var(--color-ocre);transform:translateY(-5px);box-shadow:0 15px 30px #0000001a}.ArticleList-module__IF0xOG__imagePlaceholder{opacity:.8;width:100%;height:200px;transition:opacity .3s}.ArticleList-module__IF0xOG__articleCard:hover .ArticleList-module__IF0xOG__imagePlaceholder{opacity:1}.ArticleList-module__IF0xOG__content{flex-direction:column;flex-grow:1;padding:2rem;display:flex}.ArticleList-module__IF0xOG__meta{color:var(--color-ocre);text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:.8rem;font-weight:700}.ArticleList-module__IF0xOG__separator{color:#ccc;margin:0 .5rem}.ArticleList-module__IF0xOG__title{color:var(--color-bark);margin-bottom:1rem;font-size:1.8rem;line-height:1.2}.ArticleList-module__IF0xOG__excerpt{color:var(--color-foreground);line-height:1.7;font-family:var(--font-serif);flex-grow:1;margin-bottom:2rem}.ArticleList-module__IF0xOG__readMore{border:none;border-bottom:1px solid var(--color-bark);color:var(--color-bark);cursor:pointer;background:0 0;align-self:flex-start;padding-bottom:.2rem;font-weight:700;transition:all .2s}.ArticleList-module__IF0xOG__readMore:hover{color:var(--color-ocre);border-color:var(--color-ocre)}@keyframes ArticleList-module__IF0xOG__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ArticleList-module__IF0xOG__cardLink{color:inherit;text-decoration:none;display:block}.ArticleList-module__IF0xOG__category{background:var(--color-gold);color:var(--color-bark);text-transform:uppercase;letter-spacing:.5px;border-radius:15px;margin-bottom:.75rem;padding:.3rem .8rem;font-size:.75rem;font-weight:600;display:inline-block}
