/* ── Bug Reporter Menu Item ── */
.swp_bug_menu_item {
    cursor: pointer;
    padding: 8px 12px;
    font-size: 13px;
    color: #50575e;
    transition: background 0.12s, color 0.12s;
    display: flex;
    align-items: center;
}
.swp_bug_menu_item:hover {
    background: #f6f7f7;
    color: #d63638;
}
