#postsTable {
    table-layout: fixed;
    width: 100%;
}

#postsTable th:nth-child(1),
#postsTable td:nth-child(1) {
    width: 30%;
}

#postsTable th:nth-child(2),
#postsTable td:nth-child(2) {
    width: 8%;
}

#postsTable th:nth-child(3),
#postsTable td:nth-child(3) {
    width: 12%;
}

#postsTable th:nth-child(4),
#postsTable td:nth-child(4) {
    width: 35%;
}

#postsTable th:nth-child(5),
#postsTable td:nth-child(5) {
    width: 15%;
}

#postsTable td {
    vertical-align: middle;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.post-row:hover {
    background-color: rgba(var(--bs-primary-rgb), 0.08) !important;
}

.post-title:hover {
    text-decoration: underline;
}

.dropdown-item i {
    vertical-align: middle;
}

.text-wrap {
    white-space: normal !important;
}

.text-break {
    word-break: break-all;
}
