.BlogPost,
.BlogPostText,
.BlogPostList,
.BlogPostCard {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

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

.BlogPostText {
    overflow-wrap: anywhere;
}

.BlogPostText > * {
    margin-block: 0;
}

.BlogPostText pre {
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

.BlogPostText table {
    width: 100%;
    border-collapse: collapse;
}

.BlogPostText th,
.BlogPostText td {
    padding: 0.5rem;
    text-align: start;
}
