.news-card{display:flex;width:100%;max-width:28rem;flex-direction:column;align-items:stretch;border-radius:.5rem}@media (min-width:640px){.news-card{flex-direction:row}}.news-card{background-color:white;text-decoration:none}.news-card-image{width:100%;flex-shrink:0;overflow:hidden;border-radius:.5rem}@media (min-width:640px){.news-card-image{height:13rem;width:13rem}}.news-card-image img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;display:block}.news-card-content{display:flex;flex-direction:column;justify-content:space-between;padding-top:1.25rem;padding-bottom:1.25rem}@media (min-width:640px){.news-card-content{padding:0 1.25rem}}.news-card-title{font-size:1.125rem;line-height:1.75rem;font-weight:600;color:black}.news-card-description{margin-bottom:.5rem;font-size:.875rem;line-height:1.25rem;color:#4b5563}.news-card-meta{display:flex;align-items:center;justify-content:space-between;gap:.5rem;color:#6b7280}.news-card-date,.news-card-meta{font-size:.75rem;line-height:1rem}.news-card-date{white-space:nowrap;color:#515c51}.news-card-source{border-radius:.5rem;padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;background-color:#515c51;color:white}.news-card-actions{margin-top:.75rem}