.pme-comment-votes {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.15rem;
    min-width: 28px;
}

.pme-comment-votes__btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0.9rem;
    line-height: 1;
    opacity: 0.4;
    padding: 0.15rem;
}

.pme-comment-votes__btn:hover {
    opacity: 0.7;
}

.pme-comment-votes__btn--up.is-active {
    opacity: 1;
    color: var(--pmt-color-accent, #1ec8a0);
}

.pme-comment-votes__btn--down.is-active {
    opacity: 1;
    color: #e0524d;
}

.pme-comment-votes__score {
    font-size: 0.8rem;
    font-weight: 600;
}

.pme-comments-sort {
    display: flex;
    gap: 1rem;
    margin-bottom: 0.75rem;
    font-size: 0.85rem;
}

.pme-comments-sort__link {
    text-decoration: none;
    opacity: 0.6;
}

.pme-comments-sort__link.is-active {
    opacity: 1;
    font-weight: 600;
    border-bottom: 2px solid var(--pmt-color-accent, #1ec8a0);
}
