.post-card-link{display:block}.post-card-link,.post-card-link:hover{text-decoration:none!important}.post-card{border:1px solid var(--x-color-gray-200,#e5e7eb);border-radius:.5rem;padding:1.25rem 1.5rem;transition:border-color .15s,background-color .15s}.post-card:hover{border-color:var(--x-color-gray-400,#9ca3af);background-color:var(--x-color-gray-50,#f9fafb)}:where(.dark *) .post-card{border-color:var(--x-color-neutral-800,#262626)}:where(.dark *) .post-card:hover{border-color:var(--x-color-neutral-600,#525252);background-color:var(--x-color-neutral-900,#171717)}.post-card-title{color:var(--x-color-gray-900,#111827)}:where(.dark *) .post-card-title{color:var(--x-color-gray-100,#f3f4f6)}.post-card-description{color:var(--x-color-gray-600,#4b5563);line-height:1.5!important}:where(.dark *) .post-card-description{color:var(--x-color-gray-400,#9ca3af)}