/* v43 - Sağ sütun başlıklarını açıklayıcı ikonlara çevir */
body.fx-unified-v31 .fx-topic-table-v40 :where(
    .fx-v40-head-forum,
    .fx-v40-head-replies,
    .fx-v40-head-views
) {
    justify-content: center !important;
    color: #8eb9e8 !important;
}

body.fx-unified-v31 .fx-topic-table-v40 :where(
    .fx-v40-head-forum,
    .fx-v40-head-replies,
    .fx-v40-head-views
) .forumx-icon {
    width: 17px !important;
    height: 17px !important;
    flex: 0 0 17px !important;
}

body.fx-unified-v31 .fx-topic-table-v40 .fx-v40-head-replies {
    color: #7eb6ff !important;
}

body.fx-unified-v31 .fx-topic-table-v40 .fx-v40-head-views {
    color: #9bc4ee !important;
}

@media (max-width: 700px) {
    body.fx-unified-v31 .fx-topic-table-v40 :where(
        .fx-v40-head-replies,
        .fx-v40-head-views
    ) .forumx-icon {
        width: 15px !important;
        height: 15px !important;
        flex-basis: 15px !important;
    }
}
