.stx-post-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.stx-post-list-item {
    margin-bottom: 1rem;
}

.stx-post-list-item-anchor {
    display: block;
    padding: 1rem;
    border-radius: 0.5rem;
    background-color: var(--tw-prose-pre-bg);
    color: var(--tw-prose-headings);
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.stx-post-list-item-anchor:hover {
    background-color: var(--tw-prose-pre-code);
} 