.post-card{background-color:var(--Tertiary-Grey-20);border:1px solid var(--black);display:flex;flex-direction:column;overflow:hidden}.post-card__thumb{background-position:50%;background-size:cover;display:block;height:190px;width:100%}.post-card__thumb--contain{background-origin:content-box;background-repeat:no-repeat;background-size:contain;padding:15px}.post-card__description{display:flex;flex-direction:column;flex-grow:1;overflow:hidden;padding:24px}.post-card__description h3{display:-webkit-box;margin:0 0 40px;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.post-card__description h3:last-child{margin-bottom:0}.post-card__description p{flex-grow:1;font-size:18px;margin:0}.post-card__link-wrap{margin-top:auto}.post-card__logo-wrap{height:28px;margin-bottom:12px}.post-card__link-wrap a{font-size:1rem;text-decoration:underline}.post-card__logo-wrap a img{max-height:100%}.post-card__type{margin-bottom:12px}.post-card__type span+span:before{content:", "}@media only screen and (max-width:48em){.post-card__logo-wrap{margin-bottom:6px}}