#pun-viewtopic .post-box > .mybb-post-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 14px;
    min-height: 36px;
}

#pun-viewtopic .mybb-post-actions .post-rating,
#pun-viewtopic .mybb-post-actions .post-vote,
#pun-viewtopic .mybb-post-actions .reactions-root {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

#pun-viewtopic .mybb-post-actions .post-rating .container,
#pun-viewtopic .mybb-post-actions .post-vote .container {
    margin: 0 !important;
    padding: 0 !important;
}

#pun-viewtopic .mybb-post-actions .post-rating a,
#pun-viewtopic .mybb-post-actions .post-vote a,
#pun-viewtopic .mybb-post-actions .reaction-chip {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, .12) !important;
    border-radius: 999px !important;
    background: rgba(42, 43, 50, .32) !important;
    color: rgba(255, 255, 255, .72) !important;
    box-shadow: none !important;
    font: 700 13px/1 Arial, sans-serif !important;
    text-decoration: none !important;
    cursor: pointer;
    transition: background .18s ease, color .18s ease, border-color .18s ease;
}

#pun-viewtopic .mybb-post-actions .post-rating a {
    padding: 0 12px;
}

#pun-viewtopic .mybb-post-actions .post-rating a.positive-value {
    color: rgba(255, 255, 255, .86) !important;
}

#pun-viewtopic .mybb-post-actions .post-vote a {
    font-size: 0 !important;
}

#pun-viewtopic .mybb-post-actions .post-vote a::before {
    content: "+";
    font-size: 21px;
    line-height: 1;
}

#pun-viewtopic .mybb-post-actions .post-rating a:hover,
#pun-viewtopic .mybb-post-actions .post-vote a:hover,
#pun-viewtopic .mybb-post-actions .reaction-chip:hover,
#pun-viewtopic .mybb-post-actions .reaction-chip--clicked {
    border-color: rgba(255, 255, 255, .24) !important;
    background: rgba(42, 43, 50, .48) !important;
    color: rgba(255, 255, 255, .92) !important;
}

#pun-viewtopic .mybb-post-actions .reactions-root {
    padding: 0 !important;
}

#pun-viewtopic .mybb-post-actions .reactions-container,
#pun-viewtopic .mybb-post-actions .reaction-counters-container {
    display: flex !important;
    align-items: center;
    gap: 8px;
}

#pun-viewtopic .mybb-post-actions .reaction-counter {
    gap: 5px;
    padding: 0 10px !important;
}

#pun-viewtopic .mybb-post-actions .reaction-counter__emoji {
    display: inline-flex;
    align-items: center;
}

#pun-viewtopic .mybb-post-actions .reaction-counter__count {
    color: inherit !important;
}

#pun-viewtopic .mybb-post-actions .reaction-picker {
    position: relative;
}

#pun-viewtopic .mybb-post-actions .reaction-picker-button svg {
    color: currentColor !important;
}

#pun-viewtopic .mybb-post-actions .reaction-picker-panel {
    z-index: 9999;
}

@media (max-width: 640px) {
    #pun-viewtopic .post-box > .mybb-post-actions {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}
