.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;
}

/*switch*/
.switch {
    cursor: pointer;
}
.switch table {
    width: 308px;
    margin: 0 auto;
    margin-top: 10px;
}

.bcs {
    padding: 10px;
}

.bcs a {
    color: #e56668;
}

.categories {
    padding: 10px 10px 0px;
}

.categories a {
    display: inline-block;
    /*border: 1px solid gray;*/
    padding: 3px 8px;
    border-radius: 10px;
    border: 1.5px solid #e4e4e7;
    background-color: #ffffff;
    color: #71717a;
}

.categories.bottom a {
    margin-bottom: 4px;
}

.categories a.active {
    /*background-color: #e63946 !important;*/
    background-color: #e56668 !important;
    color: #ffffff !important;
    border-color: #e63946 !important;
    box-shadow: 0 2px 8px rgba(230, 57, 70, 0.3) !important;
}

.other-posts {
    padding-left: 15px;
    padding-right: 15px;
}

.other-posts a {
    display: inline-block;
    margin-top: 10px;
    /*border-bottom: 1px solid #afc8ff;*/
    text-decoration: underline;
    text-decoration-thickness: 0.4px;
}

.sm {
    font-size: 8px;
}