.newscard{display:flex;flex-direction:column;height:350px;width:100%;background-color:#fff;border-radius:6px;overflow:hidden;border:1px solid #e0e0e0;transition:transform .2s ease,box-shadow .2s ease}.newscard:hover{transform:translateY(-3px);box-shadow:0 5px 15px rgba(0,0,0,.1)}.newscard .img{width:100%;height:150px}.newscard .img img{width:100%;height:100%;object-fit:cover}.newscard-details{display:flex;flex-direction:column;padding:.75rem;flex:1;height:150px;position:relative}.newscard-details--title{color:#15679e;font-size:1rem;font-weight:700;line-height:1.3;margin-bottom:.5rem;height:2.6rem;-webkit-line-clamp:2}.newscard-details p,.newscard-details--title{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis}.newscard-details p{font-size:.85rem;line-height:1.4;height:3.6rem;-webkit-line-clamp:3;margin-bottom:auto}.newscard-details--readmore{width:5rem;color:#15679e;font-size:.85rem;font-weight:600;border-bottom:2px solid #98ddfc;margin-top:.75rem;position:absolute;bottom:.75rem}.newscard-publisher{padding:.5rem .75rem;display:flex;justify-content:space-between;color:#666;border-top:1px solid #eee;font-size:.8rem;height:50px}.newscard-publisher--author,.newscard-publisher--date{display:flex;align-items:center;gap:4px;max-width:48%}.newscard-publisher--author p,.newscard-publisher--date p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:768px){.newscard-publisher--author,.newscard-publisher--date{font-size:.75rem}}.newscard-publisher i{font-size:.9rem;flex-shrink:0}.truncate-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}@media(max-width:500px){.newscard{height:300px}.newscard .img{height:120px}.newscard-details{height:130px;padding:.5rem}.newscard-details--title{font-size:.9rem;height:2.34rem}.newscard-details p{font-size:.8rem;height:3.36rem}.newscard-details--readmore{font-size:.8rem;margin-top:.5rem;bottom:.5rem}.newscard-publisher{padding:.4rem .5rem;height:40px}}