/* Comment list page desktop enhancements */
.pt-comment-menubar {
    display: none;
}

/* Keep original pagination style; only align width with comment form */
.pt-comment-pagination {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px 15px !important;
}

.pt-comment-pagination .chapter-pagination {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    overflow: visible !important;
    padding: 10px 0 !important;
}

.pt-comment-pagination .index-container-btn {
    font-size: 14px !important;
    padding: 7px 12px !important;
    line-height: 1.2;
}

.pt-comment-pagination .chapter-pagination select {
    font-size: 14px !important;
    min-width: 130px;
    height: 34px;
}

@media (min-width: 768px) {
    main {
        max-width: 960px;
        margin: 0 auto;
    }

    .pt-comment-menubar {
        display: flex;
        align-items: center;
        gap: 8px;
        height: 40px;
        margin: 0 0 10px;
        padding: 0 12px;
        border-radius: 8px;
        background: #fff;
        color: #777;
        font-size: 14px;
    }

    .pt-comment-menu-item {
        color: #666;
    }

    .pt-comment-menu-item:hover {
        color: #f55;
    }

    .pt-comment-menu-sep {
        color: #aaa;
    }

    .pt-comment-menu-current {
        color: #333;
        max-width: 62%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .pt-bookdetail,
    .pt-comment-section {
        border-radius: 10px;
    }

    .pt-bookdetail img {
        width: 120px;
        height: 162px;
    }

    .pt-bookdetail .pt-btn {
        width: 120px;
        height: 38px;
        line-height: 38px;
        border-radius: 6px;
    }

}

@media (max-width: 767px) {
    .pt-comment-pagination {
        padding-left: 15px;
        padding-right: 15px;
    }

    .pt-comment-pagination .index-container-btn {
        font-size: 13px !important;
        padding: 6px 10px !important;
    }

    .pt-comment-pagination .chapter-pagination select {
        font-size: 13px !important;
        min-width: 112px;
        height: 32px;
    }
}
