/* Post-list cards are defined by the shared V2 system in theme.css. */

#comments .card-body {
    min-width: 0;
}

#comments .card-body img {
    width: 52px;
    height: 52px;
    object-fit: cover;
}

#comments .flex-1 {
    min-width: 0;
    overflow-wrap: anywhere;
}
