.blog-article.list-item{box-shadow:0 0.2rem 1.8rem rgba(0,0,0,0.1);border-radius:0.5rem;display:grid;grid-template-rows:auto minmax(0,1fr)}.blog-article.list-item>.img{height:0;width:100%;padding-bottom:calc(382% * 100 / 457);border-top-right-radius:0.5rem;border-top-left-radius:0.5rem;background-position:center;background-size:cover;background-repeat:no-repeat;position:relative}.blog-article.list-item>.img>.date{position:absolute;bottom:0;right:1em;padding:0.5em 0.75em 0.25em 0.9em;border-top-left-radius:0.75em;border-top-right-radius:0.75em;background-color:var(--color-neutral-000);font-size:0.65rem;line-height:1em;color:var(--color-links)}.blog-article.list-item>div{padding:1.2rem 1.4rem 1.4rem;background-color:white;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem}.blog-article.list-item>div .tags{display:flex;margin-bottom:0.35rem;flex-flow:row wrap;align-items:center;justify-content:flex-start;color:var(--color-orange-400);font-size:0.65rem;line-height:1em;letter-spacing:0.065rem;gap:0.75em 1.75em}.blog-article.list-item>div .tags>*{text-transform:uppercase}.blog-article.list-item>div h2,.blog-article.list-item>div h3{font-size:1rem;line-height:1.5em;font-weight:500;max-width:16em;margin:0}.blog-article.list-item.big{display:grid}@media screen and (min-width:calc(600px + 1px)){.blog-article.list-item.big{grid-template-columns:minmax(0,809fr) minmax(0,610fr)}.blog-article.list-item.big>.img{height:100%;width:100%;padding-bottom:unset;border-top-right-radius:0;border-bottom-left-radius:0.5rem}.blog-article.list-item.big>.img>.date{bottom:unset;top:1rem;right:0;padding-bottom:0.5em;padding-right:0.5em;border-bottom-left-radius:0.75em;border-top-right-radius:0}.blog-article.list-item.big>div{z-index:2;padding:3.75rem 4.5rem;border-bottom-left-radius:0;border-top-right-radius:0.5rem}.blog-article.list-item.big>div>.tags{margin-bottom:0.4rem}.blog-article.list-item.big>div h2,.blog-article.list-item.big>div h3{max-width:unset;font-size:1.75rem;line-height:1.85rem;font-weight:700}.blog-article.list-item.big>div p{margin-top:0.75rem;font-size:0.8rem;line-height:calc(24em / 16);font-weight:400}.blog-article.list-item.big>div>a:last-child{font-size:0.8rem;margin-top:1.25rem;color:var(--color-orange-400);text-decoration:underline;font-weight:700}}@media screen and (max-width:600px){.blog-article.list-item.big>div>h2+p,.blog-article.list-item.big>div h3+p{display:none}.blog-article.list-item.big>div>a:last-child{display:none}}
/*# sourceMappingURL=articles-list-item.css.map */