.news-listing{display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);width:100%}.news-listing__image{object-fit:cover;width:100%}.news-listing__post{background:#fff;border:1px solid #d3d3d3;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.1);display:flex;flex-direction:column;justify-content:space-between;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{object-fit:cover;width:100%}.news-listing__post-title,.news-listing__post-title a{background:linear-gradient(145deg,#f27330,#ed215a);-webkit-background-clip:text;color:transparent;font-size:1.4rem;font-weight:600;-webkit-text-fill-color:transparent;margin:10px 0}.news-listing__post-title-link:hover{color:#ed1d6f}.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:#999;display:block;font-size:.85rem;margin-top:.8rem}.news-listing__post-summary p{color:#666;font-size:1rem;line-height:1.5}.news-listing__header,.news-listing__post-button-wrapper{padding:0 1rem 1rem}.news-listing-card-content{display:flex;flex-direction:column;height:100%;justify-content:space-between}.news-listing__post-button{background:linear-gradient(145deg,#f27330,#ed215a);color:#fff;font-size:1rem;padding:10px 20px}.news-listing__post-button,.news-listing__post-button:hover{border:none;border-radius:3rem;font-weight:500;text-decoration:none}@media (max-width:768px){.news-listing{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.news-listing{grid-template-columns:repeat(1,1fr)}}