.blog-listing{display:flex;flex-direction:column;gap:1.5rem}@media (min-width:768px){.blog-listing{align-content:stretch;flex-direction:row;flex-wrap:wrap}}.blog-listing__post{background-color:var(--extra-color-bright-grey-2)}@media (min-width:768px){.blog-listing__post{width:calc(var(--fullwidth)/3 - 1rem)}.blog-listing__post:first-child,.blog-listing__post:nth-child(4){width:calc((var(--fullwidth)/3)*2 - .75rem)}.blog-listing__post:nth-child(2),.blog-listing__post:nth-child(3){width:calc(var(--fullwidth)/3 - .75rem)}}.blog-listing__post-link{color:transparent!important;display:flex;flex-direction:column;height:100%;text-decoration:none!important}.blog-listing__post-image-wrapper{aspect-ratio:16/9;width:var(--fullwidth)}.blog-listing__post-image{height:auto;width:var(--fullwidth)}.blog-listing__post-content-wrapper{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem}@media (min-width:768px){.blog-listing__post-content-wrapper{flex:1 1 200px}}.blog-listing__post-headline{display:flex;flex-direction:column;gap:.5rem;hyphens:auto;-ms-hyphens:auto;-moz-hyphens:auto;-webkit-hyphens:auto;margin:unset}.blog-listing__post-link:active .blog-listing__post-headline>span:last-of-type,.blog-listing__post-link:focus .blog-listing__post-headline>span:last-of-type,.blog-listing__post-link:hover .blog-listing__post-headline>span:last-of-type{text-decoration:underline}@media (min-width:480px){.blog-listing__post-headline{font-size:1.5rem}}@media (min-width:1024px){.blog-listing__post-headline{font-size:1.75rem}}.blog-listing__post-headline>.blog-listing__post-overline{background-color:var(--brand-secondary-50);color:var(--text-color-dark);display:inline-block;font-family:var(--base-font-family);font-size:var(--base-font-size);font-weight:400;letter-spacing:.02rem;line-height:var(--common-line-height);padding:4px 8px;text-transform:uppercase;width:fit-content}@media (min-width:1024px){.blog-listing__post-headline>.blog-listing__post-overline{font-size:1.25rem}}@media (min-width:768px){.blog-listing__post-date{margin-top:auto}}.blog-listing__post-timestamp{color:var(--brand-primary-70);font-size:.875rem}