.tm-post-a{position:relative;display:flex;flex-direction:column;background:var(--w);border-radius:14px;padding:16px;height:100%;box-shadow:0 6px 24px var(--tg-1);transition:transform 0.25s ease,box-shadow 0.25s ease;cursor:pointer;overflow:hidden}.tm-post-a:hover{transform:translateY(-4px);box-shadow:0 12px 32px var(--tg-1)}.tm-post-a-thumb{width:100%;aspect-ratio:3 / 2;overflow:hidden;border-radius:10px;flex-shrink:0}.tm-post-a-thumb img{width:100%;height:100%;object-fit:cover}.tm-post-a-content{display:flex;flex-direction:column;flex-grow:1;margin-top:12px}.tm-post-a-title{font-size:17px;margin:0 0 8px}.tm-post-a-title a{color:#111;text-decoration:none}.tm-post-a-excerpt{font-size:14px;color:#666;line-height:1.6;flex-grow:1}.tm-post-a a.tm-post-link{position:absolute;inset:0;z-index:1}