.post-card{border:1px solid rgba(100,116,139,.18);border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 3px 15px rgba(15,23,42,.06);transition:all .25s ease}.post-card:hover{transform:translateY(-3px);border-color:rgba(99,102,241,.35);box-shadow:0 8px 25px rgba(15,23,42,.11)}.post-card h2,.post-card h3{margin:0;padding:14px 16px;line-height:1.35;font-size:17px;font-weight:700;box-sizing:border-box}.post-card h2 a,.post-card h3 a{display:block;text-decoration:none;line-height:1.35;word-wrap:break-word;overflow-wrap:anywhere}.post-card img{display:block;width:100%;height:auto;transition:transform .3s ease}.post-card:hover img{transform:scale(1.03)}@media (max-width:768px){.post-card h2,.post-card h3{padding:12px 13px;font-size:15px;line-height:1.35}}@media (max-width:480px){.post-card h2,.post-card h3{font-size:14px;padding:10px 12px}}