.news-listing{display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:80rem;width:100%}.news-listing__image{overflow:hidden;width:100%}.news-listing__post-content{display:flex;flex-direction:column;flex-grow:1;padding:1rem}.news-listing__post{background:#f4f5f7;border-radius:10px;box-shadow:0 0 5px 2px rgba(0,0,0,.1);display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;transition:all .3s ease}.news-listing__post:hover{box-shadow:0 6px 10px rgba(0,0,0,.15);transform:translateY(-5px)}.news-listing__post-image,.news__post-image-wrapper img{display:block;height:200px;max-width:100%;object-fit:fill;vertical-align:top;width:100%}.news-listing__post-title,.news-listing__post-title a{color:transparent;color:#000;font-size:1.2rem;font-weight:600;margin:0;text-decoration:none}.news-listing__post-tags{color:#666;font-size:.9rem;margin-bottom:10px}.news-listing__post-tag{color:#0073e6;display:inline-block;margin-right:8px;text-decoration:none}.news-listing__post-tag:hover{color:#005bb5}.news-listing__post-author{align-items:center;display:flex;margin-top:10px}.news-listing__post-author-image{border-radius:50%;height:40px;margin-right:10px;width:40px}.news-listing__post-author-name{color:#333;font-size:1rem;text-decoration:none}.news-listing__post-timestamp{color:#000;display:block;font-size:.85rem;margin-top:.8rem}.news-listing__header{flex-grow:1}.news-listing__post-summary p{color:#666;font-size:1rem;line-height:1.5}.news-listing-card-content{display:flex;flex-direction:column;height:100%;justify-content:space-between}.news-listing__post-button-wrapper{margin-top:1rem}.news-listing__post-button{color:#ee2b2b;font-size:1rem}.news-listing__post-button,.news-listing__post-button:hover{background:transparent;border:none;font-weight:700;text-decoration:none}.news-listing__post-button:hover{color:#f9a520}@media (max-width:1024px){.news-listing{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.news-listing{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.news-listing{grid-template-columns:repeat(1,1fr)}}