.pagination {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin: 20px 0;
}

.pagination a, .pagination span {
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
}

.pagination .current {
    background-color: #2563eb;
    color: white;
    border-color: #2563eb;
}

.pagination a:hover {
    background-color: #f0f0f0;
}

.reply-thumb {
    display: inline-block;
    width: 35px;
    height: 35px;
    float: left;
    border-radius: 3px;
    margin-right: 10px;
    background: no-repeat center;
    background-size: cover;
}