.post-list-wrap{flex-direction:column;gap:.75rem;display:flex}.post-list-pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;padding:.25rem 0;display:flex}.post-list-page-indicator{color:var(--color-text-muted);text-align:center;min-width:4.5rem;font-size:.875rem;font-weight:600}.post-list{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;padding:0;overflow:hidden}.post-list-empty{text-align:center;color:var(--color-text-muted);padding:3rem 1rem;font-size:.95rem}.post-list-loading-more{text-align:center;color:var(--color-text-muted);margin:0;padding:0;font-size:.85rem}.post-list:not(.post-list--diary-gallery) .post-item:not(.post-item-pinned):nth-child(odd) .post-item-link,.post-list:not(.post-list--diary-gallery) .post-item:not(.post-item-pinned):nth-child(2n) .post-item-link,.post-list:not(.post-list--diary-gallery) .post-item:not(.post-item-pinned):nth-child(odd) .post-item-link:hover,.post-list:not(.post-list--diary-gallery) .post-item:not(.post-item-pinned):nth-child(2n) .post-item-link:hover,.post-list:not(.post-list--diary-gallery) .post-item:not(.post-item-pinned):nth-child(odd),.post-list:not(.post-list--diary-gallery) .post-item:not(.post-item-pinned):nth-child(2n),.post-list:not(.post-list--diary-gallery) .post-item:not(.post-item-pinned):nth-child(odd):hover,.post-list:not(.post-list--diary-gallery) .post-item:not(.post-item-pinned):nth-child(2n):hover{background:0 0}.post-list:not(.post-list--diary-gallery) .post-item-link:active{background:var(--color-surface-hover);transition:background .12s}.post-list--diary-gallery{background:0 0;border:none;border-radius:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:.95rem .7rem;padding:0;display:grid;overflow:visible}@media (min-width:600px){.post-list--diary-gallery{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.05rem .85rem}}@media (min-width:1025px){.post-list--diary-gallery{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.15rem 1rem}}.post-list-wrap--gallery .post-list-pagination,.post-list-wrap--gallery .post-list-loading-more{width:100%}
